From 9f2ed2f8e844faf9d16fab9e09aeceeedc58edbd Mon Sep 17 00:00:00 2001 From: LongYinan Date: Fri, 8 Aug 2025 20:16:28 +0800 Subject: [PATCH] chore(release): publish - @napi-rs/cli@3.1.1 - @napi-rs/triples@2.0.5 - @napi-rs/wasm-runtime@1.0.3 --- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- triples/CHANGELOG.md | 4 ++++ triples/package.json | 2 +- wasm-runtime/CHANGELOG.md | 6 ++++++ wasm-runtime/package.json | 2 +- 6 files changed, 19 insertions(+), 3 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 5b67e461..0a245116 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.1.0...@napi-rs/cli@3.1.1) (2025-08-08) + +### Bug Fixes + +- **cli:** don't enforce version check ([#2849](https://github.com/napi-rs/napi-rs/issues/2849)) ([eef8221](https://github.com/napi-rs/napi-rs/commit/eef822142151486e0835c47419c16afc6ff880c1)) + # [3.1.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.4...@napi-rs/cli@3.1.0) (2025-08-07) ### Features diff --git a/cli/package.json b/cli/package.json index 21de2ca2..5114952b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "3.1.0", + "version": "3.1.1", "description": "Cli tools for napi-rs", "author": "LongYinan ", "homepage": "https://github.com/napi-rs/napi-rs", diff --git a/triples/CHANGELOG.md b/triples/CHANGELOG.md index 5f0d1588..df3cf544 100644 --- a/triples/CHANGELOG.md +++ b/triples/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.5](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.4...@napi-rs/triples@2.0.5) (2025-08-08) + +**Note:** Version bump only for package @napi-rs/triples + ## [2.0.4](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.3...@napi-rs/triples@2.0.4) (2025-08-07) **Note:** Version bump only for package @napi-rs/triples diff --git a/triples/package.json b/triples/package.json index 317ff8bb..a90e96bd 100644 --- a/triples/package.json +++ b/triples/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/triples", - "version": "2.0.4", + "version": "2.0.5", "description": "Rust target triples objects", "keywords": [ "Rust", diff --git a/wasm-runtime/CHANGELOG.md b/wasm-runtime/CHANGELOG.md index c101c5bd..3713fc7a 100644 --- a/wasm-runtime/CHANGELOG.md +++ b/wasm-runtime/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.3](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@1.0.2...@napi-rs/wasm-runtime@1.0.3) (2025-08-08) + +### Bug Fixes + +- **wasm-runtime:** publish `dist/*.cjs` ([#2845](https://github.com/napi-rs/napi-rs/issues/2845)) ([991dbf3](https://github.com/napi-rs/napi-rs/commit/991dbf3d902e23a48c828e501ecdff92ee95bff4)) + ## [1.0.2](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@1.0.1...@napi-rs/wasm-runtime@1.0.2) (2025-08-07) ### Bug Fixes diff --git a/wasm-runtime/package.json b/wasm-runtime/package.json index ec1aaac6..41c0f6b9 100644 --- a/wasm-runtime/package.json +++ b/wasm-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/wasm-runtime", - "version": "1.0.2", + "version": "1.0.3", "type": "module", "description": "Runtime and polyfill for wasm targets", "author": {