Skip to content

Commit

Permalink
chore: Version Packages (#22)
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 Mar 16, 2023
1 parent c16f269 commit 1fe8bbd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/funny-poets-decide.md

This file was deleted.

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

## 1.1.5

### Patch Changes

- Updated dependencies [[`433d9a7`](https://github.com/zCloak-Network/common-ts/commit/433d9a7c97eea4d0767427ab3f3e4b17196c74c2)]:
- @zcloak/ui-store@0.9.4

## 1.1.4

### Patch 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.4",
"version": "1.1.5",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^10.1.12",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zcloak/ui-store

## 0.9.4

### Patch Changes

- [`433d9a7`](https://github.com/zCloak-Network/common-ts/commit/433d9a7c97eea4d0767427ab3f3e4b17196c74c2) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - fix emit not trigger in browser
deserialize value before emit event

## 0.9.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.9.3",
"version": "0.9.4",
"main": "index.js",
"dependencies": {
"eventemitter3": "^5.0.0"
Expand Down

0 comments on commit 1fe8bbd

Please sign in to comment.