Skip to content

Commit

Permalink
Version Packages (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 1, 2024
1 parent 41fcbbb commit 2daafbd
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-carpets-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-flowers-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-numbers-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-bobcats-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-kangaroos-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-crabs-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-goats-confess.md

This file was deleted.

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.56

## 0.0.55

## 0.0.54
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.55",
"version": "0.0.56",
"description": "Initialize a `nx.js` homebrew application",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/nro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @nx.js/nro

## 0.0.56

## 0.0.55

## 0.0.54
Expand Down
2 changes: 1 addition & 1 deletion packages/nro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx.js/nro",
"version": "0.0.55",
"version": "0.0.56",
"description": "Package nx.js app into a `.nro` file",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/nsp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @nx.js/nsp

## 0.0.56

## 0.0.55

## 0.0.54
Expand Down
2 changes: 1 addition & 1 deletion packages/nsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx.js/nsp",
"version": "0.0.55",
"version": "0.0.56",
"description": "Package nx.js applications into a `.nsp` file",
"repository": {
"type": "git",
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 @@
# @nx.js/runtime

## 0.0.56

### Patch Changes

- Add `Switch.FileSystem.openSdmc()` ([`a66c99119bba028425d3ee855a3d2faf0eb6b739`](https://github.com/TooTallNate/nx.js/commit/a66c99119bba028425d3ee855a3d2faf0eb6b739))

- Add `Iterator` helper methods to `Switch.Application`, `Switch.Profile` and `Switch.SaveData` ([`bb87d1c40ba3e2d0b603705d5152997c928ed23f`](https://github.com/TooTallNate/nx.js/commit/bb87d1c40ba3e2d0b603705d5152997c928ed23f))

- Expose `Iterator` helpers types ([`782f106f6010c5eeeed229db9719f3375b79e672`](https://github.com/TooTallNate/nx.js/commit/782f106f6010c5eeeed229db9719f3375b79e672))

- Update QuickJS to v0.7.0 ([`9117d809a41872a0c73e64905a6747ee58810bc5`](https://github.com/TooTallNate/nx.js/commit/9117d809a41872a0c73e64905a6747ee58810bc5))

- Add `Switch.FileSystem#freeSpace()` and `Switch.FileSystem.totalSpace()` ([`43c6a1a32c5d07141f663cd6427c7093cdeedc5b`](https://github.com/TooTallNate/nx.js/commit/43c6a1a32c5d07141f663cd6427c7093cdeedc5b))

- Throw libnx-style error for `Switch.Application` errors ([`e4c39c414ab9f78835eddab622a9d871fc714b1c`](https://github.com/TooTallNate/nx.js/commit/e4c39c414ab9f78835eddab622a9d871fc714b1c))

- Support string / URL initialization parameter to `new Switch.Application()` ([`41fcbbbc6ced9d178281c710cc34bbcd64680cba`](https://github.com/TooTallNate/nx.js/commit/41fcbbbc6ced9d178281c710cc34bbcd64680cba))

## 0.0.55

### 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": "@nx.js/runtime",
"version": "0.0.55",
"version": "0.0.56",
"description": "nx.js runtime",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2daafbd

Please sign in to comment.