Skip to content

Commit d279682

Browse files
committed
chore(release): publish v1.2.0
1 parent b6ac5fc commit d279682

5 files changed

Lines changed: 28 additions & 66 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "1.1.1"
2+
version = "1.2.0"
33
edition = "2024"
44
description = "Surfpool is where developers start their Solana journey."
55
license = "Apache-2.0"
@@ -162,12 +162,12 @@ uuid = "1.15.1"
162162
zip = { version = "0.6", features = ["deflate"], default-features = false }
163163
sha2 = { version = "0.10" }
164164

165-
surfpool-core = { path = "crates/core", default-features = false, version = "1.1.1"}
166-
surfpool-sdk = { path = "crates/sdk", default-features = false, version = "1.1.1" }
167-
surfpool-db = { path = "crates/db", version = "1.1.1" }
168-
surfpool-mcp = { path = "crates/mcp", default-features = false, version = "1.1.1" }
165+
surfpool-core = { path = "crates/core", default-features = false, version = "1.2.0"}
166+
surfpool-sdk = { path = "crates/sdk", default-features = false, version = "1.2.0" }
167+
surfpool-db = { path = "crates/db", version = "1.2.0" }
168+
surfpool-mcp = { path = "crates/mcp", default-features = false, version = "1.2.0" }
169+
surfpool-types = { path = "crates/types", default-features = false, version = "1.2.0" }
169170
surfpool-studio-ui = { path = "crates/studio", default-features = false, version = "0.1.1" }
170-
surfpool-types = { path = "crates/types", default-features = false, version = "1.1.1" }
171171

172172
txtx-addon-kit = "0.4.14"
173173
txtx-addon-network-svm = { version = "0.3.21" }

crates/sdk-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "surfpool-sdk-node"
33
description = "Node.js bindings for the Surfpool SDK"
4-
version = "0.1.0"
4+
version = { workspace = true }
55
edition = "2024"
66
license = "Apache-2.0"
77
repository = "https://github.com/solana-foundation/surfpool"

crates/sdk-node/package-lock.json

Lines changed: 8 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/sdk-node/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "surfpool-sdk",
3-
"version": "0.1.0",
3+
"version": "1.2.0",
44
"description": "Embed a Surfpool Solana runtime in your Node.js tests",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -52,6 +52,7 @@
5252
"create-npm-dir": "napi create-npm-dir -t .",
5353
"artifacts": "napi artifacts",
5454
"pack:dry-run": "npm pack --dry-run",
55+
"prepare-release": "node ./scripts/prepare-release.js",
5556
"smoke": "npm test",
5657
"test": "node --test --test-concurrency=1 ./scripts/smoke.js"
5758
},
@@ -60,8 +61,8 @@
6061
"typescript": "^5.7.0"
6162
},
6263
"optionalDependencies": {
63-
"surfpool-sdk-darwin-x64": "0.1.0",
64-
"surfpool-sdk-darwin-arm64": "0.1.0",
65-
"surfpool-sdk-linux-x64-gnu": "0.1.0"
64+
"surfpool-sdk-darwin-x64": "1.2.0",
65+
"surfpool-sdk-darwin-arm64": "1.2.0",
66+
"surfpool-sdk-linux-x64-gnu": "1.2.0"
6667
}
6768
}

0 commit comments

Comments
 (0)