Skip to content

Commit

Permalink
chore: Publish v1.3.79 with swc_core v0.81.3 (#7859)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 25, 2023
1 parent 9c69caf commit f819c44
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 deletions.
62 changes: 31 additions & 31 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 @@ -51,7 +51,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

swc_core = { version = "0.81.1", features = [
swc_core = { version = "0.81.3", features = [
"allocator_node",
"ecma_ast",
"ecma_ast_serde",
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.3.78"
version = "1.3.79"

[lib]
bench = false
Expand Down Expand Up @@ -35,7 +35,7 @@ anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.81.1", features = [
swc_core = { version = "0.81.3", features = [
"ecma_ast_serde",
"binding_macro_wasm",
"ecma_transforms",
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 @@ -30,7 +30,7 @@ relative-path = "1.6.1"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["unbounded_depth"] }
sourcemap = "6.2.2"
swc_core = { version = "0.81.1", features = [
swc_core = { version = "0.81.3", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
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.3.78",
"version": "1.3.79",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down

1 comment on commit f819c44

@alexeagle
Copy link
Contributor

@alexeagle alexeagle commented on f819c44 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This release caused a regression in our Bazel rules. I filed an issue for it: #8258

Please sign in to comment.