Skip to content

chore(crisp): publish version 0.5.7#1149

Merged
ctrlc03 merged 2 commits into
mainfrom
chore/crisp-0-5-7
Jan 4, 2026
Merged

chore(crisp): publish version 0.5.7#1149
ctrlc03 merged 2 commits into
mainfrom
chore/crisp-0-5-7

Conversation

@ctrlc03

@ctrlc03 ctrlc03 commented Jan 2, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Chores
    • Updated CRISP SDK and related packages from version 0.5.6 to 0.5.7

✏️ Tip: You can customize this high-level summary in your review settings.

- Updated @crisp-e3/sdk to 0.5.7
- Updated @crisp-e3/contracts to 0.5.7
- Updated @crisp-e3/zk-inputs to 0.5.7
- Published to npm
@vercel

vercel Bot commented Jan 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
crisp Ready Ready Preview, Comment Jan 2, 2026 5:14pm
1 Skipped Deployment
Project Deployment Review Updated (UTC)
enclave-docs Skipped Skipped Jan 2, 2026 5:14pm

@coderabbitai

coderabbitai Bot commented Jan 2, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

Version numbers incremented from 0.5.6 to 0.5.7 across four package.json files in the CRISP examples directory: client dependency, crisp-contracts, crisp-sdk, and crisp-zk-inputs packages.

Changes

Cohort / File(s) Summary
CRISP Package Version Bumps
examples/CRISP/client/package.json, examples/CRISP/packages/crisp-contracts/package.json, examples/CRISP/packages/crisp-sdk/package.json, examples/CRISP/packages/crisp-zk-inputs/package.json
Version field updated from 0.5.6 to 0.5.7 across all package manifests.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • cedoor

Poem

🐰 Hop, hop, hooray! The versions now climb,
From point-five-six to point-five-seven's time,
Four little files all dressed in their best,
A rabbit-approved patch—nothing more, nothing less! 🎉

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore(crisp): publish version 0.5.7' accurately describes the main change—updating package versions from 0.5.6 to 0.5.7 across four CRISP-related package.json files. It is specific, clear, and directly related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 53d5dfe and 7f64772.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (4)
  • examples/CRISP/client/package.json
  • examples/CRISP/packages/crisp-contracts/package.json
  • examples/CRISP/packages/crisp-sdk/package.json
  • examples/CRISP/packages/crisp-zk-inputs/package.json
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: ctrlc03
Repo: gnosisguild/enclave PR: 963
File: examples/CRISP/client/package.json:25-25
Timestamp: 2025-11-05T14:12:57.814Z
Learning: In the Enclave/CRISP codebase, `enclave-e3/sdk` and `crisp-e3/sdk` are different packages: `enclave-e3/sdk` is the general Enclave SDK, while `crisp-e3/sdk` is the CRISP-specific SDK. The CRISP client (`examples/CRISP/client`) intentionally depends on `enclave-e3/sdk`, not `crisp-e3/sdk`.
📚 Learning: 2025-11-05T14:12:57.814Z
Learnt from: ctrlc03
Repo: gnosisguild/enclave PR: 963
File: examples/CRISP/client/package.json:25-25
Timestamp: 2025-11-05T14:12:57.814Z
Learning: In the Enclave/CRISP codebase, `enclave-e3/sdk` and `crisp-e3/sdk` are different packages: `enclave-e3/sdk` is the general Enclave SDK, while `crisp-e3/sdk` is the CRISP-specific SDK. The CRISP client (`examples/CRISP/client`) intentionally depends on `enclave-e3/sdk`, not `crisp-e3/sdk`.

Applied to files:

  • examples/CRISP/client/package.json
  • examples/CRISP/packages/crisp-sdk/package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
  • GitHub Check: build_crisp_sdk
  • GitHub Check: build_e3_support_dev
  • GitHub Check: build_sdk
  • GitHub Check: build_ciphernode_image
  • GitHub Check: test_net
  • GitHub Check: rust_integration
  • GitHub Check: integration_prebuild
  • GitHub Check: rust_unit
  • GitHub Check: build_enclave_cli
🔇 Additional comments (3)
examples/CRISP/packages/crisp-sdk/package.json (1)

3-3: LGTM! Version bump is clean.

The version update from 0.5.6 to 0.5.7 is properly applied. The workspace dependency on @crisp-e3/zk-inputs will automatically resolve to the updated version.

examples/CRISP/packages/crisp-zk-inputs/package.json (1)

5-5: Version bump looks good.

The version update to 0.5.7 is consistent with the other CRISP packages in this release.

examples/CRISP/packages/crisp-contracts/package.json (1)

3-3: Version update is consistent.

The version bump to 0.5.7 aligns with the coordinated release across all CRISP packages. The workspace devDependencies on lines 50-51 will automatically resolve to the updated package versions.

Comment thread examples/CRISP/client/package.json
@ctrlc03 ctrlc03 merged commit ed01af6 into main Jan 4, 2026
26 checks passed
@ctrlc03 ctrlc03 deleted the chore/crisp-0-5-7 branch January 4, 2026 19:46
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.

2 participants