Skip to content

Commit

Permalink
chore: Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 23, 2023
1 parent 579c000 commit 4e72c01
Show file tree
Hide file tree
Showing 20 changed files with 127 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-coins-shake.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/hot-carrots-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-bobcats-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-foxes-serve.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zcloak/crypto

## 1.1.0

### Minor Changes

- [#54](https://github.com/zCloak-Network/zkid-sdk/pull/54) [`e259185`](https://github.com/zCloak-Network/zkid-sdk/commit/e259185927d3c10a3e899493cfaf6e02c045bd6b) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - Sining Data change, replace eip712 to eip191.

- use eip191 to sign data when use `EcdsaSecp256k1VerificationKey2019` VerificationMethodType.
- upgrade vp version to `1`.
- verify functions support eip191 message.
- ctype, document add version field, default to set `0`.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"dependencies": {
"@noble/hashes": "^1.2.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/ctype/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @zcloak/ctype

## 1.1.0

### Minor Changes

- [#54](https://github.com/zCloak-Network/zkid-sdk/pull/54) [`e259185`](https://github.com/zCloak-Network/zkid-sdk/commit/e259185927d3c10a3e899493cfaf6e02c045bd6b) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - Sining Data change, replace eip712 to eip191.

- use eip191 to sign data when use `EcdsaSecp256k1VerificationKey2019` VerificationMethodType.
- upgrade vp version to `1`.
- verify functions support eip191 message.
- ctype, document add version field, default to set `0`.

### Patch Changes

- Updated dependencies [[`e259185`](https://github.com/zCloak-Network/zkid-sdk/commit/e259185927d3c10a3e899493cfaf6e02c045bd6b), [`579c000`](https://github.com/zCloak-Network/zkid-sdk/commit/579c00075c4e52e2bdc6bfe920ed905035663772), [`7a4b2e3`](https://github.com/zCloak-Network/zkid-sdk/commit/7a4b2e37d5d35101cde6a3c531972f0949f2df67)]:
- @zcloak/did-resolver@1.1.0
- @zcloak/crypto@1.1.0
- @zcloak/did@1.1.0

## 1.0.0

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

## 1.1.0

### Minor Changes

- [#54](https://github.com/zCloak-Network/zkid-sdk/pull/54) [`e259185`](https://github.com/zCloak-Network/zkid-sdk/commit/e259185927d3c10a3e899493cfaf6e02c045bd6b) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - Sining Data change, replace eip712 to eip191.

- use eip191 to sign data when use `EcdsaSecp256k1VerificationKey2019` VerificationMethodType.
- upgrade vp version to `1`.
- verify functions support eip191 message.
- ctype, document add version field, default to set `0`.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"dependencies": {
"cross-fetch": "^3.1.5"
Expand Down
22 changes: 22 additions & 0 deletions packages/did/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @zcloak/did

## 1.1.0

### Minor Changes

- [#54](https://github.com/zCloak-Network/zkid-sdk/pull/54) [`e259185`](https://github.com/zCloak-Network/zkid-sdk/commit/e259185927d3c10a3e899493cfaf6e02c045bd6b) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - Sining Data change, replace eip712 to eip191.

- use eip191 to sign data when use `EcdsaSecp256k1VerificationKey2019` VerificationMethodType.
- upgrade vp version to `1`.
- verify functions support eip191 message.
- ctype, document add version field, default to set `0`.

- [#57](https://github.com/zCloak-Network/zkid-sdk/pull/57) [`579c000`](https://github.com/zCloak-Network/zkid-sdk/commit/579c00075c4e52e2bdc6bfe920ed905035663772) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - remove helper.createEcdsaFromMnemonic function, instead to use keys.fromMnemonic.

- [#56](https://github.com/zCloak-Network/zkid-sdk/pull/56) [`7a4b2e3`](https://github.com/zCloak-Network/zkid-sdk/commit/7a4b2e37d5d35101cde6a3c531972f0949f2df67) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - encodeDidUrl: the identifier as HexString, and prefix is `did:zk`.

### Patch Changes

- Updated dependencies [[`e259185`](https://github.com/zCloak-Network/zkid-sdk/commit/e259185927d3c10a3e899493cfaf6e02c045bd6b)]:
- @zcloak/did-resolver@1.1.0
- @zcloak/crypto@1.1.0
- @zcloak/keyring@1.0.1

## 1.0.0

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

## 1.0.1

### Patch Changes

- Updated dependencies [[`e259185`](https://github.com/zCloak-Network/zkid-sdk/commit/e259185927d3c10a3e899493cfaf6e02c045bd6b)]:
- @zcloak/crypto@1.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/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.0.0",
"version": "1.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^10.3.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zcloak/message

## 1.0.1

### Patch Changes

- Updated dependencies [[`7a4b2e3`](https://github.com/zCloak-Network/zkid-sdk/commit/7a4b2e37d5d35101cde6a3c531972f0949f2df67), [`e259185`](https://github.com/zCloak-Network/zkid-sdk/commit/e259185927d3c10a3e899493cfaf6e02c045bd6b), [`579c000`](https://github.com/zCloak-Network/zkid-sdk/commit/579c00075c4e52e2bdc6bfe920ed905035663772), [`7a4b2e3`](https://github.com/zCloak-Network/zkid-sdk/commit/7a4b2e37d5d35101cde6a3c531972f0949f2df67)]:
- @zcloak/vc@1.1.0
- @zcloak/did-resolver@1.1.0
- @zcloak/crypto@1.1.0
- @zcloak/did@1.1.0

## 1.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": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^10.3.1",
Expand Down
20 changes: 20 additions & 0 deletions packages/vc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @zcloak/vc

## 1.1.0

### Minor Changes

- [#56](https://github.com/zCloak-Network/zkid-sdk/pull/56) [`7a4b2e3`](https://github.com/zCloak-Network/zkid-sdk/commit/7a4b2e37d5d35101cde6a3c531972f0949f2df67) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - encode did when calc digest

- [#54](https://github.com/zCloak-Network/zkid-sdk/pull/54) [`e259185`](https://github.com/zCloak-Network/zkid-sdk/commit/e259185927d3c10a3e899493cfaf6e02c045bd6b) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - Sining Data change, replace eip712 to eip191.

- use eip191 to sign data when use `EcdsaSecp256k1VerificationKey2019` VerificationMethodType.
- upgrade vp version to `1`.
- verify functions support eip191 message.
- ctype, document add version field, default to set `0`.

### Patch Changes

- Updated dependencies [[`e259185`](https://github.com/zCloak-Network/zkid-sdk/commit/e259185927d3c10a3e899493cfaf6e02c045bd6b), [`579c000`](https://github.com/zCloak-Network/zkid-sdk/commit/579c00075c4e52e2bdc6bfe920ed905035663772), [`7a4b2e3`](https://github.com/zCloak-Network/zkid-sdk/commit/7a4b2e37d5d35101cde6a3c531972f0949f2df67)]:
- @zcloak/crypto@1.1.0
- @zcloak/ctype@1.1.0
- @zcloak/did@1.1.0

## 1.0.0

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

## 1.1.0

### Minor Changes

- [#54](https://github.com/zCloak-Network/zkid-sdk/pull/54) [`e259185`](https://github.com/zCloak-Network/zkid-sdk/commit/e259185927d3c10a3e899493cfaf6e02c045bd6b) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - Sining Data change, replace eip712 to eip191.

- use eip191 to sign data when use `EcdsaSecp256k1VerificationKey2019` VerificationMethodType.
- upgrade vp version to `1`.
- verify functions support eip191 message.
- ctype, document add version field, default to set `0`.

### Patch Changes

- Updated dependencies [[`7a4b2e3`](https://github.com/zCloak-Network/zkid-sdk/commit/7a4b2e37d5d35101cde6a3c531972f0949f2df67), [`e259185`](https://github.com/zCloak-Network/zkid-sdk/commit/e259185927d3c10a3e899493cfaf6e02c045bd6b), [`579c000`](https://github.com/zCloak-Network/zkid-sdk/commit/579c00075c4e52e2bdc6bfe920ed905035663772), [`7a4b2e3`](https://github.com/zCloak-Network/zkid-sdk/commit/7a4b2e37d5d35101cde6a3c531972f0949f2df67)]:
- @zcloak/vc@1.1.0
- @zcloak/did-resolver@1.1.0
- @zcloak/crypto@1.1.0
- @zcloak/ctype@1.1.0
- @zcloak/did@1.1.0

## 1.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": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^10.3.1",
Expand Down

0 comments on commit 4e72c01

Please sign in to comment.