Skip to content

chore: release main#117

Merged
adiman9 merged 1 commit into
mainfrom
release-please--branches--main
Jun 18, 2026
Merged

chore: release main#117
adiman9 merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

arete-idl: 0.0.3

0.0.3 (2026-06-18)

Features

  • preserve richer IDL metadata in stack specs (5c42827)
  • preserve richer IDL metadata in stack specs (b603a9e)

Bug Fixes

  • handle signed numeric PDA seed values in Codama IDL (9c2cfef)
  • log silent PDA resolution failures for diagnosability (60ecdfc)
  • surface unrecognised isSigner tags in Codama account docs (c4a0809)
a4-cli: 0.1.5

0.1.5 (2026-06-18)

Miscellaneous Chores

  • a4-cli: Synchronize arete versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • arete-interpreter bumped from 0.1.4 to 0.1.5
      • arete-idl bumped from 0.0.2 to 0.0.3
arete: 0.1.5

0.1.5 (2026-06-18)

Miscellaneous Chores

  • arete: Synchronize arete versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • arete-interpreter bumped from 0.1.4 to 0.1.5
      • arete-macros bumped from 0.1.4 to 0.1.5
      • arete-server bumped from 0.1.4 to 0.1.5
arete-sdk: 0.1.5

0.1.5 (2026-06-18)

Features

  • preserve richer IDL metadata in stack specs (5c42827)

Bug Fixes

  • arete-a4-sdk: stabilize auth_lifecycle test against CI clock skew (5de9ce7)
arete-interpreter: 0.1.5

0.1.5 (2026-06-18)

