Skip to content

Commit

Permalink
chore: release/stable 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 12, 2023
1 parent 087bd3c commit 99c756c
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 16 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.24.0](https://github.com/zCloak-Network/zkid-credential/compare/v0.23.0...v0.24.0) (2023-05-12)


### Features

* upgrade zkid sdk ([83a3249](https://github.com/zCloak-Network/zkid-credential/commit/83a3249cf4f36637805bf5452144951d9f43c246))


## [0.23.0](https://github.com/zCloak-Network/zkid-credential/compare/v0.22.2...v0.23.0) (2023-04-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": "module",
"version": "0.23.0",
"version": "0.24.0",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/app-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.24.0",
"version": "0.25.0",
"dependencies": {
"@credential/react-components": "workspace:^",
"@zcloak/crypto": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-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.21.1",
"version": "0.22.0",
"dependencies": {
"@credential/react-dids": "workspace:^",
"@polkadot/util": "^11.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.24.0",
"version": "0.25.0",
"dependencies": {
"@babel/core": "^7.21.3",
"@babel/polyfill": "^7.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.21.1",
"version": "0.22.0",
"dependencies": {
"@credential/app-config": "workspace:^",
"@credential/react-components": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.21.1",
"version": "0.22.0",
"dependencies": {
"@credential/app-config": "workspace:^",
"@credential/app-store": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-ctype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.21.1",
"version": "0.22.0",
"dependencies": {
"@credential/app-config": "workspace:^",
"@credential/app-store": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.21.1",
"version": "0.22.0",
"dependencies": {
"@credential/react-components": "workspace:^",
"@credential/react-dids": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-hk-event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"dependencies": {
"@zcloak/login-did": "^1.1.9",
"@zcloak/login-providers": "^1.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-issue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.21.1",
"version": "0.22.0",
"dependencies": {
"@credential/app-config": "workspace:^",
"@credential/app-store": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.21.1",
"version": "0.22.0",
"dependencies": {
"@credential/react-components": "workspace:^",
"@credential/react-dids": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.21.1",
"version": "0.22.0",
"dependencies": {
"@credential/app-config": "workspace:^",
"@credential/react-components": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.23.0",
"version": "0.24.0",
"dependencies": {
"@credential/app-config": "workspace:^",
"@credential/app-store": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ctype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.21.1",
"version": "0.22.0",
"dependencies": {
"@credential/react-components": "workspace:^",
"@credential/react-dids": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.23.0",
"version": "0.24.0",
"dependencies": {
"@credential/app-config": "workspace:^",
"@credential/app-store": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.21.1",
"version": "0.22.0",
"dependencies": {
"@credential/app-config": "workspace:^",
"@credential/react-components": "workspace:^",
Expand Down

0 comments on commit 99c756c

Please sign in to comment.