mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +03:00
chore: Publish crates
This commit is contained in:
parent
51e935eb4a
commit
d01887e3d1
@ -35,6 +35,9 @@
|
||||
- **(css/modules)** Support `:local` and `:global` (#6045) ([10d0f8e](https://github.com/swc-project/swc/commit/10d0f8e0011fc9e02769cde49fcfd8f8730ca15e))
|
||||
|
||||
|
||||
- **(css/modules)** Support `:global` in `@keyframes` (#6046) ([51e935e](https://github.com/swc-project/swc/commit/51e935eb4abd8911b2568f1598b20a9c0db7dbbf))
|
||||
|
||||
|
||||
- **(es/compat)** Support iterator protocol on loose mode (#6034) ([80da098](https://github.com/swc-project/swc/commit/80da0981bd31e612d97d5c9fb10101891cabac90))
|
||||
|
||||
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3192,7 +3192,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css"
|
||||
version = "0.127.8"
|
||||
version = "0.127.9"
|
||||
dependencies = [
|
||||
"swc_css_ast",
|
||||
"swc_css_codegen",
|
||||
@ -3283,7 +3283,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_modules"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
dependencies = [
|
||||
"rustc-hash",
|
||||
"serde",
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.127.8"
|
||||
version = "0.127.9"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -23,7 +23,7 @@ modules = ["swc_css_modules"]
|
||||
swc_css_ast = { version = "0.114.6", path = "../swc_css_ast" }
|
||||
swc_css_codegen = { version = "0.124.6", path = "../swc_css_codegen" }
|
||||
swc_css_minifier = { version = "0.89.7", path = "../swc_css_minifier", optional = true }
|
||||
swc_css_modules = { version = "0.0.2", path = "../swc_css_modules", optional = true }
|
||||
swc_css_modules = { version = "0.0.3", path = "../swc_css_modules", optional = true }
|
||||
swc_css_parser = { version = "0.123.6", path = "../swc_css_parser" }
|
||||
swc_css_utils = { version = "0.111.6", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { version = "0.113.6", path = "../swc_css_visit" }
|
||||
|
@ -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.0.2"
|
||||
version = "0.0.3"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
Loading…
Reference in New Issue
Block a user