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 Oct 24, 2023
1 parent 5ca3b63 commit 19ccd66
Show file tree
Hide file tree
Showing 28 changed files with 101 additions and 98 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@

- **(es/typescript)** Support `ts_enum_is_mutable` with const enums ([#8171](https://github.com/swc-project/swc/issues/8171)) ([02d0613](https://github.com/swc-project/swc/commit/02d0613a35a3875ad3b0c0b008cf063bd162bc07))

### Build



- **(deps)** Update `ahash` ([#8174](https://github.com/swc-project/swc/issues/8174)) ([5ca3b63](https://github.com/swc-project/swc/commit/5ca3b6358219ec71a000fa30d8be14ee2c3f2fc8))

## [1.3.94] - 2023-10-21

### Bug Fixes
Expand Down Expand Up @@ -1730,9 +1736,6 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (
- **(bindings/cli)** Update `swc_ecma_ast` ([#7060](https://github.com/swc-project/swc/issues/7060)) ([1b40689](https://github.com/swc-project/swc/commit/1b40689c3a754ce4a038ea98d7e9f41b1e9cf7a7))


- **(es)** Support stable rustc again ([#7057](https://github.com/swc-project/swc/issues/7057)) ([fbb3016](https://github.com/swc-project/swc/commit/fbb3016870cb6378743170b6833be6bbb7b4a73a))


- **(es)** Respect the value of assumptions ([#7065](https://github.com/swc-project/swc/issues/7065)) ([11d4874](https://github.com/swc-project/swc/commit/11d4874a2ea173a43e0a1fcdf8a1390d4320b7ee))


Expand Down
42 changes: 21 additions & 21 deletions Cargo.lock

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

4 changes: 2 additions & 2 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.60.16"
version = "0.60.17"

[lib]
bench = false
Expand Down Expand Up @@ -36,7 +36,7 @@ binding_wasm = [
swc = { optional = true, version = "0.269.16", path = "../swc" }
swc_common = { optional = true, version = "0.33.1", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.110.1", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.226.9", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.226.10", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.96.1", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
Expand Down
2 changes: 1 addition & 1 deletion crates/preset_env_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/preset_env_base/"
edition = "2021"
license = "Apache-2.0"
name = "preset_env_base"
version = "0.4.5"
version = "0.4.6"

[lib]
bench = false
Expand Down
12 changes: 6 additions & 6 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,27 +67,27 @@ tracing = "0.1.37"
url = "2.4.0"

swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_cached = { version = "0.3.17", path = "../swc_cached" }
swc_cached = { version = "0.3.18", path = "../swc_cached" }
swc_common = { version = "0.33.1", path = "../swc_common", features = [
"ahash",
"sourcemap",
"parking_lot",
] }
swc_compiler_base = { version = "0.3.15", path = "../swc_compiler_base" }
swc_compiler_base = { version = "0.3.16", path = "../swc_compiler_base" }
swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.4", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.110.8", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.89.9", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "0.45.1", path = "../swc_ecma_loader", features = [
swc_ecma_loader = { version = "0.45.2", path = "../swc_ecma_loader", features = [
"cache",
"node",
"tsc",
] }
swc_ecma_minifier = { version = "0.189.15", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.4", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.203.9", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.226.9", path = "../swc_ecma_transforms", features = [
swc_ecma_preset_env = { version = "0.203.10", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.226.10", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
Expand All @@ -97,7 +97,7 @@ swc_ecma_transforms = { version = "0.226.9", path = "../swc_ecma_transforms", fe
] }
swc_ecma_transforms_base = { version = "0.134.9", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.160.11", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.195.9", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_optimization = { version = "0.195.10", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.1", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.1", path = "../swc_error_reporters" }
Expand Down
10 changes: 5 additions & 5 deletions crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.1", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.4", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.45.1", path = "../swc_ecma_loader" }
swc_ecma_loader = { version = "0.45.2", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.141.4", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.9", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.195.9", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_optimization = { version = "0.195.10", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.1", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.21.1", path = "../swc_fast_graph/" }
Expand All @@ -59,15 +59,15 @@ sha-1 = "0.10"
tempfile = "3.6.0"
url = "2.4.0"

swc_ecma_loader = { version = "0.45.1", path = "../swc_ecma_loader", features = [
swc_ecma_loader = { version = "0.45.2", path = "../swc_ecma_loader", features = [
"node",
"cache",
] }
swc_ecma_minifier = { version = "0.189.15", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_transforms_proposal = { version = "0.168.13", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.180.12", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_proposal = { version = "0.168.14", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.180.13", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.185.9", path = "../swc_ecma_transforms_typescript" }
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
testing = { version = "0.35.1", path = "../testing" }
2 changes: 1 addition & 1 deletion crates/swc_cached/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cached"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.17"
version = "0.3.18"

[lib]
bench = false
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_cli_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli_impl"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.15"
version = "0.4.16"

[features]
default = []
Expand All @@ -32,7 +32,7 @@ tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
walkdir = "2"

swc_core = { version = "0.86.15", features = [
swc_core = { version = "0.86.16", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_compiler_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_compiler_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.15"
version = "0.3.16"

[features]
node = ["napi", "napi-derive"]
Expand Down
Loading

0 comments on commit 19ccd66

Please sign in to comment.