Skip to content

Commit 4b75e8b

Browse files
committed
surplus==0.3.0 / cli==0.3.0 / wasm==1.4.0
1 parent 7498454 commit 4b75e8b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@surplus/compiler",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "The Surplus compiler library",
55
"main": "index.js",
66
"types": "index.d.ts",

surplus-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "surplus-cli"
33
description = "CLI for the Surplus JSX compiler"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
edition.workspace = true
66
authors.workspace = true
77
license.workspace = true
@@ -21,7 +21,7 @@ default = ["clap"]
2121
clap = ["dep:clap"]
2222

2323
[dependencies]
24-
surplus = { path = "../surplus", version = "0.2" }
24+
surplus = { path = "../surplus", version = "0.3" }
2525
clap = { workspace = true, optional = true }
2626
oxc.workspace = true
2727

surplus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "surplus"
33
description = "Core library for the Surplus JSX compiler"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
edition.workspace = true
66
authors.workspace = true
77
license.workspace = true

0 commit comments

Comments
 (0)