Skip to content

Commit

Permalink
chore: Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 1, 2023
1 parent ae012e8 commit b572cbe
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-swans-itch.md

This file was deleted.

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

## 1.1.16

### Patch Changes

- Updated dependencies [[`ae012e8`](https://github.com/zCloak-Network/zkid-sdk/commit/ae012e80d03d0b27efdf37492da5ca2b7132ae1a)]:
- @zcloak/vc@1.3.4
- @zcloak/verify@1.3.11

## 1.1.15

### 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": "1.1.15",
"version": "1.1.16",
"main": "index.js",
"dependencies": {
"@kiltprotocol/core": "^0.28.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zcloak/message

## 1.0.16

### Patch Changes

- Updated dependencies [[`ae012e8`](https://github.com/zCloak-Network/zkid-sdk/commit/ae012e80d03d0b27efdf37492da5ca2b7132ae1a)]:
- @zcloak/vc@1.3.4

## 1.0.15

### 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": "1.0.15",
"version": "1.0.16",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zcloak/verify

## 1.3.11

### Patch Changes

- Updated dependencies [[`ae012e8`](https://github.com/zCloak-Network/zkid-sdk/commit/ae012e80d03d0b27efdf37492da5ca2b7132ae1a)]:
- @zcloak/vc@1.3.4

## 1.3.10

### 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": "1.3.10",
"version": "1.3.11",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.1.2",
Expand Down
6 changes: 6 additions & 0 deletions protocol/vc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zcloak/vc

## 1.3.4

### Patch Changes

- [`ae012e8`](https://github.com/zCloak-Network/zkid-sdk/commit/ae012e80d03d0b27efdf37492da5ca2b7132ae1a) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - fix if there are multiple same subject values in `vc`, the nonces will be empty when parse `vc` to `miden_input`.

## 1.3.3

### 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": "1.3.3",
"version": "1.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.1.2",
Expand Down

0 comments on commit b572cbe

Please sign in to comment.