Features

  • preserve richer IDL metadata in stack specs (5c42827)
  • preserve richer IDL metadata in stack specs (b603a9e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • arete-macros bumped from 0.1.4 to 0.1.5
      • arete-idl bumped from 0.0.2 to 0.0.3
arete-macros: 0.1.5

0.1.5 (2026-06-18)

Features

  • preserve richer IDL metadata in stack specs (5c42827)
  • preserve richer IDL metadata in stack specs (b603a9e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • arete-idl bumped from 0.0.2 to 0.0.3
arete-mcp: 0.1.5

0.1.5 (2026-06-18)

Miscellaneous Chores

  • arete-mcp: Synchronize arete versions
arete-server: 0.1.5

0.1.5 (2026-06-18)

Miscellaneous Chores

  • arete-server: Synchronize arete versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • arete-interpreter bumped from 0.1.4 to 0.1.5
a4-npm: 0.1.5

0.1.5 (2026-06-18)

Miscellaneous Chores

  • a4-npm: Synchronize arete versions
arete-mcp-npm: 0.1.5

0.1.5 (2026-06-18)

Miscellaneous Chores

  • arete-mcp-npm: Synchronize arete versions
arete-react: 0.1.5

0.1.5 (2026-06-18)

Miscellaneous Chores

  • arete-react: Synchronize arete versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @usearete/sdk bumped from ^0.1.4 to ^0.1.5
arete-typescript: 0.1.5

0.1.5 (2026-06-18)

Miscellaneous Chores

  • arete-typescript: Synchronize arete versions

This PR was generated with Release Please. See documentation.

@vercel

vercel Bot commented Jun 18, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
arete-docs Ready Ready Preview, Comment Jun 18, 2026 1:03am

Request Review

@greptile-apps

greptile-apps Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is a Release Please automated PR bumping arete-idl from 0.0.2 → 0.0.3 and all other workspace packages from 0.1.4 → 0.1.5, incorporating IDL metadata preservation features and several bug fixes for PDA seed handling and Codama account docs.

  • All Rust Cargo.toml manifests and Cargo.lock are updated consistently; the one exception is the arete-sdk (arete-a4-sdk alias) version constraint in arete/Cargo.toml and cli/Cargo.toml, which remains at 0.1.3 — a Release Please blind spot caused by the package alias.
  • typescript/react/package.json correctly updates @usearete/sdk to ^0.1.5, but the corresponding package-lock.json packages[\"\"] root entry still records ^0.0.1, leaving the lockfile out of sync with package.json; this will cause npm ci to fail for the React package.
  • All CHANGELOG files are correctly appended with the new release entries.

Confidence Score: 3/5

The React package lockfile is out of sync with package.json, which will break npm ci in CI pipelines for that package.

The lockfile mismatch in typescript/react/package-lock.json (^0.0.1 vs the updated ^0.1.5 in package.json) will cause npm ci to fail for the React package. The rest of the changes — Cargo.toml bumps, Cargo.lock, and CHANGELOG entries — are mechanically consistent. The arete-sdk alias version lag in arete/Cargo.toml and cli/Cargo.toml does not affect local builds but is worth cleaning up manually since Release Please cannot track aliased dependencies.

typescript/react/package-lock.json needs to be regenerated with npm install to sync the packages[""] entry with the updated package.json dependency spec.

Important Files Changed

Filename Overview
typescript/react/package-lock.json Version bumped to 0.1.5 but packages[""] root entry still records @usearete/sdk at "^0.0.1", out of sync with package.json's "^0.1.5" — will break npm ci
arete/Cargo.toml Version bumped to 0.1.5 with interpreter/macros/server deps updated; arete-sdk (arete-a4-sdk alias) version constraint remains at 0.1.3 — Release Please blind spot, no build impact due to path dep resolution
cli/Cargo.toml Version bumped to 0.1.5, interpreter and idl deps correctly updated; arete-sdk version constraint left at 0.1.3 (same alias issue as arete/Cargo.toml)
.release-please-manifest.json All package versions correctly bumped: arete-idl 0.0.2→0.0.3, everything else 0.1.4→0.1.5
arete-idl/Cargo.toml Version bumped from 0.0.2 to 0.0.3 as expected for the IDL patch release
Cargo.lock All Rust crate versions updated consistently from 0.1.4 to 0.1.5 (arete-idl 0.0.2→0.0.3)

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Please bot] --> B[Bump arete-idl\n0.0.2 → 0.0.3]
    A --> C[Bump all other packages\n0.1.4 → 0.1.5]
    B --> D[arete-macros\narete-idl dep: 0.0.2 → 0.0.3]
    B --> E[interpreter\narete-idl dep: 0.0.2 → 0.0.3]
    B --> F[a4-cli\narete-idl dep: 0.0.2 → 0.0.3]
    C --> G[arete-server\ninterpreter dep: 0.1.4 → 0.1.5]
    C --> H[arete react pkg\n@usearete/sdk dep: ✅ package.json\n⚠️ package-lock.json stale at ^0.0.1]
    D --> I[arete 0.1.5\narete-macros dep: ✅ 0.1.5]
    I --> J[arete-sdk alias\n⚠️ still pinned at 0.1.3]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[Release Please bot] --> B[Bump arete-idl\n0.0.2 → 0.0.3]
    A --> C[Bump all other packages\n0.1.4 → 0.1.5]
    B --> D[arete-macros\narete-idl dep: 0.0.2 → 0.0.3]
    B --> E[interpreter\narete-idl dep: 0.0.2 → 0.0.3]
    B --> F[a4-cli\narete-idl dep: 0.0.2 → 0.0.3]
    C --> G[arete-server\ninterpreter dep: 0.1.4 → 0.1.5]
    C --> H[arete react pkg\n@usearete/sdk dep: ✅ package.json\n⚠️ package-lock.json stale at ^0.0.1]
    D --> I[arete 0.1.5\narete-macros dep: ✅ 0.1.5]
    I --> J[arete-sdk alias\n⚠️ still pinned at 0.1.3]
Loading
Prompt To Fix All With AI
Fix the following 2 code review issues. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 2
typescript/react/package-lock.json:12
**Stale lockfile entry for `@usearete/sdk`**

`package.json` was updated to `"@usearete/sdk": "^0.1.5"` but the `packages[""]` root entry in `package-lock.json` still records `"^0.0.1"`. `npm ci` validates that the lockfile is in sync with `package.json` and will throw `npm ci can only install packages when your package.json and package-lock.json are in sync`, breaking any CI that uses `npm ci` for this package.

### Issue 2 of 2
arete/Cargo.toml:25
**`arete-sdk` version constraint not bumped by Release Please**

`arete-a4-sdk` was bumped to 0.1.5 in this release but `arete/Cargo.toml` still pins it at `version = "0.1.3"` (same in `cli/Cargo.toml` line 38). Local builds are unaffected because Cargo resolves path deps by path, not version. However, the stale lower-bound may mask accidental downgrades and creates inconsistency with the rest of the manifest. This appears to be a Release Please blind spot caused by the `package = "arete-a4-sdk"` alias.

Reviews (1): Last reviewed commit: "chore: release main" | Re-trigger Greptile

"version": "0.1.5",
"license": "MIT",
"dependencies": {
"@usearete/sdk": "^0.0.1"

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.

P1 Stale lockfile entry for @usearete/sdk

package.json was updated to "@usearete/sdk": "^0.1.5" but the packages[""] root entry in package-lock.json still records "^0.0.1". npm ci validates that the lockfile is in sync with package.json and will throw npm ci can only install packages when your package.json and package-lock.json are in sync, breaking any CI that uses npm ci for this package.

Prompt To Fix With AI
This is a comment left during a code review.
Path: typescript/react/package-lock.json
Line: 12

Comment:
**Stale lockfile entry for `@usearete/sdk`**

`package.json` was updated to `"@usearete/sdk": "^0.1.5"` but the `packages[""]` root entry in `package-lock.json` still records `"^0.0.1"`. `npm ci` validates that the lockfile is in sync with `package.json` and will throw `npm ci can only install packages when your package.json and package-lock.json are in sync`, breaking any CI that uses `npm ci` for this package.

How can I resolve this? If you propose a fix, please make it concise.

Comment thread arete/Cargo.toml
arete-server = { version = "0.1.5", path = "../rust/arete-server", optional = true }

# SDK - Rust client for connecting to Arete servers
arete-sdk = { package = "arete-a4-sdk", version = "0.1.3", path = "../rust/arete-a4-sdk", optional = true }

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.

P2 arete-sdk version constraint not bumped by Release Please

arete-a4-sdk was bumped to 0.1.5 in this release but arete/Cargo.toml still pins it at version = "0.1.3" (same in cli/Cargo.toml line 38). Local builds are unaffected because Cargo resolves path deps by path, not version. However, the stale lower-bound may mask accidental downgrades and creates inconsistency with the rest of the manifest. This appears to be a Release Please blind spot caused by the package = "arete-a4-sdk" alias.

Prompt To Fix With AI
This is a comment left during a code review.
Path: arete/Cargo.toml
Line: 25

Comment:
**`arete-sdk` version constraint not bumped by Release Please**

`arete-a4-sdk` was bumped to 0.1.5 in this release but `arete/Cargo.toml` still pins it at `version = "0.1.3"` (same in `cli/Cargo.toml` line 38). Local builds are unaffected because Cargo resolves path deps by path, not version. However, the stale lower-bound may mask accidental downgrades and creates inconsistency with the rest of the manifest. This appears to be a Release Please blind spot caused by the `package = "arete-a4-sdk"` alias.

How can I resolve this? If you propose a fix, please make it concise.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

@adiman9 adiman9 merged commit f5f621a into main Jun 18, 2026
11 checks passed
@adiman9 adiman9 deleted the release-please--branches--main branch June 18, 2026 01:12
@github-actions

Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant