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 6, 2023
1 parent 0db25a2 commit 5c00525
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)** Aggregate class names when composes is chained. (#7917) ([0db25a2](https://github.com/swc-project/swc/commit/0db25a252cf35e4b64b38bde9f34a2f33eb2f662))


- **(es/module)** Revert #7901 (#7906) ([85d6e9b](https://github.com/swc-project/swc/commit/85d6e9be07af7bb788594b21a986636657d86f03))

### 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.0"
version = "0.83.1"
[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.1", path = "../swc_css_modules" }
swc_css_modules = { optional = true, version = "0.27.2", 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.1"
version = "0.155.2"

[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.1", path = "../swc_css_modules", optional = true }
swc_css_modules = { version = "0.27.2", 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.1"
version = "0.27.2"

[lib]
bench = false
Expand Down

0 comments on commit 5c00525

Please sign in to comment.