Skip to content

Commit

Permalink
chore: Publish v1.2.248 (#5755)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Sep 5, 2022
1 parent 55b03eb commit 95119be
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 45 deletions.
77 changes: 38 additions & 39 deletions bindings/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/binding_core_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

swc_core = { version = "0.20.4", features = [
swc_core = { version = "0.20.7", features = [
"ecma_ast",
"common_concurrent",
"bundler",
Expand Down
4 changes: 2 additions & 2 deletions bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.2.247"
version = "1.2.248"

[lib]
bench = false
Expand All @@ -20,7 +20,7 @@ swc_v2 = []
plugin = ["swc_core/plugin_transform_host_js"]

[dependencies]
swc_core = { version = "0.20.4", features = [
swc_core = { version = "0.20.7", features = [
"common_perf",
"binding_macro_wasm",
] }
Expand Down
2 changes: 1 addition & 1 deletion bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rayon = "1"
relative-path = "1.6.1"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["unbounded_depth"] }
swc_core = { version = "0.20.4", features = [
swc_core = { version = "0.20.7", features = [
"trace_macro",
"common_concurrent",
"base",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.2.247",
"version": "1.2.248",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/bot/src/cargo/bump.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const execAsync = promisify(exec);
if (action.breaking) {
await execAsync(`cargo mono bump ${action.crate} --breaking`);
} else {
await execAsync(`cargo mono bump ${action.crate}`);
await execAsync(`cargo mono bump ${action.crate} -D`);
}
}
})();

0 comments on commit 95119be

Please sign in to comment.