Skip to content

chore: v0.0.2-test#979

Merged
ctrlc03 merged 1 commit into
devfrom
chore/v0.0.2-test
Nov 6, 2025
Merged

chore: v0.0.2-test#979
ctrlc03 merged 1 commit into
devfrom
chore/v0.0.2-test

Conversation

@cedoor

@cedoor cedoor commented Nov 6, 2025

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Bumped versions of core CRISP packages (contracts, SDK, and ZK inputs) from 0.0.1-test to 0.0.2-test.

@vercel

vercel Bot commented Nov 6, 2025

Copy link
Copy Markdown

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

2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
crisp Skipped Skipped Nov 6, 2025 7:30pm
enclave-docs Skipped Skipped Nov 6, 2025 7:30pm

@coderabbitai

coderabbitai Bot commented Nov 6, 2025

Copy link
Copy Markdown
Contributor

Walkthrough

Version numbers bumped from "0.0.1-test" to "0.0.2-test" across three CRISP package manifests: crisp-contracts, crisp-sdk, and crisp-zk-inputs. No functional changes, dependencies, or code alterations.

Changes

Cohort / File(s) Summary
CRISP Package Version Bumps
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.0.1-test" to "0.0.2-test" in all three package manifests. No other fields or dependencies modified.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 Hop along, dear coder mine,
Versions bump from one to two,
Test packages in a line,
Numbered fresh and bright and true!
Progress made with gentle care,
One small bump won't go spare! 🎉

Pre-merge checks and finishing touches

✅ 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: v0.0.2-test' is directly related to the changeset, which bumps package versions across three packages from 0.0.1-test to 0.0.2-test.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/v0.0.2-test

📜 Recent 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 988fc1c and 73b1fd0.

📒 Files selected for processing (3)
  • examples/CRISP/packages/crisp-contracts/package.json (1 hunks)
  • examples/CRISP/packages/crisp-sdk/package.json (1 hunks)
  • examples/CRISP/packages/crisp-zk-inputs/package.json (1 hunks)
🧰 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/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). (7)
  • GitHub Check: build_sdk
  • GitHub Check: build_enclave_cli
  • GitHub Check: integration_prebuild
  • GitHub Check: test_net
  • GitHub Check: test_contracts
  • GitHub Check: rust_unit
  • GitHub Check: rust_integration
🔇 Additional comments (3)
examples/CRISP/packages/crisp-zk-inputs/package.json (1)

5-5: Version bump looks good.

The version is correctly updated from "0.0.1-test" to "0.0.2-test" and will be automatically picked up by workspace dependents.

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

3-3: Version bump aligns with the release.

The version is correctly updated to "0.0.2-test". The workspace dependency on "@crisp-e3/zk-inputs" will automatically resolve to the updated version.

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

3-3: Version bump is consistent across the monorepo.

The version is correctly updated to "0.0.2-test". The workspace dev dependencies on "@crisp-e3/sdk" and "@crisp-e3/zk-inputs" will automatically resolve to their updated versions.


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.

@cedoor cedoor changed the title chore: v0.0.2 test chore: v0.0.2-test Nov 6, 2025
- Updated @crisp-e3/sdk to 0.0.2-test
- Updated @crisp-e3/contracts to 0.0.2-test
- Updated @crisp-e3/zk-inputs to 0.0.2-test
- Published to npm
@cedoor cedoor force-pushed the chore/v0.0.2-test branch from f847dfb to 73b1fd0 Compare November 6, 2025 19:30
@vercel vercel Bot temporarily deployed to Preview – crisp November 6, 2025 19:30 Inactive
@vercel vercel Bot temporarily deployed to Preview – enclave-docs November 6, 2025 19:30 Inactive
@cedoor cedoor requested a review from ctrlc03 November 6, 2025 19:31
@ctrlc03 ctrlc03 merged commit e08531e into dev Nov 6, 2025
23 checks passed
@github-actions github-actions Bot deleted the chore/v0.0.2-test branch November 14, 2025 03:19
@coderabbitai coderabbitai Bot mentioned this pull request Dec 4, 2025
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