Skip to content

Commit

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

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


### Features

* add browser and extension session ([#11](https://github.com/zCloak-Network/common-ts/issues/11)) ([7030584](https://github.com/zCloak-Network/common-ts/commit/7030584a1f09a940358fb0fb84cb72320716538b))
* add export session in index ([#12](https://github.com/zCloak-Network/common-ts/issues/12)) ([0de6feb](https://github.com/zCloak-Network/common-ts/commit/0de6feb0233a5c4b966ef807a67c5b7193f28972))
* add localStorage and sessionStorage with store_changed event ([#13](https://github.com/zCloak-Network/common-ts/issues/13)) ([856bcfc](https://github.com/zCloak-Network/common-ts/commit/856bcfc6f178ba745f0bdff4bbcc6b7ed93e4c9f))
* extension store use the async callback ([#14](https://github.com/zCloak-Network/common-ts/issues/14)) ([d4978c5](https://github.com/zCloak-Network/common-ts/commit/d4978c56aabca3c786f08638d6ee78fd211ce5ec))
* **ui-did-keyring:** make loadAll method return Promise ([372f516](https://github.com/zCloak-Network/common-ts/commit/372f516dfe35717c2d832afdc9a0a4bac28cc766))


## [0.6.0](https://github.com/zCloak-Network/common-ts/compare/v0.5.1...v0.6.0) (2022-12-21)


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.6.1-3",
"version": "0.7.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.6.1-3",
"version": "0.7.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.6.1-3",
"@zcloak/web3-query": "^0.7.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.6.1-3",
"version": "0.7.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.6.1-3",
"version": "0.7.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.6.1-3",
"version": "0.7.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.6.1-3",
"version": "0.7.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.6.1-3",
"version": "0.7.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.6.1-3",
"version": "0.7.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.6.1-3",
"version": "0.7.0",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^10.1.12",
"@polkadot/util": "^10.2.1",
"@zcloak/did": "^0.7.0",
"@zcloak/did-keyring": "^0.6.1-3",
"@zcloak/did-keyring": "^0.7.0",
"@zcloak/did-resolver": "^0.7.0",
"@zcloak/keyring": "^0.7.0",
"@zcloak/ui-store": "^0.6.1-3"
"@zcloak/ui-store": "^0.7.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.6.1-3",
"version": "0.7.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.6.1-3",
"version": "0.7.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.6.1-3
"@zcloak/web3-query": ^0.7.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.6.1-3, @zcloak/did-keyring@workspace:packages/did-keyring":
"@zcloak/did-keyring@^0.7.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.6.1-3
"@zcloak/did-keyring": ^0.7.0
"@zcloak/did-resolver": ^0.7.0
"@zcloak/keyring": ^0.7.0
"@zcloak/ui-store": ^0.6.1-3
"@zcloak/ui-store": ^0.7.0
languageName: unknown
linkType: soft

"@zcloak/ui-store@^0.6.1-3, @zcloak/ui-store@workspace:packages/ui-store":
"@zcloak/ui-store@^0.7.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.6.1-3, @zcloak/web3-query@workspace:packages/web3-query":
"@zcloak/web3-query@^0.7.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 b0b6357

Please sign in to comment.