Skip to content

Commit

Permalink
chore: Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 17, 2023
1 parent 258e259 commit 5f08d49
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"changesets": [
"bright-gifts-flash",
"dry-mice-check",
"fast-cars-admire",
"good-forks-relate",
"hip-buckets-battle",
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.0-beta.4

### Patch Changes

- Updated dependencies [[`258e259`](https://github.com/zCloak-Network/zkid-sdk/commit/258e25907ca5d5a2954bc174173f41c668dab4ff)]:
- @zcloak/vc@1.0.0-beta.4

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

## 1.0.0-beta.4

### Patch Changes

- [#51](https://github.com/zCloak-Network/zkid-sdk/pull/51) [`258e259`](https://github.com/zCloak-Network/zkid-sdk/commit/258e25907ca5d5a2954bc174173f41c668dab4ff) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - make build method overloading, return `PublicVerifiableCredential` or `PrivateVerifiableCredential`

## 1.0.0-beta.3

### 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.0.0-beta.3",
"version": "1.0.0-beta.4",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^10.3.1",
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.0.0-beta.4

### Patch Changes

- Updated dependencies [[`258e259`](https://github.com/zCloak-Network/zkid-sdk/commit/258e25907ca5d5a2954bc174173f41c668dab4ff)]:
- @zcloak/vc@1.0.0-beta.4

## 1.0.0-beta.3

### 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.0.0-beta.3",
"version": "1.0.0-beta.4",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^10.3.1",
Expand Down

0 comments on commit 5f08d49

Please sign in to comment.