Skip to content

Commit

Permalink
Version Packages (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 6, 2023
1 parent 69f51f5 commit 2a7ce81
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-goats-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-stingrays-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-cooks-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-dingos-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-geckos-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-sloths-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-pears-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-crabs-worry.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# nxjs-constants

## 0.0.19

## 0.0.18

## 0.0.17
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nxjs-constants",
"version": "0.0.18",
"version": "0.0.19",
"description": "Constants and enums for use with nx.js",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-nxjs-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-nxjs-app

## 0.0.19

## 0.0.18

## 0.0.17
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nxjs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-nxjs-app",
"version": "0.0.18",
"version": "0.0.19",
"description": "Initialize a `nx.js` homebrew application",
"type": "module",
"bin": "./dist/main.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# nxjs-pack

## 0.0.19

## 0.0.18

## 0.0.17
Expand Down
2 changes: 1 addition & 1 deletion packages/pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nxjs-pack",
"version": "0.0.18",
"version": "0.0.19",
"description": "Package nx.js applications into a `.nro` file",
"bin": "./dist/nxjs-pack.js",
"type": "module",
Expand Down
18 changes: 18 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# nxjs-runtime

## 0.0.19

### Patch Changes

- Add `navigator` global with `userAgent` property ([`2331b1e`](https://github.com/TooTallNate/nx.js/commit/2331b1e5ae8e3f0b13cfa03bb65997de4061dc91))

- Add `Switch.version.wasm3` ([`8ad22c4`](https://github.com/TooTallNate/nx.js/commit/8ad22c470baf40db1099d306fa27af55f01b6329))

- Make `data:` scheme URLs work with `fetch()` ([`9a9dee4`](https://github.com/TooTallNate/nx.js/commit/9a9dee4e819e9c623606e65aa54661cbd665d1d5))

- Make the `console` functions handle printf formatters and multiple arguments ([`d22e5d2`](https://github.com/TooTallNate/nx.js/commit/d22e5d290107c0a200f1638e796fe57ac936a949))

- Make `fetch()` URL resolve relative to `Switch.entrypoint` ([`cee00d0`](https://github.com/TooTallNate/nx.js/commit/cee00d0959fc163acbd1d989c5d9abdb19467c05))

- Free JS references to make process exit cleanly ([`dfa97ae`](https://github.com/TooTallNate/nx.js/commit/dfa97ae8f87cf99680cae5f64661110b0e1de3e8))

- Fix setting `WebAssembly.Global` value before being "bound" to a WASM module ([`0e3264e`](https://github.com/TooTallNate/nx.js/commit/0e3264e6a2ac6aaae7f01a7edca93d58aa409229))

## 0.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nxjs-runtime",
"version": "0.0.18",
"version": "0.0.19",
"description": "nx.js runtime",
"types": "./dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 2a7ce81

Please sign in to comment.