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 (beta) #43

Merged
merged 1 commit into from
Feb 14, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 10, 2023

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.

⚠️⚠️⚠️⚠️⚠️⚠️

master is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on master.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@zcloak/crypto@1.0.0-beta.1

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/ctype@1.0.0-beta.1

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 [872ed45]:
    • @zcloak/did-resolver@1.0.0-beta.1
    • @zcloak/crypto@1.0.0-beta.1
    • @zcloak/did@1.0.0-beta.1

@zcloak/did@1.0.0-beta.1

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 [872ed45]:
    • @zcloak/did-resolver@1.0.0-beta.1
    • @zcloak/keyring@1.0.0-beta.1
    • @zcloak/crypto@1.0.0-beta.1

@zcloak/did-resolver@1.0.0-beta.1

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-beta.1

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 [872ed45]:
    • @zcloak/crypto@1.0.0-beta.1

@zcloak/message@1.0.0-beta.1

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

  • Updated dependencies [e953dfb, ddaa837, 872ed45]:
    • @zcloak/vc@1.0.0-beta.1
    • @zcloak/did-resolver@1.0.0-beta.1
    • @zcloak/crypto@1.0.0-beta.1
    • @zcloak/did@1.0.0-beta.1

@zcloak/vc@1.0.0-beta.1

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.

Patch Changes

  • Updated dependencies [872ed45]:
    • @zcloak/crypto@1.0.0-beta.1
    • @zcloak/ctype@1.0.0-beta.1
    • @zcloak/did@1.0.0-beta.1

@zcloak/verify@1.0.0-beta.1

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.

Patch Changes

  • Updated dependencies [e953dfb, ddaa837, 872ed45]:
    • @zcloak/vc@1.0.0-beta.1
    • @zcloak/did-resolver@1.0.0-beta.1
    • @zcloak/crypto@1.0.0-beta.1
    • @zcloak/ctype@1.0.0-beta.1
    • @zcloak/did@1.0.0-beta.1

@github-actions github-actions bot force-pushed the changeset-release/master branch 4 times, most recently from 3d9833d to 16ef5cd Compare February 14, 2023 15:13
@github-actions github-actions bot changed the title Version Packages (beta) chore: Version Packages (beta) Feb 14, 2023
@zzcwoshizz zzcwoshizz merged commit 0bb816d into master Feb 14, 2023
@zzcwoshizz zzcwoshizz deleted the changeset-release/master branch February 14, 2023 15:27
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