Skip to content

Commit e29f33f

Browse files
committed
chore(release): publish 1.1.3
1 parent daff126 commit e29f33f

File tree

14 files changed

+33
-16
lines changed

14 files changed

+33
-16
lines changed

.github/workflows/CI.yml

+12-4
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,15 @@ jobs:
4242
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
4343
build: |-
4444
set -e &&
45+
corepack disable &&
4546
pnpm build --target x86_64-unknown-linux-gnu &&
4647
strip *.node
4748
- host: ubuntu-latest
4849
target: x86_64-unknown-linux-musl
4950
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
50-
build: set -e && pnpm build && strip *.node
51+
build: |-
52+
set -e &&
53+
pnpm build && strip *.node
5154
- host: macos-latest
5255
target: aarch64-apple-darwin
5356
build: |
@@ -58,6 +61,7 @@ jobs:
5861
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
5962
build: |-
6063
set -e &&
64+
corepack disable &&
6165
pnpm build --target aarch64-unknown-linux-gnu &&
6266
aarch64-unknown-linux-gnu-strip *.node
6367
- host: ubuntu-latest
@@ -124,8 +128,12 @@ jobs:
124128
run: ${{ matrix.settings.setup }}
125129
if: ${{ matrix.settings.setup }}
126130
shell: bash
131+
- name: Disable corepack
132+
run: corepack disable
127133
- name: Install dependencies
128-
run: pnpm install
134+
run: |
135+
pnpm install
136+
129137
- name: Build in docker
130138
uses: addnab/docker-run-action@v3
131139
if: ${{ matrix.settings.docker }}
@@ -138,7 +146,7 @@ jobs:
138146
if: ${{ !matrix.settings.docker }}
139147
shell: bash
140148
- name: Upload artifact
141-
uses: actions/upload-artifact@v3
149+
uses: actions/upload-artifact@v4
142150
with:
143151
name: bindings-${{ matrix.settings.target }}
144152
path: ${{ env.APP_NAME }}.*.node
@@ -403,7 +411,7 @@ jobs:
403411
- name: Combine binaries
404412
run: pnpm universal
405413
- name: Upload artifact
406-
uses: actions/upload-artifact@v3
414+
uses: actions/upload-artifact@v4
407415
with:
408416
name: bindings-universal-apple-darwin
409417
path: ${{ env.APP_NAME }}.*.node

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.1.3](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.1.2...v1.1.3) (2025-02-13)
2+
3+
4+
### Features
5+
6+
* 生成二进制文件时支持处理 fonts 和 medias ([daff126](https://github.com/NervJS/parse-css-to-stylesheet/commit/daff126a1165bb3c28680d4194d0d5c9d2923b87))
7+
8+
9+
110
## [1.1.2](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.1.1...v1.1.2) (2025-01-10)
211

312

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": "1.1.2",
3+
"version": "1.1.3",
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": "1.1.2",
3+
"version": "1.1.3",
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": "1.1.2",
3+
"version": "1.1.3",
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": "1.1.2",
3+
"version": "1.1.3",
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": "1.1.2",
3+
"version": "1.1.3",
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": "1.1.2",
3+
"version": "1.1.3",
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": "1.1.2",
3+
"version": "1.1.3",
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": "1.1.2",
3+
"version": "1.1.3",
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": "1.1.2",
3+
"version": "1.1.3",
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": "1.1.2",
3+
"version": "1.1.3",
44
"os": [
55
"linux"
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": "1.1.2",
3+
"version": "1.1.3",
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": "1.1.2",
3+
"version": "1.1.3",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)