Skip to content

Commit b058916

Browse files
committed
v1.31.0
1 parent d7f8906 commit b058916

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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 <devongovett@gmail.com>"]
1414
name = "lightningcss"
15-
version = "1.0.0-alpha.68"
15+
version = "1.0.0-alpha.69"
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 <devongovett@gmail.com>"]
33
name = "lightningcss-napi"
4-
version = "0.4.5"
4+
version = "0.4.6"
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.68", path = "../", features = [
20+
lightningcss = { version = "1.0.0-alpha.69", path = "../", features = [
2121
"nodejs",
2222
"serde",
2323
] }

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
lightningcss-napi = { version = "0.4.4", path = "../napi", features = [
12+
lightningcss-napi = { version = "0.4.6", path = "../napi", features = [
1313
"bundler",
1414
"visitor",
1515
] }

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.2",
3+
"version": "1.31.0",
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)