Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Version Packages #53

Merged
merged 1 commit into from
Feb 17, 2023
Merged

chore: Version Packages #53

merged 1 commit into from
Feb 17, 2023

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@zcloak/crypto@1.0.0

Major Changes

Minor Changes

  • #45 872ed45 Thanks @zzcwoshizz! - Data signing.

    • add eip712 typed struct data hashing.
    • add signTypedData for DidKeyring.
    • vc, vp, ctype, did-document supports signTypedData.
    • verify functions support TypedData.
  • #49 f52b7a7 Thanks @zzcwoshizz! - add hdKeyFromSeed function

Patch Changes

  • Updated dependencies [71a0f07]:
    • @zcloak/wasm-bridge@1.0.0

@zcloak/ctype@1.0.0

Major Changes

Minor Changes

  • #45 872ed45 Thanks @zzcwoshizz! - Data signing.

    • add eip712 typed struct data hashing.
    • add signTypedData for DidKeyring.
    • vc, vp, ctype, did-document supports signTypedData.
    • verify functions support TypedData.

Patch Changes

  • Updated dependencies [71a0f07, 872ed45, f52b7a7]:
    • @zcloak/did-resolver@1.0.0
    • @zcloak/crypto@1.0.0
    • @zcloak/did@1.0.0

@zcloak/did@1.0.0

Major Changes

Minor Changes

  • #45 872ed45 Thanks @zzcwoshizz! - Data signing.

    • add eip712 typed struct data hashing.
    • add signTypedData for DidKeyring.
    • vc, vp, ctype, did-document supports signTypedData.
    • verify functions support TypedData.

Patch Changes

  • Updated dependencies [71a0f07, 872ed45, f52b7a7]:
    • @zcloak/did-resolver@1.0.0
    • @zcloak/keyring@1.0.0
    • @zcloak/crypto@1.0.0

@zcloak/did-resolver@1.0.0

Major Changes

Minor Changes

  • #45 872ed45 Thanks @zzcwoshizz! - Data signing.

    • add eip712 typed struct data hashing.
    • add signTypedData for DidKeyring.
    • vc, vp, ctype, did-document supports signTypedData.
    • verify functions support TypedData.

@zcloak/keyring@1.0.0

Major Changes

Minor Changes

  • #45 872ed45 Thanks @zzcwoshizz! - Data signing.

    • add eip712 typed struct data hashing.
    • add signTypedData for DidKeyring.
    • vc, vp, ctype, did-document supports signTypedData.
    • verify functions support TypedData.
  • #49 f52b7a7 Thanks @zzcwoshizz! - add hdKeyFromSeed function

Patch Changes

@zcloak/message@1.0.0

Major Changes

Minor Changes

  • #42 ddaa837 Thanks @zzcwoshizz! - - The param nonceMap of calcRoothash function is optional.

    • Add PublicVerifiableCredential, VerifiableCredentialBuilder.build allow isPublic param, true build PublicVerifiableCredential, false build PrivateVerifiableCredential.
    • vcVerify support verify PublicVerifiableCredential.
  • #45 872ed45 Thanks @zzcwoshizz! - Data signing.

    • add eip712 typed struct data hashing.
    • add signTypedData for DidKeyring.
    • vc, vp, ctype, did-document supports signTypedData.
    • verify functions support TypedData.

Patch Changes

@zcloak/vc@1.0.0

Major Changes

Minor Changes

  • #44 e953dfb Thanks @zzcwoshizz! - upgrade vc version to v1

    1. add issuance date param whencalc digest.
    2. When there are multiple versions of vc, there are different build logics. The difference between v1 and v2 is that the digest is constructed differently
    3. vcVerify function can pass version(VerifiableCredentialVersion) for verification.
  • #42 ddaa837 Thanks @zzcwoshizz! - - The param nonceMap of calcRoothash function is optional.

    • Add PublicVerifiableCredential, VerifiableCredentialBuilder.build allow isPublic param, true build PublicVerifiableCredential, false build PrivateVerifiableCredential.
    • vcVerify support verify PublicVerifiableCredential.
  • #45 872ed45 Thanks @zzcwoshizz! - Data signing.

    • add eip712 typed struct data hashing.
    • add signTypedData for DidKeyring.
    • vc, vp, ctype, did-document supports signTypedData.
    • verify functions support TypedData.
  • #47 66c7c43 Thanks @zzcwoshizz! - getAttestationTypedData function add version field

Patch Changes

  • #51 258e259 Thanks @zzcwoshizz! - make build method overloading, return PublicVerifiableCredential or PrivateVerifiableCredential

  • Updated dependencies [71a0f07, 872ed45, f52b7a7]:

    • @zcloak/crypto@1.0.0
    • @zcloak/ctype@1.0.0
    • @zcloak/did@1.0.0

@zcloak/verify@1.0.0

Major Changes

Minor Changes

  • #44 e953dfb Thanks @zzcwoshizz! - upgrade vc version to v1

    1. add issuance date param whencalc digest.
    2. When there are multiple versions of vc, there are different build logics. The difference between v1 and v2 is that the digest is constructed differently
    3. vcVerify function can pass version(VerifiableCredentialVersion) for verification.
  • #42 ddaa837 Thanks @zzcwoshizz! - - The param nonceMap of calcRoothash function is optional.

    • Add PublicVerifiableCredential, VerifiableCredentialBuilder.build allow isPublic param, true build PublicVerifiableCredential, false build PrivateVerifiableCredential.
    • vcVerify support verify PublicVerifiableCredential.
  • #45 872ed45 Thanks @zzcwoshizz! - Data signing.

    • add eip712 typed struct data hashing.
    • add signTypedData for DidKeyring.
    • vc, vp, ctype, did-document supports signTypedData.
    • verify functions support TypedData.
  • #47 66c7c43 Thanks @zzcwoshizz! - getAttestationTypedData function add version field

Patch Changes

@zcloak/wasm@1.0.0

Major Changes

@zcloak/wasm-asm@1.0.0

Major Changes

@zcloak/wasm-bridge@1.0.0

Major Changes

Patch Changes

  • Updated dependencies [71a0f07]:
    • @zcloak/wasm-asm@1.0.0
    • @zcloak/wasm@1.0.0

@zzcwoshizz zzcwoshizz merged commit 55e7f35 into master Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant