Skip to content

Commit 0db69ca

Browse files
committed
0.0.52
1 parent fc197b3 commit 0db69ca

File tree

15 files changed

+31
-14
lines changed

15 files changed

+31
-14
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.0.52](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.51...v0.0.52) (2024-04-11)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复rotate解析异常 ([30dcdeb](https://github.com/NervJS/parse-css-to-stylesheet/commit/30dcdeb2b5cbc2da028a3866ab2ff129f5ebed36))
7+
8+
9+
### Features
10+
11+
* 更新快照 ([fc197b3](https://github.com/NervJS/parse-css-to-stylesheet/commit/fc197b32544bf5545f141f8c166cb23c0eed369d))
12+
* 增加animation、keyframe的解析 ([09fcb0e](https://github.com/NervJS/parse-css-to-stylesheet/commit/09fcb0e4b9360ed7e3ecaa658e64d393b312f422))
13+
* 增加animation的duration计算 ([0bb6a8c](https://github.com/NervJS/parse-css-to-stylesheet/commit/0bb6a8c99012e0140388ac7f0387c4064384c7b3))
14+
* 支持解析animation ([2fe6a2f](https://github.com/NervJS/parse-css-to-stylesheet/commit/2fe6a2fe56975a91a315d76843186c2d73669387))
15+
16+
17+
118
## [0.0.51](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.50...v0.0.51) (2024-04-09)
219

320

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

0 commit comments

Comments
 (0)