Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @napi-rs/cli@3.0.0-alpha.52
 - @napi-rs/triples@2.0.0-alpha.14
 - @napi-rs/wasm-runtime@0.2.1
  • Loading branch information
Brooooooklyn committed Apr 22, 2024
1 parent 184806c commit 9b6361a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3 deletions.
10 changes: 10 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.52](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.51...@napi-rs/cli@3.0.0-alpha.52) (2024-04-22)

### Bug Fixes

- **cli:** pass fs to browser worker binding ([#2062](https://github.com/napi-rs/napi-rs/issues/2062)) ([12aec3c](https://github.com/napi-rs/napi-rs/commit/12aec3c1354d3b2c722787de38325477c750e988))

### Features

- **cli:** support generation of literal union from string enum ([#2054](https://github.com/napi-rs/napi-rs/issues/2054)) ([0adc36c](https://github.com/napi-rs/napi-rs/commit/0adc36ce1c0aaeff645e6d17d6c7d54c64a5b321))

# [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
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/cli",
"version": "3.0.0-alpha.51",
"version": "3.0.0-alpha.52",
"description": "Cli tools for napi-rs",
"author": "LongYinan <lynweklm@gmail.com>",
"homepage": "https://github.com/napi-rs/napi-rs",
Expand Down
4 changes: 4 additions & 0 deletions triples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.13...@napi-rs/triples@2.0.0-alpha.14) (2024-04-22)

**Note:** Version bump only for package @napi-rs/triples

# [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
Expand Down
2 changes: 1 addition & 1 deletion triples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/triples",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "Rust target triples objects",
"keywords": [
"Rust",
Expand Down
6 changes: 6 additions & 0 deletions wasm-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@0.2.0...@napi-rs/wasm-runtime@0.2.1) (2024-04-22)

### Bug Fixes

- **cli:** pass fs to browser worker binding ([#2062](https://github.com/napi-rs/napi-rs/issues/2062)) ([12aec3c](https://github.com/napi-rs/napi-rs/commit/12aec3c1354d3b2c722787de38325477c750e988))

# [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
Expand Down
2 changes: 1 addition & 1 deletion wasm-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/wasm-runtime",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"description": "Runtime and polyfill for wasm targets",
"author": {
Expand Down

0 comments on commit 9b6361a

Please sign in to comment.