Skip to content

Commit 400f705

Browse files
committed
v1.30.2
1 parent b218715 commit 400f705

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
[package]
1313
authors = ["Devon Govett <[email protected]>"]
1414
name = "lightningcss"
15-
version = "1.0.0-alpha.67"
15+
version = "1.0.0-alpha.68"
1616
description = "A CSS parser, transformer, and minifier"
1717
license = "MPL-2.0"
1818
edition = "2021"

napi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Devon Govett <[email protected]>"]
33
name = "lightningcss-napi"
4-
version = "0.4.4"
4+
version = "0.4.5"
55
description = "Node-API bindings for Lightning CSS"
66
license = "MPL-2.0"
77
repository = "https://github.com/parcel-bundler/lightningcss"
@@ -17,7 +17,7 @@ serde = { version = "1.0.201", features = ["derive"] }
1717
serde-content = { version = "0.1.2", features = ["serde"] }
1818
serde_bytes = "0.11.5"
1919
cssparser = "0.33.0"
20-
lightningcss = { version = "1.0.0-alpha.66", path = "../", features = [
20+
lightningcss = { version = "1.0.0-alpha.68", path = "../", features = [
2121
"nodejs",
2222
"serde",
2323
] }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightningcss",
3-
"version": "1.30.1",
3+
"version": "1.30.2",
44
"license": "MPL-2.0",
55
"description": "A CSS parser, transformer, and minifier written in Rust",
66
"main": "node/index.js",

0 commit comments

Comments
 (0)