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 Sep 14, 2023
1 parent 05ca19b commit 47388a0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@



- **(css/modules)** Support composes when using multiple subclass selectors (#7949) ([05ca19b](https://github.com/swc-project/swc/commit/05ca19b84489ae47f69d8228b3c0097164c7ec6e))


- **(es/minifier)** Parse a file as a module only if `opts.module` is `true` (#7943) ([b87ac64](https://github.com/swc-project/swc/commit/b87ac646f81f181b574da798b3e613a3cfa4cad5))

### Features
Expand Down
6 changes: 3 additions & 3 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/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.83.7"
version = "0.83.8"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down Expand Up @@ -334,7 +334,7 @@ swc_css_ast = { optional = true, version = "0.139.1", path
swc_css_codegen = { optional = true, version = "0.149.1", path = "../swc_css_codegen" }
swc_css_compat = { optional = true, version = "0.25.1", path = "../swc_css_compat" }
swc_css_minifier = { optional = true, version = "0.114.1", path = "../swc_css_minifier" }
swc_css_modules = { optional = true, version = "0.27.2", path = "../swc_css_modules" }
swc_css_modules = { optional = true, version = "0.27.3", path = "../swc_css_modules" }
swc_css_parser = { optional = true, version = "0.148.1", path = "../swc_css_parser" }
swc_css_prefixer = { optional = true, version = "0.151.1", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "0.136.1", path = "../swc_css_utils/" }
Expand Down
4 changes: 2 additions & 2 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.155.2"
version = "0.155.3"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -26,7 +26,7 @@ swc_css_ast = { version = "0.139.1", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.149.1", path = "../swc_css_codegen" }
swc_css_compat = { version = "0.25.1", path = "../swc_css_compat", optional = true }
swc_css_minifier = { version = "0.114.1", path = "../swc_css_minifier", optional = true }
swc_css_modules = { version = "0.27.2", path = "../swc_css_modules", optional = true }
swc_css_modules = { version = "0.27.3", path = "../swc_css_modules", optional = true }
swc_css_parser = { version = "0.148.1", path = "../swc_css_parser" }
swc_css_prefixer = { version = "0.151.1", path = "../swc_css_prefixer", optional = true }
swc_css_utils = { version = "0.136.1", path = "../swc_css_utils/" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_modules/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_modules"
repository = "https://github.com/swc-project/swc.git"
version = "0.27.2"
version = "0.27.3"

[lib]
bench = false
Expand Down

0 comments on commit 47388a0

Please sign in to comment.