From 3b9733f4fe7911a4475059302252855779533f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E4=B8=9D?= Date: Mon, 25 Mar 2024 19:22:02 +0800 Subject: [PATCH] 2.6.1 --- CHANGELOG.md | 10 +++++++++- npm/android-arm-eabi/package.json | 2 +- npm/android-arm64/package.json | 2 +- npm/darwin-arm64/package.json | 2 +- npm/darwin-x64/package.json | 2 +- npm/linux-arm-gnueabihf/package.json | 2 +- npm/linux-arm64-gnu/package.json | 2 +- npm/linux-arm64-musl/package.json | 2 +- npm/linux-x64-gnu/package.json | 2 +- npm/linux-x64-musl/package.json | 2 +- npm/win32-arm64-msvc/package.json | 2 +- npm/win32-ia32-msvc/package.json | 2 +- npm/win32-x64-msvc/package.json | 2 +- package.json | 2 +- wasm/package.json | 2 +- 15 files changed, 23 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df58400..cc29ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ This changelog also contains important changes in dependencies. ## [Unreleased] +## [2.6.1] - 2024-03-25 + +### Added + +- chore(deps): update yarn to v3.8.1 +- chore(deps): update actions/cache action to v4 + ## [2.6.1-beta.0] - 2024-03-11 This version solves the problem of missing DLLs caused by not installing [Visual C++ Redistributable](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170) on Windows. @@ -627,7 +634,8 @@ The first official version, use [resvg 0.18.0](https://github.com/RazrFalcon/res - Support custom fonts and system fonts. - Supports setting the background color of PNG. -[unreleased]: https://github.com/yisibl/resvg-js/compare/v2.6.1-beta.0...HEAD +[unreleased]: https://github.com/yisibl/resvg-js/compare/v2.6.1...HEAD +[2.6.0]: https://github.com/yisibl/resvg-js/compare/v2.6.0...v2.6.1 [2.6.1-beta.0]: https://github.com/yisibl/resvg-js/compare/v2.6.0...v2.6.1-beta.0 [2.6.0]: https://github.com/yisibl/resvg-js/compare/v2.5.0...v2.6.0 [2.5.0]: https://github.com/yisibl/resvg-js/compare/v2.4.1...v2.5.0 diff --git a/npm/android-arm-eabi/package.json b/npm/android-arm-eabi/package.json index 7ecd274..de8ecf4 100644 --- a/npm/android-arm-eabi/package.json +++ b/npm/android-arm-eabi/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-js-android-arm-eabi", - "version": "2.6.1-beta.0", + "version": "2.6.1", "os": [ "android" ], diff --git a/npm/android-arm64/package.json b/npm/android-arm64/package.json index 88b69a3..b307eb6 100644 --- a/npm/android-arm64/package.json +++ b/npm/android-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-js-android-arm64", - "version": "2.6.1-beta.0", + "version": "2.6.1", "os": [ "android" ], diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index e3884cb..75a336d 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-js-darwin-arm64", - "version": "2.6.1-beta.0", + "version": "2.6.1", "os": [ "darwin" ], diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index b3982c7..3067599 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-js-darwin-x64", - "version": "2.6.1-beta.0", + "version": "2.6.1", "os": [ "darwin" ], diff --git a/npm/linux-arm-gnueabihf/package.json b/npm/linux-arm-gnueabihf/package.json index 326bb09..5ed1582 100644 --- a/npm/linux-arm-gnueabihf/package.json +++ b/npm/linux-arm-gnueabihf/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-js-linux-arm-gnueabihf", - "version": "2.6.1-beta.0", + "version": "2.6.1", "os": [ "linux" ], diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index b0b5921..e9edbca 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-js-linux-arm64-gnu", - "version": "2.6.1-beta.0", + "version": "2.6.1", "os": [ "linux" ], diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index c599f3f..301b962 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-js-linux-arm64-musl", - "version": "2.6.1-beta.0", + "version": "2.6.1", "os": [ "linux" ], diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index 356e79d..385d22d 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-js-linux-x64-gnu", - "version": "2.6.1-beta.0", + "version": "2.6.1", "os": [ "linux" ], diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index 3d7fbcd..a6ebd12 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-js-linux-x64-musl", - "version": "2.6.1-beta.0", + "version": "2.6.1", "os": [ "linux" ], diff --git a/npm/win32-arm64-msvc/package.json b/npm/win32-arm64-msvc/package.json index f3a6bb2..6093b5c 100644 --- a/npm/win32-arm64-msvc/package.json +++ b/npm/win32-arm64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-js-win32-arm64-msvc", - "version": "2.6.1-beta.0", + "version": "2.6.1", "os": [ "win32" ], diff --git a/npm/win32-ia32-msvc/package.json b/npm/win32-ia32-msvc/package.json index 13ea78f..8c4dda0 100644 --- a/npm/win32-ia32-msvc/package.json +++ b/npm/win32-ia32-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-js-win32-ia32-msvc", - "version": "2.6.1-beta.0", + "version": "2.6.1", "os": [ "win32" ], diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 25232d6..bef9471 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-js-win32-x64-msvc", - "version": "2.6.1-beta.0", + "version": "2.6.1", "os": [ "win32" ], diff --git a/package.json b/package.json index a89713e..d223249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-js", - "version": "2.6.1-beta.0", + "version": "2.6.1", "description": "A high-performance SVG renderer and toolkit, powered by Rust based resvg and napi-rs", "main": "index.js", "repository": "git@github.com:yisibl/resvg-js.git", diff --git a/wasm/package.json b/wasm/package.json index ddf34bb..cdb90ff 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@resvg/resvg-wasm", - "version": "2.6.1-beta.0", + "version": "2.6.1", "description": "A high-performance SVG renderer and toolkit, powered by Rust based resvg and napi-rs", "main": "index.js", "module": "index.mjs",