Skip to content

Commit 4ec767e

Browse files
committed
1.0.14
1 parent c225926 commit 4ec767e

File tree

13 files changed

+23
-12
lines changed

13 files changed

+23
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.0.14](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.0.13...v1.0.14) (2024-07-30)
2+
3+
4+
### Features
5+
6+
* 加入媒体查询 ([f3c7ab2](https://github.com/NervJS/parse-css-to-stylesheet/commit/f3c7ab227c7144d11a23ae20f118b39d6a30a194))
7+
* 将媒体查询下Resolution单位🙆统一 ([c225926](https://github.com/NervJS/parse-css-to-stylesheet/commit/c225926614c7ab3c82ec6018d27907d2b11eb284))
8+
* css支持多animation ([21bc8a9](https://github.com/NervJS/parse-css-to-stylesheet/commit/21bc8a92b94b94f043ba98563411dc4d348af75d))
9+
10+
11+
112
## [1.0.13](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.0.12...v1.0.13) (2024-07-22)
213

314

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

0 commit comments

Comments
 (0)