Skip to content

Commit

Permalink
chore: Version Packages (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 14, 2023
1 parent fe54b0c commit 3c9bfe3
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-seals-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-ladybugs-argue.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.2

### Patch Changes

- Updated dependencies [[`fe54b0c`](https://github.com/zCloak-Network/zkid-sdk/commit/fe54b0cbcfd99d409c7b8708f2f74cea9405d98b)]:
- @zcloak/did@1.3.0

## 1.2.1

### Patch 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.1",
"version": "1.2.2",
"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.3.0

### Minor Changes

- [#62](https://github.com/zCloak-Network/zkid-sdk/pull/62) [`fe54b0c`](https://github.com/zCloak-Network/zkid-sdk/commit/fe54b0cbcfd99d409c7b8708f2f74cea9405d98b) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - change fromDid function: if not query did document, use no document did.

## 1.2.1

### Patch 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.1",
"version": "1.3.0",
"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.5

### Patch Changes

- Updated dependencies [[`fe54b0c`](https://github.com/zCloak-Network/zkid-sdk/commit/fe54b0cbcfd99d409c7b8708f2f74cea9405d98b)]:
- @zcloak/did@1.3.0
- @zcloak/vc@1.2.3

## 1.0.4

### 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.4",
"version": "1.0.5",
"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.3

### Patch Changes

- Updated dependencies [[`fe54b0c`](https://github.com/zCloak-Network/zkid-sdk/commit/fe54b0cbcfd99d409c7b8708f2f74cea9405d98b)]:
- @zcloak/did@1.3.0
- @zcloak/ctype@1.2.2

## 1.2.2

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

## 1.3.0

### Minor Changes

- [#62](https://github.com/zCloak-Network/zkid-sdk/pull/62) [`fe54b0c`](https://github.com/zCloak-Network/zkid-sdk/commit/fe54b0cbcfd99d409c7b8708f2f74cea9405d98b) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - do not query document when sign with controller key

### Patch Changes

- Updated dependencies [[`fe54b0c`](https://github.com/zCloak-Network/zkid-sdk/commit/fe54b0cbcfd99d409c7b8708f2f74cea9405d98b)]:
- @zcloak/did@1.3.0
- @zcloak/ctype@1.2.2
- @zcloak/vc@1.2.3

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

0 comments on commit 3c9bfe3

Please sign in to comment.