Skip to content

Commit a7f02de

Browse files
committed
chore: Publish 1.15.0-nightly-20251104.1 with swc_core v47.0.2
1 parent 6c1e820 commit a7f02de

File tree

50 files changed

+58
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+58
-58
lines changed

Cargo.lock

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

bindings/binding_core_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = { workspace = true }
66
name = "binding_core_wasm"
77
publish = false
88
repository = { workspace = true }
9-
version = "1.0.0"
9+
version = "1.15.0-nightly-20251104.1"
1010

1111
[lib]
1212
bench = false

bindings/binding_es_ast_viewer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = { workspace = true }
55
name = "binding_es_ast_viewer"
66
publish = false
77
repository = { workspace = true }
8-
version = "1.0.0"
8+
version = "1.15.0-nightly-20251104.1"
99

1010
[dependencies]
1111
anyhow = { workspace = true }

bindings/binding_minifier_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = { workspace = true }
66
name = "binding_minifier_wasm"
77
publish = false
88
repository = { workspace = true }
9-
version = "1.0.0"
9+
version = "1.15.0-nightly-20251104.1"
1010

1111
[lib]
1212
bench = false

bindings/binding_typescript_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = { workspace = true }
66
name = "binding_typescript_wasm"
77
publish = false
88
repository = { workspace = true }
9-
version = "1.0.0"
9+
version = "1.15.0-nightly-20251104.1"
1010

1111
[lib]
1212
bench = false

bindings/swc_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
66
license = { workspace = true }
77
name = "swc_cli"
88
repository = { workspace = true }
9-
version = "0.92.0"
9+
version = "0.92.1"
1010

1111
[[bin]]
1212
bench = false

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/core",
3-
"version": "1.14.0",
3+
"version": "1.15.0-nightly-20251104.1",
44
"description": "Super-fast alternative for babel",
55
"homepage": "https://swc.rs",
66
"main": "./index.js",
@@ -99,4 +99,4 @@
9999
"jest": "^29.7.0",
100100
"typescript": "^5.3.3"
101101
}
102-
}
102+
}

packages/core/scripts/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/core-darwin-arm64",
3-
"version": "1.14.0",
3+
"version": "1.15.0-nightly-20251104.1",
44
"os": [
55
"darwin"
66
],

packages/core/scripts/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/core-darwin-x64",
3-
"version": "1.14.0",
3+
"version": "1.15.0-nightly-20251104.1",
44
"os": [
55
"darwin"
66
],

packages/core/scripts/npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/core-linux-arm-gnueabihf",
3-
"version": "1.14.0",
3+
"version": "1.15.0-nightly-20251104.1",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)