mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
chore: Publish crates
This commit is contained in:
parent
ba753f1288
commit
c9dfedf5ec
11
CHANGELOG.md
11
CHANGELOG.md
@ -10,6 +10,9 @@
|
||||
|
||||
- **(es/systemjs)** Handle top level this ([#8506](https://github.com/swc-project/swc/issues/8506)) ([0f94c8c](https://github.com/swc-project/swc/commit/0f94c8cf051f7a7526f6a3e7742fc079146e0af2))
|
||||
|
||||
|
||||
- **(plugin)** Set `swc_common::errors::HANDLER` while invoking plugins ([#8511](https://github.com/swc-project/swc/issues/8511)) ([ba753f1](https://github.com/swc-project/swc/commit/ba753f12885c4c3062afa5782dc7f6652981a659))
|
||||
|
||||
## [1.3.103] - 2024-01-15
|
||||
|
||||
### Bug Fixes
|
||||
@ -1500,12 +1503,4 @@
|
||||
|
||||
- **(es/ast)** Remove unused fields ([#7518](https://github.com/swc-project/swc/issues/7518)) ([3958f17](https://github.com/swc-project/swc/commit/3958f1792c4598e965f36a11c567c95f69984a9f))
|
||||
|
||||
## [1.3.62] - 2023-06-03
|
||||
|
||||
### Performance
|
||||
|
||||
|
||||
|
||||
- **(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))
|
||||
|
||||
<!-- generated by git-cliff -->
|
||||
|
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -3909,7 +3909,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_cli_impl"
|
||||
version = "0.5.23"
|
||||
version = "0.5.24"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
@ -4010,7 +4010,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_core"
|
||||
version = "0.87.24"
|
||||
version = "0.87.25"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"binding_macros",
|
||||
@ -5278,7 +5278,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_plugin_macro"
|
||||
version = "0.9.15"
|
||||
version = "0.9.16"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -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.5.23"
|
||||
version = "0.5.24"
|
||||
|
||||
[[bin]]
|
||||
name = "swc"
|
||||
@ -40,7 +40,7 @@ tracing-futures = "0.2.5"
|
||||
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
|
||||
walkdir = "2"
|
||||
|
||||
swc_core = { version = "0.87.24", features = [
|
||||
swc_core = { version = "0.87.25", features = [
|
||||
"trace_macro",
|
||||
"common_concurrent",
|
||||
"base_concurrent",
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_core"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.87.24"
|
||||
version = "0.87.25"
|
||||
[package.metadata.docs.rs]
|
||||
features = [
|
||||
"allocator_node",
|
||||
@ -361,7 +361,7 @@ swc_malloc = { optional = true, version = "0.5.10", path =
|
||||
swc_node_bundler = { optional = true, version = "0.59.22", path = "../swc_node_bundler" }
|
||||
swc_nodejs_common = { optional = true, version = "0.0.8", path = "../swc_nodejs_common" }
|
||||
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
|
||||
swc_plugin_macro = { optional = true, version = "0.9.15", path = "../swc_plugin_macro" }
|
||||
swc_plugin_macro = { optional = true, version = "0.9.16", path = "../swc_plugin_macro" }
|
||||
swc_plugin_proxy = { optional = true, version = "0.39.17", path = "../swc_plugin_proxy" }
|
||||
swc_trace_macro = { optional = true, version = "0.1.3", path = "../swc_trace_macro" }
|
||||
testing = { optional = true, version = "0.35.14", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_plugin_macro"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.9.15"
|
||||
version = "0.9.16"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
Loading…
Reference in New Issue
Block a user