Skip to content

Commit

Permalink
Merge pull request #90 from zCloak-Network/changeset-release/master
Browse files Browse the repository at this point in the history
chore: Version Packages
  • Loading branch information
whgreate committed Sep 18, 2023
2 parents 400779b + fc3730f commit 0adee95
Show file tree
Hide file tree
Showing 15 changed files with 63 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-foxes-flash.md

This file was deleted.

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

## 2.0.1

### Patch Changes

- Updated dependencies [[`73e5964`](https://github.com/zCloak-Network/zkid-sdk/commit/73e59640c72a6ae61a5dd6a61bbea1749662348a)]:
- @zcloak/did@2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion login/did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.1.2",
Expand Down
9 changes: 9 additions & 0 deletions login/verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zcloak/login-verify

## 2.0.1

### Patch Changes

- Updated dependencies [[`73e5964`](https://github.com/zCloak-Network/zkid-sdk/commit/73e59640c72a6ae61a5dd6a61bbea1749662348a)]:
- @zcloak/did@2.0.1
- @zcloak/verify@2.0.1
- @zcloak/vc@2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion login/verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@kiltprotocol/core": "^0.28.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zcloak/message

## 2.0.1

### Patch Changes

- Updated dependencies [[`73e5964`](https://github.com/zCloak-Network/zkid-sdk/commit/73e59640c72a6ae61a5dd6a61bbea1749662348a)]:
- @zcloak/did@2.0.1
- @zcloak/vc@2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.1.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zcloak/verify

## 2.0.1

### Patch Changes

- Updated dependencies [[`73e5964`](https://github.com/zCloak-Network/zkid-sdk/commit/73e59640c72a6ae61a5dd6a61bbea1749662348a)]:
- @zcloak/ctype@2.0.1
- @zcloak/did@2.0.1
- @zcloak/vc@2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.1.2",
Expand Down
9 changes: 9 additions & 0 deletions protocol/ctype/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zcloak/ctype

## 2.0.1

### Patch Changes

- [#89](https://github.com/zCloak-Network/zkid-sdk/pull/89) [`73e5964`](https://github.com/zCloak-Network/zkid-sdk/commit/73e59640c72a6ae61a5dd6a61bbea1749662348a) Thanks [@jonathanxuu](https://github.com/jonathanxuu)! - Ctype: modify validate function fix bug, Did: accomplish sendTransaction function

- Updated dependencies [[`73e5964`](https://github.com/zCloak-Network/zkid-sdk/commit/73e59640c72a6ae61a5dd6a61bbea1749662348a)]:
- @zcloak/did@2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion protocol/ctype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.1.2",
Expand Down
6 changes: 6 additions & 0 deletions protocol/did/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zcloak/did

## 2.0.1

### Patch Changes

- [#89](https://github.com/zCloak-Network/zkid-sdk/pull/89) [`73e5964`](https://github.com/zCloak-Network/zkid-sdk/commit/73e59640c72a6ae61a5dd6a61bbea1749662348a) Thanks [@jonathanxuu](https://github.com/jonathanxuu)! - Ctype: modify validate function fix bug, Did: accomplish sendTransaction function

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion protocol/did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@ethersproject/transactions": "^5.7.0",
Expand Down
8 changes: 8 additions & 0 deletions protocol/vc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zcloak/vc

## 2.0.1

### Patch Changes

- Updated dependencies [[`73e5964`](https://github.com/zCloak-Network/zkid-sdk/commit/73e59640c72a6ae61a5dd6a61bbea1749662348a)]:
- @zcloak/ctype@2.0.1
- @zcloak/did@2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion protocol/vc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.1.2",
Expand Down

0 comments on commit 0adee95

Please sign in to comment.