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 Apr 1, 2023
1 parent df7b4e7 commit fa15334
Show file tree
Hide file tree
Showing 21 changed files with 111 additions and 105 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@

- **(es/modules)** Hint nodejs for multiple `export *` (#7184) ([98f1493](https://github.com/swc-project/swc/commit/98f14931e7fa24b9d888eb5149c647840978b096))

### Features



- **(css/modules)** Preserve spans of CSS class names (#7185) ([df7b4e7](https://github.com/swc-project/swc/commit/df7b4e71d22a7174df6f4fe9691044560e8e7f65))

### Testing


Expand Down
38 changes: 19 additions & 19 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.47.8"
version = "0.47.9"

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

[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "0.258.8", path = "../swc" }
swc = { optional = true, version = "0.258.9", path = "../swc" }
swc_common = { optional = true, version = "0.30.4", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.102.4", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.215.8", path = "../swc_ecma_transforms" }
Expand Down
4 changes: 2 additions & 2 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.258.8"
version = "0.258.9"

[lib]
bench = false
Expand Down Expand Up @@ -101,7 +101,7 @@ swc_ecma_visit = { version = "0.88.4", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.14.4", path = "../swc_error_reporters" }
swc_node_comments = { version = "0.17.4", path = "../swc_node_comments" }
swc_plugin_proxy = { version = "0.31.4", path = "../swc_plugin_proxy", optional = true }
swc_plugin_runner = { version = "0.93.4", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_plugin_runner = { version = "0.93.5", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_timer = { version = "0.18.4", path = "../swc_timer" }
swc_visit = { version = "0.5.5", path = "../swc_visit" }

Expand Down
28 changes: 14 additions & 14 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.72.9"
version = "0.73.0"
[package.metadata.docs.rs]
features = [
"common_perf",
Expand Down Expand Up @@ -342,20 +342,20 @@ wasmer = { optional = true, version = "2.3.0", default-features = false }
wasmer-wasi = { optional = true, version = "2.3.0", default-features = false }

# swc_* dependencies
binding_macros = { optional = true, version = "0.47.8", path = "../binding_macros" }
swc = { optional = true, version = "0.258.8", path = "../swc" }
binding_macros = { optional = true, version = "0.47.9", path = "../binding_macros" }
swc = { optional = true, version = "0.258.9", path = "../swc" }
swc_atoms = { optional = true, version = "0.4.43", path = "../swc_atoms" }
swc_bundler = { optional = true, version = "0.211.8", path = "../swc_bundler" }
swc_cached = { optional = true, version = "0.3.15", path = "../swc_cached" }
swc_common = { optional = true, version = "0.30.4", path = "../swc_common" }
swc_css_ast = { optional = true, version = "0.136.4", path = "../swc_css_ast" }
swc_css_codegen = { optional = true, version = "0.146.4", path = "../swc_css_codegen" }
swc_css_minifier = { optional = true, version = "0.111.4", path = "../swc_css_minifier" }
swc_css_modules = { optional = true, version = "0.23.5", path = "../swc_css_modules" }
swc_css_parser = { optional = true, version = "0.145.4", path = "../swc_css_parser" }
swc_css_prefixer = { optional = true, version = "0.148.4", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "0.133.4", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "0.135.4", path = "../swc_css_visit" }
swc_css_ast = { optional = true, version = "0.136.5", path = "../swc_css_ast" }
swc_css_codegen = { optional = true, version = "0.146.5", path = "../swc_css_codegen" }
swc_css_minifier = { optional = true, version = "0.111.5", path = "../swc_css_minifier" }
swc_css_modules = { optional = true, version = "0.24.0", path = "../swc_css_modules" }
swc_css_parser = { optional = true, version = "0.145.5", path = "../swc_css_parser" }
swc_css_prefixer = { optional = true, version = "0.148.5", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "0.133.5", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "0.135.5", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "0.102.4", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "0.137.4", path = "../swc_ecma_codegen" }
swc_ecma_loader = { optional = true, version = "0.42.4", path = "../swc_ecma_loader" }
Expand All @@ -375,16 +375,16 @@ swc_ecma_usage_analyzer = { optional = true, version = "0.11.4", path =
swc_ecma_utils = { optional = true, version = "0.115.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "0.88.4", path = "../swc_ecma_visit" }
swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" }
swc_node_bundler = { optional = true, version = "0.45.8", path = "../swc_node_bundler" }
swc_node_bundler = { optional = true, version = "0.45.9", path = "../swc_node_bundler" }
swc_nodejs_common = { optional = true, version = "0.0.5", path = "../swc_nodejs_common" }
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
swc_plugin_macro = { optional = true, version = "0.9.11", path = "../swc_plugin_macro" }
swc_plugin_proxy = { optional = true, version = "0.31.4", path = "../swc_plugin_proxy" }
swc_trace_macro = { optional = true, version = "0.1.2", path = "../swc_trace_macro" }
testing = { optional = true, version = "0.32.4", path = "../testing" }
# TODO: eventually swc_plugin_runner needs to remove default features
swc_css_compat = { version = "0.22.5", path = "../swc_css_compat", optional = true }
swc_plugin_runner = { optional = true, version = "0.93.4", path = "../swc_plugin_runner", default-features = false }
swc_css_compat = { version = "0.22.6", path = "../swc_css_compat", optional = true }
swc_plugin_runner = { optional = true, version = "0.93.5", path = "../swc_plugin_runner", default-features = false }

[build-dependencies]
vergen = { version = "7.3.2", default-features = false, features = ["cargo"] }
Expand Down
20 changes: 10 additions & 10 deletions crates/swc_css/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css"
repository = "https://github.com/swc-project/swc.git"
version = "0.151.5"
version = "0.152.0"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -22,12 +22,12 @@ modules = ["swc_css_modules"]
prefixer = ["swc_css_prefixer"]

[dependencies]
swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.146.4", path = "../swc_css_codegen" }
swc_css_compat = { version = "0.22.5", path = "../swc_css_compat", optional = true }
swc_css_minifier = { version = "0.111.4", path = "../swc_css_minifier", optional = true }
swc_css_modules = { version = "0.23.5", path = "../swc_css_modules", optional = true }
swc_css_parser = { version = "0.145.4", path = "../swc_css_parser" }
swc_css_prefixer = { version = "0.148.4", path = "../swc_css_prefixer", optional = true }
swc_css_utils = { version = "0.133.4", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.135.4", path = "../swc_css_visit" }
swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.146.5", path = "../swc_css_codegen" }
swc_css_compat = { version = "0.22.6", path = "../swc_css_compat", optional = true }
swc_css_minifier = { version = "0.111.5", path = "../swc_css_minifier", optional = true }
swc_css_modules = { version = "0.24.0", path = "../swc_css_modules", optional = true }
swc_css_parser = { version = "0.145.5", path = "../swc_css_parser" }
swc_css_prefixer = { version = "0.148.5", path = "../swc_css_prefixer", optional = true }
swc_css_utils = { version = "0.133.5", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.135.5", path = "../swc_css_visit" }
2 changes: 1 addition & 1 deletion crates/swc_css_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.136.4"
version = "0.136.5"

[lib]
bench = false
Expand Down
10 changes: 5 additions & 5 deletions crates/swc_css_codegen/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_css_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.146.4"
version = "0.146.5"

[lib]
bench = false
Expand All @@ -20,14 +20,14 @@ serde = "1.0.127"

swc_atoms = { version = "0.4.43", path = "../swc_atoms" }
swc_common = { version = "0.30.4", path = "../swc_common" }
swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" }
swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" }
swc_css_codegen_macros = { version = "0.2.1", path = "../swc_css_codegen_macros" }
swc_css_utils = { version = "0.133.4", path = "../swc_css_utils" }
swc_css_utils = { version = "0.133.5", path = "../swc_css_utils" }

[dev-dependencies]
swc_common = { version = "0.30.4", path = "../swc_common", features = [
"sourcemap",
] }
swc_css_parser = { version = "0.145.4", path = "../swc_css_parser" }
swc_css_visit = { version = "0.135.4", path = "../swc_css_visit" }
swc_css_parser = { version = "0.145.5", path = "../swc_css_parser" }
swc_css_visit = { version = "0.135.5", path = "../swc_css_visit" }
testing = { version = "0.32.4", path = "../testing" }
12 changes: 6 additions & 6 deletions crates/swc_css_compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_css_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.22.5"
version = "0.22.6"

[lib]
bench = false
Expand All @@ -20,11 +20,11 @@ serde_json = "1.0.61"

swc_atoms = { version = "0.4.43", path = "../swc_atoms" }
swc_common = { version = "0.30.4", path = "../swc_common" }
swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" }
swc_css_utils = { version = "0.133.4", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.135.4", path = "../swc_css_visit" }
swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" }
swc_css_utils = { version = "0.133.5", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.135.5", path = "../swc_css_visit" }

[dev-dependencies]
swc_css_codegen = { version = "0.146.4", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.145.4", path = "../swc_css_parser" }
swc_css_codegen = { version = "0.146.5", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.145.5", path = "../swc_css_parser" }
testing = { version = "0.32.4", path = "../testing" }
8 changes: 4 additions & 4 deletions crates/swc_css_lints/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_css_lints"
repository = "https://github.com/swc-project/swc.git"
version = "0.55.4"
version = "0.55.5"

[lib]
bench = false
Expand All @@ -22,11 +22,11 @@ thiserror = "1.0.30"
swc_atoms = { version = "0.4.43", path = "../swc_atoms" }
swc_cached = { version = "0.3.15", path = "../swc_cached" }
swc_common = { version = "0.30.4", path = "../swc_common" }
swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" }
swc_css_visit = { version = "0.135.4", path = "../swc_css_visit" }
swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" }
swc_css_visit = { version = "0.135.5", path = "../swc_css_visit" }

[dev-dependencies]
serde_json = "1.0.79"

swc_css_parser = { version = "0.145.4", path = "../swc_css_parser" }
swc_css_parser = { version = "0.145.5", path = "../swc_css_parser" }
testing = { version = "0.32.4", path = "../testing" }
Loading

0 comments on commit fa15334

Please sign in to comment.