Skip to content

Commit

Permalink
1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
heiazu committed Jul 30, 2024
1 parent c225926 commit 4ec767e
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.0.14](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.0.13...v1.0.14) (2024-07-30)


### Features

* 加入媒体查询 ([f3c7ab2](https://github.com/NervJS/parse-css-to-stylesheet/commit/f3c7ab227c7144d11a23ae20f118b39d6a30a194))
* 将媒体查询下Resolution单位🙆统一 ([c225926](https://github.com/NervJS/parse-css-to-stylesheet/commit/c225926614c7ab3c82ec6018d27907d2b11eb284))
* css支持多animation ([21bc8a9](https://github.com/NervJS/parse-css-to-stylesheet/commit/21bc8a92b94b94f043ba98563411dc4d348af75d))



## [1.0.13](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.0.12...v1.0.13) (2024-07-22)


Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/parse-css-to-stylesheet-android-arm-eabi",
"version": "1.0.13",
"version": "1.0.14",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/parse-css-to-stylesheet-android-arm64",
"version": "1.0.13",
"version": "1.0.14",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/parse-css-to-stylesheet-darwin-arm64",
"version": "1.0.13",
"version": "1.0.14",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/parse-css-to-stylesheet-darwin-universal",
"version": "1.0.13",
"version": "1.0.14",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/parse-css-to-stylesheet-darwin-x64",
"version": "1.0.13",
"version": "1.0.14",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/parse-css-to-stylesheet-linux-arm-gnueabihf",
"version": "1.0.13",
"version": "1.0.14",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/parse-css-to-stylesheet-linux-arm64-gnu",
"version": "1.0.13",
"version": "1.0.14",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/parse-css-to-stylesheet-linux-arm64-musl",
"version": "1.0.13",
"version": "1.0.14",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/parse-css-to-stylesheet-linux-x64-gnu",
"version": "1.0.13",
"version": "1.0.14",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/parse-css-to-stylesheet-linux-x64-musl",
"version": "1.0.13",
"version": "1.0.14",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/parse-css-to-stylesheet-win32-x64-msvc",
"version": "1.0.13",
"version": "1.0.14",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/parse-css-to-stylesheet",
"version": "1.0.13",
"version": "1.0.14",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 4ec767e

Please sign in to comment.