Skip to content

Commit 880e3a4

Browse files
committed
chore: Publish 1.7.0-nightly-20240718.2 with swc_core v0.99.1
1 parent b07da5a commit 880e3a4

File tree

28 files changed

+33
-33
lines changed

28 files changed

+33
-33
lines changed

bindings/Cargo.lock

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

bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resolver = "2"
2626
swc_common = "0.36.0"
2727
swc_compiler_base = "0.15.0"
2828
swc_config = "0.1.14"
29-
swc_core = "0.99.0"
29+
swc_core = "0.99.1"
3030
swc_error_reporters = "0.20.0"
3131
swc_fast_ts_strip = "0.4.0"
3232
swc_malloc = "0.5.11"

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 = "Apache-2.0"
66
name = "binding_core_wasm"
77
publish = false
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.7.0-nightly-20240718.1"
9+
version = "1.7.0-nightly-20240718.2"
1010

1111
[lib]
1212
bench = false

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 = "Apache-2.0"
66
name = "binding_minifier_wasm"
77
publish = false
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.7.0-nightly-20240718.1"
9+
version = "1.7.0-nightly-20240718.2"
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 = "Apache-2.0"
66
name = "binding_typescript_wasm"
77
publish = false
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.7.0-nightly-20240718.1"
9+
version = "1.7.0-nightly-20240718.2"
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 = "Apache-2.0"
77
name = "swc_cli"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.91.325"
9+
version = "0.91.326"
1010

1111
[[bin]]
1212
bench = false

packages/core/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",
3-
"version": "1.7.0-nightly-20240718.1",
3+
"version": "1.7.0-nightly-20240718.2",
44
"description": "Super-fast alternative for babel",
55
"homepage": "https://swc.rs",
66
"main": "./index.js",

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.7.0-nightly-20240718.1",
3+
"version": "1.7.0-nightly-20240718.2",
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.7.0-nightly-20240718.1",
3+
"version": "1.7.0-nightly-20240718.2",
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.7.0-nightly-20240718.1",
3+
"version": "1.7.0-nightly-20240718.2",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)