Skip to content

Commit

Permalink
Merge pull request #96 from zCloak-Network/changeset-release/master
Browse files Browse the repository at this point in the history
chore: Version Packages
  • Loading branch information
whgreate committed Oct 17, 2023
2 parents e7b9858 + dc51561 commit 65afed6
Show file tree
Hide file tree
Showing 19 changed files with 84 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .changeset/smooth-otters-sin.md

This file was deleted.

10 changes: 10 additions & 0 deletions login/did/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zcloak/login-did

## 2.1.1

### Patch Changes

- [#95](https://github.com/zCloak-Network/zkid-sdk/pull/95) [`da9ff25`](https://github.com/zCloak-Network/zkid-sdk/commit/da9ff25c2c6e9b3b9c2c1cd86e575f509bf325c6) Thanks [@linhan-work](https://github.com/linhan-work)! - add batch sign and batch encrypt

- Updated dependencies [[`da9ff25`](https://github.com/zCloak-Network/zkid-sdk/commit/da9ff25c2c6e9b3b9c2c1cd86e575f509bf325c6)]:
- @zcloak/login-providers@2.1.1
- @zcloak/did@2.0.2

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion login/did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.1.0",
"version": "2.1.1",
"main": "index.js",
"dependencies": {
"@ethersproject/bignumber": "^5.7.0",
Expand Down
9 changes: 9 additions & 0 deletions login/providers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zcloak/login-providers

## 2.1.1

### Patch Changes

- [#95](https://github.com/zCloak-Network/zkid-sdk/pull/95) [`da9ff25`](https://github.com/zCloak-Network/zkid-sdk/commit/da9ff25c2c6e9b3b9c2c1cd86e575f509bf325c6) Thanks [@linhan-work](https://github.com/linhan-work)! - add batch sign and batch encrypt

- Updated dependencies [[`da9ff25`](https://github.com/zCloak-Network/zkid-sdk/commit/da9ff25c2c6e9b3b9c2c1cd86e575f509bf325c6)]:
- @zcloak/login-rpc-defines@2.1.1

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion login/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.1.0",
"version": "2.1.1",
"main": "index.js",
"dependencies": {
"@ethersproject/transactions": "^5.7.0",
Expand Down
6 changes: 6 additions & 0 deletions login/rpc-defines/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zcloak/login-rpc-defines

## 2.1.1

### Patch Changes

- [#95](https://github.com/zCloak-Network/zkid-sdk/pull/95) [`da9ff25`](https://github.com/zCloak-Network/zkid-sdk/commit/da9ff25c2c6e9b3b9c2c1cd86e575f509bf325c6) Thanks [@linhan-work](https://github.com/linhan-work)! - add batch sign and batch encrypt

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion login/rpc-defines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.1.0",
"version": "2.1.1",
"main": "index.js",
"dependencies": {
"@ethersproject/transactions": "^5.7.0",
Expand Down
10 changes: 10 additions & 0 deletions login/verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zcloak/login-verify

## 2.0.4

### Patch Changes

- Updated dependencies [[`da9ff25`](https://github.com/zCloak-Network/zkid-sdk/commit/da9ff25c2c6e9b3b9c2c1cd86e575f509bf325c6)]:
- @zcloak/login-rpc-defines@2.1.1
- @zcloak/did@2.0.2
- @zcloak/vc@2.0.3
- @zcloak/verify@2.0.3

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion login/verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.3",
"version": "2.0.4",
"main": "index.js",
"dependencies": {
"@kiltprotocol/core": "^0.28.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zcloak/message

## 2.0.3

### Patch Changes

- Updated dependencies [[`da9ff25`](https://github.com/zCloak-Network/zkid-sdk/commit/da9ff25c2c6e9b3b9c2c1cd86e575f509bf325c6)]:
- @zcloak/did@2.0.2
- @zcloak/vc@2.0.3

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.2",
"version": "2.0.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.1.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zcloak/verify

## 2.0.3

### Patch Changes

- Updated dependencies [[`da9ff25`](https://github.com/zCloak-Network/zkid-sdk/commit/da9ff25c2c6e9b3b9c2c1cd86e575f509bf325c6)]:
- @zcloak/did@2.0.2
- @zcloak/vc@2.0.3
- @zcloak/ctype@2.0.2

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.2",
"version": "2.0.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.1.2",
Expand Down
7 changes: 7 additions & 0 deletions protocol/ctype/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zcloak/ctype

## 2.0.2

### Patch Changes

- Updated dependencies [[`da9ff25`](https://github.com/zCloak-Network/zkid-sdk/commit/da9ff25c2c6e9b3b9c2c1cd86e575f509bf325c6)]:
- @zcloak/did@2.0.2

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion protocol/ctype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.1.2",
Expand Down
6 changes: 6 additions & 0 deletions protocol/did/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zcloak/did

## 2.0.2

### Patch Changes

- [#95](https://github.com/zCloak-Network/zkid-sdk/pull/95) [`da9ff25`](https://github.com/zCloak-Network/zkid-sdk/commit/da9ff25c2c6e9b3b9c2c1cd86e575f509bf325c6) Thanks [@linhan-work](https://github.com/linhan-work)! - add batch sign and batch encrypt

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion protocol/did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"main": "index.js",
"dependencies": {
"@ethersproject/transactions": "^5.7.0",
Expand Down
10 changes: 10 additions & 0 deletions protocol/vc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zcloak/vc

## 2.0.3

### Patch Changes

- [#95](https://github.com/zCloak-Network/zkid-sdk/pull/95) [`da9ff25`](https://github.com/zCloak-Network/zkid-sdk/commit/da9ff25c2c6e9b3b9c2c1cd86e575f509bf325c6) Thanks [@linhan-work](https://github.com/linhan-work)! - add batch sign and batch encrypt

- Updated dependencies [[`da9ff25`](https://github.com/zCloak-Network/zkid-sdk/commit/da9ff25c2c6e9b3b9c2c1cd86e575f509bf325c6)]:
- @zcloak/did@2.0.2
- @zcloak/ctype@2.0.2

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion protocol/vc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.2",
"version": "2.0.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.1.2",
Expand Down

0 comments on commit 65afed6

Please sign in to comment.