Skip to content

Commit 67db7e4

Browse files
committed
chore(release): publish 1.1.30
1 parent f12d632 commit 67db7e4

File tree

13 files changed

+26
-12
lines changed

13 files changed

+26
-12
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.1.30](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.1.29...v1.1.30) (2025-10-31)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复选择器被合并导致匹配异常、修复fontfamliy不能有数字 ([f12d632](https://github.com/NervJS/parse-css-to-stylesheet/commit/f12d632af44518185de0781913926856a4ee1f4a))
7+
8+
9+
### Features
10+
11+
* 锁定cargo的依赖版本 ([3fbbe99](https://github.com/NervJS/parse-css-to-stylesheet/commit/3fbbe997f89bf4e6095a42a6494c46bf52863d62))
12+
13+
14+
115
## [1.1.29](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.1.28...v1.1.29) (2025-10-11)
216

317

npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-android-arm-eabi",
3-
"version": "1.1.29",
3+
"version": "1.1.30",
44
"os": [
55
"android"
66
],

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-android-arm64",
3-
"version": "1.1.29",
3+
"version": "1.1.30",
44
"os": [
55
"android"
66
],

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-darwin-arm64",
3-
"version": "1.1.29",
3+
"version": "1.1.30",
44
"os": [
55
"darwin"
66
],

npm/darwin-universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-darwin-universal",
3-
"version": "1.1.29",
3+
"version": "1.1.30",
44
"os": [
55
"darwin"
66
],

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-darwin-x64",
3-
"version": "1.1.29",
3+
"version": "1.1.30",
44
"os": [
55
"darwin"
66
],

npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-linux-arm-gnueabihf",
3-
"version": "1.1.29",
3+
"version": "1.1.30",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-linux-arm64-gnu",
3-
"version": "1.1.29",
3+
"version": "1.1.30",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-linux-arm64-musl",
3-
"version": "1.1.29",
3+
"version": "1.1.30",
44
"os": [
55
"linux"
66
],

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-linux-x64-gnu",
3-
"version": "1.1.29",
3+
"version": "1.1.30",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)