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 Feb 8, 2023
1 parent f85ea9c commit 4be6c33
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,5 @@
# Changelog
## [1.3.33] - 2023-02-08
## [unreleased]

### Bug Fixes

Expand All @@ -11,6 +11,9 @@
- **(bindings/node)** Add `esnext` to `JscTarget` (#6908) ([82128e3](https://github.com/swc-project/swc/commit/82128e3734f8f5a92e85ed748e92f4f62bb4c63f))


- **(css/modules)** Fix interop of `&` and `:global` (#6900) ([f85ea9c](https://github.com/swc-project/swc/commit/f85ea9cb570ee9431926fb51559ecd34a701384f))


- **(es/minifier)** Respect span hygiene from expr simplifier (#6899) ([432dca6](https://github.com/swc-project/swc/commit/432dca647b5ab6d083d1cedbf68d6afc511f84fe))


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
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.59.19"
version = "0.59.20"
[package.metadata.docs.rs]
features = [
"common_perf",
Expand Down Expand Up @@ -349,7 +349,7 @@ swc_common = { optional = true, version = "0.29.29", path
swc_css_ast = { optional = true, version = "0.134.2", path = "../swc_css_ast" }
swc_css_codegen = { optional = true, version = "0.144.2", path = "../swc_css_codegen" }
swc_css_minifier = { optional = true, version = "0.109.2", path = "../swc_css_minifier" }
swc_css_modules = { optional = true, version = "0.21.2", path = "../swc_css_modules" }
swc_css_modules = { optional = true, version = "0.21.3", path = "../swc_css_modules" }
swc_css_parser = { optional = true, version = "0.143.2", path = "../swc_css_parser" }
swc_css_prefixer = { optional = true, version = "0.146.2", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "0.131.2", path = "../swc_css_utils/" }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_css/Cargo.toml
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.149.2"
version = "0.149.3"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -26,7 +26,7 @@ swc_css_ast = {version = "0.134.2", path = "../swc_css_ast"}
swc_css_codegen = {version = "0.144.2", path = "../swc_css_codegen"}
swc_css_compat = {version = "0.20.2", path = "../swc_css_compat", optional = true}
swc_css_minifier = {version = "0.109.2", path = "../swc_css_minifier", optional = true}
swc_css_modules = {version = "0.21.2", path = "../swc_css_modules", optional = true}
swc_css_modules = {version = "0.21.3", path = "../swc_css_modules", optional = true}
swc_css_parser = {version = "0.143.2", path = "../swc_css_parser"}
swc_css_prefixer = {version = "0.146.2", path = "../swc_css_prefixer", optional = true}
swc_css_utils = {version = "0.131.2", path = "../swc_css_utils/"}
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_modules/Cargo.toml
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.21.2"
version = "0.21.3"

[lib]
bench = false
Expand Down

0 comments on commit 4be6c33

Please sign in to comment.