Skip to content

Commit 2eb4c1c

Browse files
committed
chore: Publish crates
1 parent 4771aa2 commit 2eb4c1c

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
- **(bundler)** Don't panic while finding exports (#6947) ([542bb62](https://github.com/swc-project/swc/commit/542bb62ef78a999fe6c636be821427691ce0b071))
1515

1616

17+
- **(css/modules)** Fix CSS `animation` on CSS Modules (#6969) ([4771aa2](https://github.com/swc-project/swc/commit/4771aa206a6aa8c48f41eeafba12040c04358885))
18+
19+
1720
- **(es/minifier)** Fix `toFixed`, `toPrecision`, `toExponential` and `toString` of Number (#6960) ([9382bda](https://github.com/swc-project/swc/commit/9382bda786613abf15cecb0bf3531dd68bb6166b))
1821

1922

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/swc_core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
name = "swc_core"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.59.34"
9+
version = "0.59.35"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"common_perf",
@@ -349,7 +349,7 @@ swc_common = { optional = true, version = "0.29.31", path
349349
swc_css_ast = { optional = true, version = "0.134.4", path = "../swc_css_ast" }
350350
swc_css_codegen = { optional = true, version = "0.144.4", path = "../swc_css_codegen" }
351351
swc_css_minifier = { optional = true, version = "0.109.4", path = "../swc_css_minifier" }
352-
swc_css_modules = { optional = true, version = "0.21.5", path = "../swc_css_modules" }
352+
swc_css_modules = { optional = true, version = "0.21.6", path = "../swc_css_modules" }
353353
swc_css_parser = { optional = true, version = "0.143.4", path = "../swc_css_parser" }
354354
swc_css_prefixer = { optional = true, version = "0.146.4", path = "../swc_css_prefixer" }
355355
swc_css_utils = { optional = true, version = "0.131.4", path = "../swc_css_utils/" }

crates/swc_css/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
name = "swc_css"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.149.5"
9+
version = "0.149.6"
1010

1111
[package.metadata.docs.rs]
1212
all-features = true
@@ -26,7 +26,7 @@ swc_css_ast = { version = "0.134.4", path = "../swc_css_ast" }
2626
swc_css_codegen = { version = "0.144.4", path = "../swc_css_codegen" }
2727
swc_css_compat = { version = "0.20.4", path = "../swc_css_compat", optional = true }
2828
swc_css_minifier = { version = "0.109.4", path = "../swc_css_minifier", optional = true }
29-
swc_css_modules = { version = "0.21.5", path = "../swc_css_modules", optional = true }
29+
swc_css_modules = { version = "0.21.6", path = "../swc_css_modules", optional = true }
3030
swc_css_parser = { version = "0.143.4", path = "../swc_css_parser" }
3131
swc_css_prefixer = { version = "0.146.4", path = "../swc_css_prefixer", optional = true }
3232
swc_css_utils = { version = "0.131.4", path = "../swc_css_utils/" }

crates/swc_css_modules/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
77
license = "Apache-2.0"
88
name = "swc_css_modules"
99
repository = "https://github.com/swc-project/swc.git"
10-
version = "0.21.5"
10+
version = "0.21.6"
1111

1212
[lib]
1313
bench = false

0 commit comments

Comments
 (0)