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 Nov 2, 2023
1 parent c061356 commit f721814
Show file tree
Hide file tree
Showing 25 changed files with 110 additions and 115 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

- **(es/compat)** Use dummy span for blocks in `parameters` ([#8202](https://github.com/swc-project/swc/issues/8202)) ([c1b255a](https://github.com/swc-project/swc/commit/c1b255a59c1e8d81371c9576ca0c4573f04e65da))


- **(es/transforms)** Do not add `PURE` comment to `BytePos(0)` ([#8207](https://github.com/swc-project/swc/issues/8207)) ([c061356](https://github.com/swc-project/swc/commit/c061356b63431fcd0323e434402ead143c622340))

### Features


Expand Down Expand Up @@ -1724,12 +1727,4 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (

- **(es/resolver)** Make syntax context for unresolved and top-level stable ([#7096](https://github.com/swc-project/swc/issues/7096)) ([c114f00](https://github.com/swc-project/swc/commit/c114f006b4ea388ef9a4503e935d59e92a647ecf))

## [1.3.41] - 2023-03-17

### Bug Fixes



- **(es/minifier)** Remove wrong optimization of `new RegExp(…)` ([#7091](https://github.com/swc-project/swc/issues/7091)) ([493a4f7](https://github.com/swc-project/swc/commit/493a4f7042bad7f883981b10cdc02fe0d36a5fb0))

<!-- generated by git-cliff -->
46 changes: 23 additions & 23 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.60.25"
version = "0.60.26"

[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.269.24", path = "../swc" }
swc = { optional = true, version = "0.269.25", path = "../swc" }
swc_common = { optional = true, version = "0.33.2", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.110.2", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.226.16", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.226.17", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.96.2", 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.89.27"
version = "0.89.28"

[[bin]]
bench = false
Expand All @@ -32,7 +32,7 @@ swc_common = { version = "0.33.2", features = [
], path = "../swc_common" }
swc_ecma_ast = { version = "0.110.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.6", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.189.22", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.189.23", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.141.6", 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.269.24"
version = "0.269.25"

[lib]
bench = false
Expand Down Expand Up @@ -73,7 +73,7 @@ swc_common = { version = "0.33.2", path = "../swc_common", features = [
"sourcemap",
"parking_lot",
] }
swc_compiler_base = { version = "0.3.23", path = "../swc_compiler_base" }
swc_compiler_base = { version = "0.3.24", path = "../swc_compiler_base" }
swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.6", path = "../swc_ecma_codegen" }
Expand All @@ -84,10 +84,10 @@ swc_ecma_loader = { version = "0.45.3", path = "../swc_ecma_loader", features =
"node",
"tsc",
] }
swc_ecma_minifier = { version = "0.189.22", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { version = "0.189.23", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.6", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.203.17", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.226.16", path = "../swc_ecma_transforms", features = [
swc_ecma_preset_env = { version = "0.203.18", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.226.17", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
Expand All @@ -96,8 +96,8 @@ swc_ecma_transforms = { version = "0.226.16", path = "../swc_ecma_transforms", f
"typescript",
] }
swc_ecma_transforms_base = { version = "0.134.13", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.160.17", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.195.16", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_compat = { version = "0.160.18", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.195.17", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.11", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.2", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.2", path = "../swc_error_reporters" }
Expand Down
12 changes: 6 additions & 6 deletions crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.222.21"
version = "0.222.22"

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -44,7 +44,7 @@ swc_ecma_codegen = { version = "0.146.6", path = "../swc_ecma_co
swc_ecma_loader = { version = "0.45.3", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.141.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.13", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.195.16", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_optimization = { version = "0.195.17", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.11", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.2", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.21.2", path = "../swc_fast_graph/" }
Expand All @@ -63,11 +63,11 @@ swc_ecma_loader = { version = "0.45.3", path = "../swc_ecma_loader", features =
"node",
"cache",
] }
swc_ecma_minifier = { version = "0.189.22", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.189.23", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_transforms_proposal = { version = "0.168.20", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.180.19", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.185.15", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_proposal = { version = "0.168.21", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.180.20", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.185.16", path = "../swc_ecma_transforms_typescript" }
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
testing = { version = "0.35.3", path = "../testing" }
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.24"
version = "0.4.25"

[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.25", features = [
swc_core = { version = "0.86.26", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
Expand Down
4 changes: 2 additions & 2 deletions 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.23"
version = "0.3.24"

[features]
node = ["napi", "napi-derive"]
Expand All @@ -25,7 +25,7 @@ swc_common = { version = "0.33.2", path = "../swc_common", features = [
swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.6", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.189.22", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { version = "0.189.23", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.6", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "0.96.2", path = "../swc_ecma_visit" }
swc_timer = { version = "0.21.3", path = "../swc_timer" }
Expand Down
Loading

0 comments on commit f721814

Please sign in to comment.