Skip to content

Commit 613d09f

Browse files
committed
0.0.36
1 parent 6987591 commit 613d09f

File tree

15 files changed

+24
-14
lines changed

15 files changed

+24
-14
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.0.36](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.35...v0.0.36) (2024-03-12)
2+
3+
4+
### Features
5+
6+
* 修改文档 ([6987591](https://github.com/NervJS/parse-css-to-stylesheet/commit/6987591858e0e9b847b109fb37b4e0065afc7564))
7+
* 支持多类选择器、修复rgba等小问题 ([0f3648b](https://github.com/NervJS/parse-css-to-stylesheet/commit/0f3648b81cb1e895681c9131c104b2cd1cd95382))
8+
9+
10+
111
## [0.0.35](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.34...v0.0.35) (2024-03-07)
212

313

npm/android-arm-eabi/package.json

+1-1
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.35",
3+
"version": "0.0.36",
44
"os": [
55
"android"
66
],

npm/android-arm64/package.json

+1-1
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.35",
3+
"version": "0.0.36",
44
"os": [
55
"android"
66
],

npm/darwin-arm64/package.json

+1-1
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.35",
3+
"version": "0.0.36",
44
"os": [
55
"darwin"
66
],

npm/darwin-universal/package.json

+1-1
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.35",
3+
"version": "0.0.36",
44
"os": [
55
"darwin"
66
],

npm/darwin-x64/package.json

+1-1
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.35",
3+
"version": "0.0.36",
44
"os": [
55
"darwin"
66
],

npm/linux-arm-gnueabihf/package.json

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

npm/linux-arm64-gnu/package.json

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

npm/linux-arm64-musl/package.json

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

npm/linux-x64-gnu/package.json

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

npm/linux-x64-musl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-linux-x64-musl",
3-
"version": "0.0.35",
3+
"version": "0.0.36",
44
"os": [
55
"linux"
66
],

npm/win32-arm64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-win32-arm64-msvc",
3-
"version": "0.0.35",
3+
"version": "0.0.36",
44
"os": [
55
"win32"
66
],

npm/win32-ia32-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-win32-ia32-msvc",
3-
"version": "0.0.35",
3+
"version": "0.0.36",
44
"os": [
55
"win32"
66
],

npm/win32-x64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-win32-x64-msvc",
3-
"version": "0.0.35",
3+
"version": "0.0.36",
44
"os": [
55
"win32"
66
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet",
3-
"version": "0.0.35",
3+
"version": "0.0.36",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)