Skip to content

Commit

Permalink
Version Packages (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 13, 2024
1 parent 393efbc commit 607732c
Show file tree
Hide file tree
Showing 23 changed files with 53 additions and 84 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-rockets-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-tigers-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-pans-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-bugs-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-elephants-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-mayflies-punch.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/perfect-pugs-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-seals-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-dodos-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-snails-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-seahorses-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-tables-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-moles-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-apricots-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-weeks-unite.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.27

## 0.0.26

## 0.0.25
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.26",
"version": "0.0.27",
"description": "Constants and enums for use with nx.js",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-nxjs-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-nxjs-app

## 0.0.27

### Patch Changes

- Set random `titleId` property in generated application ([`393efbc07568393a79ce7f2135addd9c2e8e615b`](https://github.com/TooTallNate/nx.js/commit/393efbc07568393a79ce7f2135addd9c2e8e615b))

- Add support for `bun` as a package manager ([#76](https://github.com/TooTallNate/nx.js/pull/76))

## 0.0.26

### Patch Changes
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.26",
"version": "0.0.27",
"description": "Initialize a `nx.js` homebrew application",
"type": "module",
"bin": "./dist/main.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nxjs-pack

## 0.0.27

### Patch Changes

- Inject the `titleId` property from `package.json` into the packed NRO file ([`553231b87558f86eaa1a52c0eded6ce4d4031aee`](https://github.com/TooTallNate/nx.js/commit/553231b87558f86eaa1a52c0eded6ce4d4031aee))

- Add `.nacp` file to RomFS for usage with `localStorage` ([`9f0375db5870c9cf6f46bba4f138181edd3c8c1f`](https://github.com/TooTallNate/nx.js/commit/9f0375db5870c9cf6f46bba4f138181edd3c8c1f))

## 0.0.26

### Patch Changes
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.26",
"version": "0.0.27",
"description": "Package nx.js applications into a `.nro` file",
"bin": "./dist/nxjs-pack.js",
"type": "module",
Expand Down
31 changes: 31 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# nxjs-runtime

## 0.0.27

### Patch Changes

- Remove `Socket` and `Server` from global scope ([`b0a4fa4509427f3c689839070afdfe2a9f49050e`](https://github.com/TooTallNate/nx.js/commit/b0a4fa4509427f3c689839070afdfe2a9f49050e))

- Set a default Title ID on the `nxjs.nro` file ([`b9e48e66e991cbdee98dd37e51a560d620addd06`](https://github.com/TooTallNate/nx.js/commit/b9e48e66e991cbdee98dd37e51a560d620addd06))

- Add `Application#createSaveData()` and `Application#mountSaveData()` ([`8faad62abf1d58d42b425827f23b4fadf40d27d9`](https://github.com/TooTallNate/nx.js/commit/8faad62abf1d58d42b425827f23b4fadf40d27d9))

- Fix global `addEventListener()` generic fallback type ([`4cd1854360689a19509d09f2e91b11a32f639a28`](https://github.com/TooTallNate/nx.js/commit/4cd1854360689a19509d09f2e91b11a32f639a28))

- Overhaul filesystem operations: ([`14657f0f6d14c411bfe050e51e3a8a245fcd9af2`](https://github.com/TooTallNate/nx.js/commit/14657f0f6d14c411bfe050e51e3a8a245fcd9af2))

- Added `Switch.mkdirSync()`, `Switch.removeSync()`, `Switch.statSync()`
- Read operations return `null` for `ENOENT`, instead of throwing an error
- `Switch.remove()` and `Switch.removeSync()` work with directories, and delete recursively
- `Switch.writeFileSync()` creates parent directories recursively as needed

- Add `Switch.profiles`, `Switch.currentProfile()`, `Switch.selectProfile()` ([#77](https://github.com/TooTallNate/nx.js/pull/77))

- Set the proper byte length of the `Application#icon` ([`4bb8a5c7b77e27d0be8123cb1934814a0a89f85b`](https://github.com/TooTallNate/nx.js/commit/4bb8a5c7b77e27d0be8123cb1934814a0a89f85b))

- Mark `Switch` and `WebAssembly` namespaces as non-enumerable ([`055c9f3b0b2ac35536604aa2dcb1efb6cf399bad`](https://github.com/TooTallNate/nx.js/commit/055c9f3b0b2ac35536604aa2dcb1efb6cf399bad))

- Fix successful TCP connect ([`43190bbf5b127b179dabc30ac86038005350ca5e`](https://github.com/TooTallNate/nx.js/commit/43190bbf5b127b179dabc30ac86038005350ca5e))

- Declare globals with `var` instead of `const` to make them visible on `globalThis` ([`e6e1cb042ba030acf362f90efd350ae186622fda`](https://github.com/TooTallNate/nx.js/commit/e6e1cb042ba030acf362f90efd350ae186622fda))

- Add `required: true` option to `Switch.currentProfile()`, and cache result for future calls ([`0f84ee1b4d823bac57de2e6c163d43917cc4757d`](https://github.com/TooTallNate/nx.js/commit/0f84ee1b4d823bac57de2e6c163d43917cc4757d))

## 0.0.26

### 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.26",
"version": "0.0.27",
"description": "nx.js runtime",
"types": "./dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 607732c

Please sign in to comment.