Skip to content

Commit

Permalink
chore: release/stable 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 12, 2023
1 parent f22d72c commit ee0db0d
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 20 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## [0.8.0](https://github.com/zCloak-Network/common-ts/compare/v0.7.0...v0.8.0) (2023-01-12)


### Features

* **ui-store:** add done callback for BaseStore all method ([f22d72c](https://github.com/zCloak-Network/common-ts/commit/f22d72c826d6e4d8c114231315dc051fb5c3cb16))


## [0.7.0](https://github.com/zCloak-Network/common-ts/compare/v0.6.0...v0.7.0) (2023-01-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "commonjs",
"version": "0.7.0",
"version": "0.8.0",
"workspaces": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"main": "index.js",
"dependencies": {
"@ethersproject/abi": "^5.7.0",
Expand All @@ -26,7 +26,7 @@
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/solidity": "^5.7.0",
"@zcloak/web3-query": "^0.7.0",
"@zcloak/web3-query": "^0.8.0",
"eventemitter3": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/credential-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"main": "index.js",
"dependencies": {
"@kiltprotocol/core": "^0.28.2",
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 @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"main": "index.js",
"dependencies": {
"@kiltprotocol/did": "^0.28.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/polyfill": "^7.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"dependencies": {
"eventemitter3": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"main": "index.js",
"dependencies": {
"@ethersproject/address": "^5.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"sideEffects": false,
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"main": "index.js"
}
6 changes: 3 additions & 3 deletions packages/ui-did-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
},
"sideEffects": false,
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^10.1.12",
"@polkadot/util": "^10.2.1",
"@zcloak/did": "^0.7.0",
"@zcloak/did-keyring": "^0.7.0",
"@zcloak/did-keyring": "^0.8.0",
"@zcloak/did-resolver": "^0.7.0",
"@zcloak/keyring": "^0.7.0",
"@zcloak/ui-store": "^0.7.0"
"@zcloak/ui-store": "^0.8.0"
},
"devDependencies": {
"@kiltprotocol/did": "^0.28.2",
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 @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"main": "index.js",
"dependencies": {
"eventemitter3": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"main": "index.js",
"dependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4278,7 +4278,7 @@ __metadata:
"@ethersproject/contracts": ^5.7.0
"@ethersproject/providers": ^5.7.2
"@ethersproject/solidity": ^5.7.0
"@zcloak/web3-query": ^0.7.0
"@zcloak/web3-query": ^0.8.0
eventemitter3: ^5.0.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4429,7 +4429,7 @@ __metadata:
languageName: node
linkType: hard

"@zcloak/did-keyring@^0.7.0, @zcloak/did-keyring@workspace:packages/did-keyring":
"@zcloak/did-keyring@^0.8.0, @zcloak/did-keyring@workspace:packages/did-keyring":
version: 0.0.0-use.local
resolution: "@zcloak/did-keyring@workspace:packages/did-keyring"
dependencies:
Expand Down Expand Up @@ -4530,14 +4530,14 @@ __metadata:
"@polkadot/keyring": ^10.1.12
"@polkadot/util": ^10.2.1
"@zcloak/did": ^0.7.0
"@zcloak/did-keyring": ^0.7.0
"@zcloak/did-keyring": ^0.8.0
"@zcloak/did-resolver": ^0.7.0
"@zcloak/keyring": ^0.7.0
"@zcloak/ui-store": ^0.7.0
"@zcloak/ui-store": ^0.8.0
languageName: unknown
linkType: soft

"@zcloak/ui-store@^0.7.0, @zcloak/ui-store@workspace:packages/ui-store":
"@zcloak/ui-store@^0.8.0, @zcloak/ui-store@workspace:packages/ui-store":
version: 0.0.0-use.local
resolution: "@zcloak/ui-store@workspace:packages/ui-store"
dependencies:
Expand Down Expand Up @@ -4585,7 +4585,7 @@ __metadata:
languageName: node
linkType: hard

"@zcloak/web3-query@^0.7.0, @zcloak/web3-query@workspace:packages/web3-query":
"@zcloak/web3-query@^0.8.0, @zcloak/web3-query@workspace:packages/web3-query":
version: 0.0.0-use.local
resolution: "@zcloak/web3-query@workspace:packages/web3-query"
dependencies:
Expand Down

0 comments on commit ee0db0d

Please sign in to comment.