Skip to content

Commit 63133e0

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

File tree

14 files changed

+32
-16
lines changed

14 files changed

+32
-16
lines changed

.github/workflows/CI.yml

+11-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
- host: ubuntu-latest
4848
target: x86_64-unknown-linux-musl
4949
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
50-
build: set -e && pnpm build && strip *.node
50+
build: |-
51+
set -e &&
52+
pnpm build && strip *.node
5153
- host: macos-latest
5254
target: aarch64-apple-darwin
5355
build: |
@@ -125,7 +127,12 @@ jobs:
125127
if: ${{ matrix.settings.setup }}
126128
shell: bash
127129
- name: Install dependencies
128-
run: pnpm install
130+
run: |
131+
corepack enable
132+
corepack prepare pnpm@latest --activate
133+
npm config set registry https://registry.npmmirror.com
134+
pnpm install --no-frozen-lockfile
135+
129136
- name: Build in docker
130137
uses: addnab/docker-run-action@v3
131138
if: ${{ matrix.settings.docker }}
@@ -138,7 +145,7 @@ jobs:
138145
if: ${{ !matrix.settings.docker }}
139146
shell: bash
140147
- name: Upload artifact
141-
uses: actions/upload-artifact@v3
148+
uses: actions/upload-artifact@v4
142149
with:
143150
name: bindings-${{ matrix.settings.target }}
144151
path: ${{ env.APP_NAME }}.*.node
@@ -403,7 +410,7 @@ jobs:
403410
- name: Combine binaries
404411
run: pnpm universal
405412
- name: Upload artifact
406-
uses: actions/upload-artifact@v3
413+
uses: actions/upload-artifact@v4
407414
with:
408415
name: bindings-universal-apple-darwin
409416
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)