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 Mar 9, 2023
1 parent 2687ad9 commit 0ea1db6
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/twelve-poets-trade.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/ctype/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zcloak/ctype

## 1.2.1

### Patch Changes

- Updated dependencies [[`2687ad9`](https://github.com/zCloak-Network/zkid-sdk/commit/2687ad9b3633a1b5ac10de5890c0c1be19cbbc37)]:
- @zcloak/did@1.2.1

## 1.2.0

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

## 1.2.1

### Patch Changes

- [`2687ad9`](https://github.com/zCloak-Network/zkid-sdk/commit/2687ad9b3633a1b5ac10de5890c0c1be19cbbc37) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - add pair after unlock

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "1.2.0",
"version": "1.2.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^10.3.1",
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

## 1.0.4

### Patch Changes

- Updated dependencies [[`2687ad9`](https://github.com/zCloak-Network/zkid-sdk/commit/2687ad9b3633a1b5ac10de5890c0c1be19cbbc37)]:
- @zcloak/did@1.2.1
- @zcloak/vc@1.2.2

## 1.0.3

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

## 1.2.2

### Patch Changes

- Updated dependencies [[`2687ad9`](https://github.com/zCloak-Network/zkid-sdk/commit/2687ad9b3633a1b5ac10de5890c0c1be19cbbc37)]:
- @zcloak/did@1.2.1
- @zcloak/ctype@1.2.1

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/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.2.1",
"version": "1.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^10.3.1",
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

## 1.2.2

### Patch Changes

- Updated dependencies [[`2687ad9`](https://github.com/zCloak-Network/zkid-sdk/commit/2687ad9b3633a1b5ac10de5890c0c1be19cbbc37)]:
- @zcloak/did@1.2.1
- @zcloak/ctype@1.2.1
- @zcloak/vc@1.2.2

## 1.2.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": "1.2.1",
"version": "1.2.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^10.3.1",
Expand Down

0 comments on commit 0ea1db6

Please sign in to comment.