Skip to content

Commit

Permalink
Merge pull request #92 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 Sep 19, 2023
2 parents b700af8 + 0b6c302 commit 1826887
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-badgers-decide.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

## 2.0.2

### Patch Changes

- Updated dependencies [[`52a81d0`](https://github.com/zCloak-Network/zkid-sdk/commit/52a81d044ab7a89509bccac3502c24735b000bdb)]:
- @zcloak/vc@2.0.2
- @zcloak/verify@2.0.2

## 2.0.1

### 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.1",
"version": "2.0.2",
"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

## 2.0.2

### Patch Changes

- Updated dependencies [[`52a81d0`](https://github.com/zCloak-Network/zkid-sdk/commit/52a81d044ab7a89509bccac3502c24735b000bdb)]:
- @zcloak/vc@2.0.2

## 2.0.1

### 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.1",
"version": "2.0.2",
"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

## 2.0.2

### Patch Changes

- Updated dependencies [[`52a81d0`](https://github.com/zCloak-Network/zkid-sdk/commit/52a81d044ab7a89509bccac3502c24735b000bdb)]:
- @zcloak/vc@2.0.2

## 2.0.1

### 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.1",
"version": "2.0.2",
"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

## 2.0.2

### Patch Changes

- [#91](https://github.com/zCloak-Network/zkid-sdk/pull/91) [`52a81d0`](https://github.com/zCloak-Network/zkid-sdk/commit/52a81d044ab7a89509bccac3502c24735b000bdb) Thanks [@jonathanxuu](https://github.com/jonathanxuu)! - Fix: fix parse VC bug, avoid two leaves with the same value bug

## 2.0.1

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

0 comments on commit 1826887

Please sign in to comment.