chore(release): publish
- @napi-rs/cli@3.0.0-alpha.51 - @napi-rs/triples@2.0.0-alpha.13 - @napi-rs/wasm-runtime@0.2.0
This commit is contained in:
parent
51c2f1da78
commit
6b2164c85d
7 changed files with 36 additions and 5 deletions
|
@ -3,6 +3,16 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [3.0.0-alpha.51](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.50...@napi-rs/cli@3.0.0-alpha.51) (2024-04-19)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **cli:** new project issue ([#2058](https://github.com/napi-rs/napi-rs/issues/2058)) ([10602fb](https://github.com/napi-rs/napi-rs/commit/10602fb76fb3c1b075fdb6524c141a4c85374c08))
|
||||
|
||||
### Features
|
||||
|
||||
- **cli:** improve the browser binding ([#2056](https://github.com/napi-rs/napi-rs/issues/2056)) ([4ccbb61](https://github.com/napi-rs/napi-rs/commit/4ccbb6117943d5aa06f985eced1555ecf4c6fb05))
|
||||
|
||||
# [3.0.0-alpha.50](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.49...@napi-rs/cli@3.0.0-alpha.50) (2024-04-17)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@napi-rs/cli",
|
||||
"version": "3.0.0-alpha.50",
|
||||
"version": "3.0.0-alpha.51",
|
||||
"description": "Cli tools for napi-rs",
|
||||
"author": "LongYinan <lynweklm@gmail.com>",
|
||||
"homepage": "https://github.com/napi-rs/napi-rs",
|
||||
|
|
|
@ -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.0-alpha.13](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.12...@napi-rs/triples@2.0.0-alpha.13) (2024-04-19)
|
||||
|
||||
**Note:** Version bump only for package @napi-rs/triples
|
||||
|
||||
# [2.0.0-alpha.12](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.11...@napi-rs/triples@2.0.0-alpha.12) (2024-04-17)
|
||||
|
||||
**Note:** Version bump only for package @napi-rs/triples
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@napi-rs/triples",
|
||||
"version": "2.0.0-alpha.12",
|
||||
"version": "2.0.0-alpha.13",
|
||||
"description": "Rust target triples objects",
|
||||
"keywords": [
|
||||
"Rust",
|
||||
|
|
|
@ -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.
|
||||
|
||||
# [0.2.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@0.1.2...@napi-rs/wasm-runtime@0.2.0) (2024-04-19)
|
||||
|
||||
### Features
|
||||
|
||||
- **cli:** improve the browser binding ([#2056](https://github.com/napi-rs/napi-rs/issues/2056)) ([4ccbb61](https://github.com/napi-rs/napi-rs/commit/4ccbb6117943d5aa06f985eced1555ecf4c6fb05))
|
||||
|
||||
## [0.1.2](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@0.1.1...@napi-rs/wasm-runtime@0.1.2) (2024-03-21)
|
||||
|
||||
**Note:** Version bump only for package @napi-rs/wasm-runtime
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@napi-rs/wasm-runtime",
|
||||
"version": "0.1.2",
|
||||
"version": "0.2.0",
|
||||
"type": "module",
|
||||
"description": "Runtime and polyfill for wasm targets",
|
||||
"author": {
|
||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -881,7 +881,18 @@ __metadata:
|
|||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@napi-rs/wasm-runtime@npm:^0.1.2, @napi-rs/wasm-runtime@workspace:*, @napi-rs/wasm-runtime@workspace:wasm-runtime":
|
||||
"@napi-rs/wasm-runtime@npm:^0.1.2":
|
||||
version: 0.1.2
|
||||
resolution: "@napi-rs/wasm-runtime@npm:0.1.2"
|
||||
dependencies:
|
||||
"@emnapi/core": "npm:^1.1.0"
|
||||
"@emnapi/runtime": "npm:^1.1.0"
|
||||
"@tybys/wasm-util": "npm:^0.8.1"
|
||||
checksum: 10c0/d753d0de1643168a337f8687aadbed056278d7c72e175b8af7d71c306769b284d6cbf5232c47e69816c7ff9592133892fd27ab3c19860aa903510721f85f7e53
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@napi-rs/wasm-runtime@workspace:*, @napi-rs/wasm-runtime@workspace:wasm-runtime":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@napi-rs/wasm-runtime@workspace:wasm-runtime"
|
||||
dependencies:
|
||||
|
@ -2196,7 +2207,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@tybys/wasm-util@npm:^0.8.2":
|
||||
"@tybys/wasm-util@npm:^0.8.1, @tybys/wasm-util@npm:^0.8.2":
|
||||
version: 0.8.2
|
||||
resolution: "@tybys/wasm-util@npm:0.8.2"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue