Skip to content

Commit 7522e87

Browse files
committed
0.0.55
1 parent 9c5b851 commit 7522e87

File tree

15 files changed

+24
-14
lines changed

15 files changed

+24
-14
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.0.55](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.54...v0.0.55) (2024-04-17)
2+
3+
4+
### Features
5+
6+
* 移除无用配置 ([358cbfa](https://github.com/NervJS/parse-css-to-stylesheet/commit/358cbfa86eeba8a5b83df462dc367d203e0e3611))
7+
* 支持env ([9c5b851](https://github.com/NervJS/parse-css-to-stylesheet/commit/9c5b851c0d51dda52fa9a3d5ded080ab9be9ac44))
8+
9+
10+
111
## [0.0.54](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.53...v0.0.54) (2024-04-15)
212

313

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": "0.0.54",
3+
"version": "0.0.55",
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": "0.0.54",
3+
"version": "0.0.55",
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": "0.0.54",
3+
"version": "0.0.55",
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": "0.0.54",
3+
"version": "0.0.55",
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": "0.0.54",
3+
"version": "0.0.55",
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": "0.0.54",
3+
"version": "0.0.55",
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": "0.0.54",
3+
"version": "0.0.55",
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": "0.0.54",
3+
"version": "0.0.55",
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": "0.0.54",
3+
"version": "0.0.55",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)