Skip to content

Commit

Permalink
chore: Version Packages (#18)
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] authored Feb 27, 2023
1 parent 0954b04 commit dd5f691
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/sixty-eggs-raise.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/credential-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zcloak/credential-core

## 1.0.2

### Patch Changes

- [`0954b04`](https://github.com/zCloak-Network/common-ts/commit/0954b04b95fc03e24697a210f9b85a334dbff000) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - upgrade zkid-sdk

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-core/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.1",
"version": "1.0.2",
"main": "index.js",
"dependencies": {
"@kiltprotocol/core": "^0.28.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/did-keyring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zcloak/did-keyring

## 1.0.2

### Patch Changes

- [`0954b04`](https://github.com/zCloak-Network/common-ts/commit/0954b04b95fc03e24697a210f9b85a334dbff000) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - upgrade zkid-sdk

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-keyring/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.1",
"version": "1.0.2",
"main": "index.js",
"dependencies": {
"@kiltprotocol/did": "^0.28.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui-did-keyring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zcloak/ui-did-keyring

## 1.1.1

### Patch Changes

- [`0954b04`](https://github.com/zCloak-Network/common-ts/commit/0954b04b95fc03e24697a210f9b85a334dbff000) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - upgrade zkid-sdk

- Updated dependencies [[`0954b04`](https://github.com/zCloak-Network/common-ts/commit/0954b04b95fc03e24697a210f9b85a334dbff000)]:
- @zcloak/did-keyring@1.0.2

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-did-keyring/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.0",
"version": "1.1.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^10.1.12",
Expand Down

0 comments on commit dd5f691

Please sign in to comment.