Skip to content

Commit d6a9c69

Browse files
release: 0.2.3 (#571)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Bumped package and workspace versions to 0.2.3 and updated packaging templates. * Updated platform-specific optional binaries to 0.2.3 for consistent distribution. * Changed the publish workflow to reference a different local setup source to streamline publishing. * No functional changes; APIs and runtime behavior remain unchanged. <!-- end of auto-generated comment: release notes by coderabbit.ai --> <!-- greptile_comment --> File Analysis | Filename | Score | Overview | |----------|-------|----------| | Cargo.toml | 5/5 | Version bumped from 0.2.2 to 0.2.3 in workspace package section | | .github/packages/npm-package/package.json | 5/5 | NPM package and all platform-specific dependencies updated to 0.2.3 | | .github/packages/npm-package/package.json.tmpl | 5/5 | Template version updated to 0.2.3 for platform-specific packages | | Cargo.lock | 5/5 | Lockfile updated with version 0.2.3 for all workspace crates and dependency graph changes | | test-integration/Cargo.lock | 5/5 | Integration test lockfile updated with version 0.2.3 for workspace crates | </details> <h3>Sequence Diagram</h3> ```mermaid sequenceDiagram participant Dev as Developer participant PR as Pull Request #570 participant Cargo as Cargo.toml participant NPM as package.json participant Lock as Cargo.lock files participant Release as Release PR #571 Dev->>PR: Merge fix for NPM release Note over PR: Fixes log suppression<br/>for NPM wrapper Dev->>Cargo: Update version to 0.2.3 Dev->>NPM: Update version to 0.2.3 Dev->>NPM: Update platform deps to 0.2.3 Cargo->>Lock: Regenerate Cargo.lock Note over Lock: ~35 workspace crates<br/>updated to 0.2.3 Cargo->>Lock: Regenerate test-integration/Cargo.lock Note over Lock: Integration test deps<br/>updated to 0.2.3 Dev->>Release: Create release PR #571 Note over Release: Standard version bump<br/>No functional changes ``` <!-- greptile_other_comments_section --> <!-- /greptile_comment --> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 3b5dd0e commit d6a9c69

File tree

6 files changed

+95
-95
lines changed

6 files changed

+95
-95
lines changed

.github/packages/npm-package/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magicblock-labs/ephemeral-validator",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "MagicBlock Ephemeral Validator",
55
"homepage": "https://github.com/magicblock-labs/ephemeral-validator#readme",
66
"bugs": {
@@ -28,11 +28,11 @@
2828
"typescript": "^4.9.4"
2929
},
3030
"optionalDependencies": {
31-
"@magicblock-labs/ephemeral-validator-darwin-arm64": "0.2.2",
32-
"@magicblock-labs/ephemeral-validator-darwin-x64": "0.2.2",
33-
"@magicblock-labs/ephemeral-validator-linux-arm64": "0.2.2",
34-
"@magicblock-labs/ephemeral-validator-linux-x64": "0.2.2",
35-
"@magicblock-labs/ephemeral-validator-windows-x64": "0.2.2"
31+
"@magicblock-labs/ephemeral-validator-darwin-arm64": "0.2.3",
32+
"@magicblock-labs/ephemeral-validator-darwin-x64": "0.2.3",
33+
"@magicblock-labs/ephemeral-validator-linux-arm64": "0.2.3",
34+
"@magicblock-labs/ephemeral-validator-linux-x64": "0.2.3",
35+
"@magicblock-labs/ephemeral-validator-windows-x64": "0.2.3"
3636
},
3737
"publishConfig": {
3838
"access": "public"

.github/packages/npm-package/package.json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magicblock-labs/${node_pkg}",
33
"description": "Ephemeral Validator (${node_pkg})",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/magicblock-labs/ephemeral-validator.git"

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
run: echo "DRY_RUN=false" >> $GITHUB_ENV
192192
if: github.event_name == 'release' && github.event.action == 'published'
193193

194-
- uses: ./magicblock-validator/.github/actions/setup-solana
194+
- uses: ./.github/actions/setup-solana
195195

196196
- name: Publish the NPM package
197197
shell: bash

0 commit comments

Comments
 (0)