Skip to content

Commit 59e7963

Browse files
committed
0.0.67
1 parent e31bb67 commit 59e7963

File tree

14 files changed

+19
-12
lines changed

14 files changed

+19
-12
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
build: |
3535
yarn build --target x86_64-apple-darwin
3636
strip -x *.node
37+
- host: windows-latest
38+
build: yarn build
39+
target: x86_64-pc-windows-msvc
3740
- host: ubuntu-latest
3841
target: x86_64-unknown-linux-gnu
3942
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.67-beta](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.66...v0.0.67-beta) (2024-04-29)
2+
3+
4+
15
## [0.0.66](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.64...v0.0.66) (2024-04-29)
26

37

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

0 commit comments

Comments
 (0)