Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: chrismaz11 <24700273+chrismaz11@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Bumps the repository’s package versions from 0.1.0 to 0.2.0 across the main workspaces (and sdk/), and adds a corresponding 0.2.0 entry to the changelog.
Changes:
- Update
versionto0.2.0in root + workspacepackage.jsonfiles andsdk/package.json. - Update
apps/api/package-lock.jsontop-level/package-root version fields. - Add a
0.2.0section toCHANGELOG.md.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
package.json |
Bumps root package version to 0.2.0. |
sdk/package.json |
Bumps SDK package version to 0.2.0. |
apps/api/package.json |
Bumps API workspace version to 0.2.0. |
apps/api/package-lock.json |
Updates API lockfile version metadata (partially). |
apps/web/package.json |
Bumps web workspace version to 0.2.0. |
packages/core/package.json |
Bumps core workspace version to 0.2.0. |
packages/contracts/package.json |
Bumps contracts workspace version to 0.2.0. |
CHANGELOG.md |
Records the 0.2.0 version bump entry. |
Files not reviewed (1)
- apps/api/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "private": true, | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "type": "commonjs", | ||
| "engines": { | ||
| "node": "20.x" |
| ## 0.2.0 - 2026-03-17 | ||
|
|
|
|
||
| ### Changed | ||
|
|
||
| - Bumped all package versions from `0.1.0` to `0.2.0` (`package.json`, `sdk/package.json`, `apps/api/package.json`, `apps/web/package.json`, `packages/core/package.json`, `packages/contracts/package.json`). |
| { | ||
| "name": "@deed-shield/api", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "lockfileVersion": 3, | ||
| "requires": true, | ||
| "packages": { | ||
| "": { | ||
| "name": "@deed-shield/api", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "hasInstallScript": true, | ||
| "dependencies": { | ||
| "@deed-shield/core": "file:../../packages/core", |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e3d5319e4f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "name": "deed-shield", | ||
| "private": true, | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", |
There was a problem hiding this comment.
Update root lockfile for the 0.2.0 version bump
Bumping the root manifest to 0.2.0 here without also updating package-lock.json leaves the lock metadata for the root/workspace packages at 0.1.0, which creates immediate lockfile drift for root install/verification workflows and undermines deterministic CI evidence for this release-only change. Regenerate and commit the root lockfile together with this version change.
Useful? React with 👍 / 👎.
| { | ||
| "name": "@deed-shield/api", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", |
There was a problem hiding this comment.
Regenerate API lockfile after core version change
This lockfile edit only bumps the top-level API version, but apps/api/package-lock.json still contains @deed-shield/core as 0.1.0 under the ../../packages/core entry while packages/core/package.json was changed to 0.2.0. That internal inconsistency causes avoidable lockfile churn in apps/api installs and weakens reproducibility of the workspace release state.
Useful? React with 👍 / 👎.
Project was still pinned at
0.1.0across all package manifests. This bumps every workspace to0.2.0and records the release in the changelog.Summary
package.json(root),sdk/package.json,apps/api/package.json,apps/web/package.json,packages/core/package.json,packages/contracts/package.json—versionfield:0.1.0→0.2.0apps/api/package-lock.json— top-level andpackages[""]version entries updated to matchCHANGELOG.md— new0.2.0section added with today's dateAI Disclosure (optional)
Review Checklist
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.