Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Jan 16, 2024
1 parent 10449e0 commit 0763e7e
Show file tree
Hide file tree
Showing 32 changed files with 146 additions and 146 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@



- **(es)** Fix plugin template & restore `test!` as `test_inline!` ([#8508](https://github.com/swc-project/swc/issues/8508)) ([10449e0](https://github.com/swc-project/swc/commit/10449e08d9459af2c313eb7146005bcff016d169))


- **(es/systemjs)** Handle top level this ([#8506](https://github.com/swc-project/swc/issues/8506)) ([0f94c8c](https://github.com/swc-project/swc/commit/0f94c8cf051f7a7526f6a3e7742fc079146e0af2))

## [1.3.103] - 2024-01-15
Expand Down Expand Up @@ -1505,7 +1508,4 @@

- **(bindings)** Enable `share-generics` to reduce binary size ([#7482](https://github.com/swc-project/swc/issues/7482)) ([d623db4](https://github.com/swc-project/swc/commit/d623db48dedf08f32bf7a2afbf71cd1aed27d30a))


- **(es/minifier)** Make minifier not overly generic ([#7483](https://github.com/swc-project/swc/issues/7483)) ([65ce5d1](https://github.com/swc-project/swc/commit/65ce5d1081271f1cb4db6d4537311fbb60a08359))

<!-- generated by git-cliff -->
60 changes: 30 additions & 30 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/binding_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.61.22"
version = "0.61.23"

[lib]
bench = false
Expand Down Expand Up @@ -33,10 +33,10 @@ binding_wasm = [

[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "0.270.22", path = "../swc" }
swc = { optional = true, version = "0.270.23", path = "../swc" }
swc_common = { optional = true, version = "0.33.12", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.110.17", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.227.17", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.227.18", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.96.17", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
Expand Down
4 changes: 2 additions & 2 deletions crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.90.28"
version = "0.90.29"

[[bin]]
bench = false
Expand All @@ -32,7 +32,7 @@ swc_common = { version = "0.33.12", features = [
], path = "../swc_common" }
swc_ecma_ast = { version = "0.110.17", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.54", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.190.19", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.190.20", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.141.37", path = "../swc_ecma_parser" }
Expand Down
14 changes: 7 additions & 7 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.270.22"
version = "0.270.23"

[lib]
bench = false
Expand Down Expand Up @@ -73,7 +73,7 @@ swc_common = { version = "0.33.12", path = "../swc_common", features = [
"sourcemap",
"parking_lot",
] }
swc_compiler_base = { version = "0.4.20", path = "../swc_compiler_base" }
swc_compiler_base = { version = "0.4.21", path = "../swc_compiler_base" }
swc_config = { version = "0.1.9", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.17", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.54", path = "../swc_ecma_codegen" }
Expand All @@ -84,10 +84,10 @@ swc_ecma_loader = { version = "0.45.13", path = "../swc_ecma_loader", features =
"node",
"tsc",
] }
swc_ecma_minifier = { version = "0.190.19", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { version = "0.190.20", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.37", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.204.17", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.227.17", path = "../swc_ecma_transforms", features = [
swc_ecma_preset_env = { version = "0.204.18", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.227.18", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
Expand All @@ -96,8 +96,8 @@ swc_ecma_transforms = { version = "0.227.17", path = "../swc_ecma_transforms", f
"typescript",
] }
swc_ecma_transforms_base = { version = "0.135.11", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.161.15", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.196.16", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_compat = { version = "0.161.16", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.196.17", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.125.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.17", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.12", path = "../swc_error_reporters" }
Expand Down
Loading

0 comments on commit 0763e7e

Please sign in to comment.