Skip to content

Commit

Permalink
Version Packages (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 22, 2024
1 parent a70e507 commit f18e3ed
Show file tree
Hide file tree
Showing 29 changed files with 93 additions and 83 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-parrots-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-ligers-add.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/hungry-eyes-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-points-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-mice-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-ligers-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-falcons-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-mails-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-spiders-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-owls-enjoy.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/swift-socks-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-parents-flow.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nx.js/constants

## 0.1.3

### Patch Changes

- Add `HidDeviceTypeBits` enum ([#135](https://github.com/TooTallNate/nx.js/pull/135))

- Add gamepad `Button` enum ([#135](https://github.com/TooTallNate/nx.js/pull/135))

- Compile TypeScript to ESM ([`2a5d0b589fe6ffe7be1abbcc1719da4e31c3fc43`](https://github.com/TooTallNate/nx.js/commit/2a5d0b589fe6ffe7be1abbcc1719da4e31c3fc43))

- Add `HidNpadStyleTag` enum ([#135](https://github.com/TooTallNate/nx.js/pull/135))

- Update TypeScript to v5.5 ([#136](https://github.com/TooTallNate/nx.js/pull/136))

## 0.1.2

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

## 0.0.47

### Patch Changes

- Update TypeScript to v5.5 ([#136](https://github.com/TooTallNate/nx.js/pull/136))

## 0.0.46

## 0.0.45
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.46",
"version": "0.0.47",
"description": "Initialize a `nx.js` homebrew application",
"type": "module",
"bin": "./dist/main.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nx.js/http

## 0.0.4

### Patch Changes

- Update TypeScript to v5.5 ([#136](https://github.com/TooTallNate/nx.js/pull/136))

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx.js/http",
"version": "0.0.3",
"version": "0.0.4",
"description": "HTTP server for nx.js",
"main": "dist/index.js",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/nro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nx.js/nro

## 0.0.47

### Patch Changes

- Update TypeScript to v5.5 ([#136](https://github.com/TooTallNate/nx.js/pull/136))

- Updated dependencies [[`cdd73da4ba0e3bd44be1c9a7664e741d1701d3d8`](https://github.com/TooTallNate/nx.js/commit/cdd73da4ba0e3bd44be1c9a7664e741d1701d3d8)]:
- @nx.js/[email protected]

## 0.0.46

## 0.0.45
Expand Down
4 changes: 2 additions & 2 deletions 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.46",
"version": "0.0.47",
"description": "Package nx.js app into a `.nro` file",
"bin": {
"nxjs-nro": "./dist/main.js"
Expand All @@ -18,7 +18,7 @@
"author": "Nathan Rajlich <[email protected]>",
"license": "MIT",
"dependencies": {
"@nx.js/patch-nacp": "0.0.3",
"@nx.js/patch-nacp": "0.0.4",
"@tootallnate/nacp": "^0.0.1",
"@tootallnate/nro": "^0.1.0",
"@tootallnate/romfs": "^0.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/nsp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nx.js/nsp

## 0.0.47

### Patch Changes

- Update TypeScript to v5.5 ([#136](https://github.com/TooTallNate/nx.js/pull/136))

- Updated dependencies [[`cdd73da4ba0e3bd44be1c9a7664e741d1701d3d8`](https://github.com/TooTallNate/nx.js/commit/cdd73da4ba0e3bd44be1c9a7664e741d1701d3d8)]:
- @nx.js/[email protected]

## 0.0.46

## 0.0.45
Expand Down
4 changes: 2 additions & 2 deletions 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.46",
"version": "0.0.47",
"description": "Package nx.js applications into a `.nsp` file",
"bin": {
"nxjs-nsp": "dist/main.js"
Expand All @@ -24,7 +24,7 @@
"author": "Nathan Rajlich <[email protected]>",
"license": "MIT",
"dependencies": {
"@nx.js/patch-nacp": "0.0.3",
"@nx.js/patch-nacp": "0.0.4",
"@tootallnate/nacp": "^0.0.1",
"bytes": "^3.1.2",
"chalk": "^5.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/patch-nacp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nx.js/patch-nacp

## 0.0.4

### Patch Changes

- Update TypeScript to v5.5 ([#136](https://github.com/TooTallNate/nx.js/pull/136))

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/patch-nacp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx.js/patch-nacp",
"version": "0.0.3",
"version": "0.0.4",
"description": "Update NACP file with `package.json` contents",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/repl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nx.js/repl

## 0.0.3

### Patch Changes

- Update TypeScript to v5.5 ([#136](https://github.com/TooTallNate/nx.js/pull/136))

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx.js/repl",
"version": "0.0.2",
"version": "0.0.3",
"description": "Read-Eval-Print Loop for nx.js",
"main": "dist/index.js",
"scripts": {
Expand Down
25 changes: 25 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# nxjs-runtime

## 0.0.47

### Patch Changes

- Make touch events cancelable / bubble ([`0e2ea688d3dc365cc480af8c475d0a25fb8d99e8`](https://github.com/TooTallNate/nx.js/commit/0e2ea688d3dc365cc480af8c475d0a25fb8d99e8))

- Implement `navigator.getGamepads()` ([#135](https://github.com/TooTallNate/nx.js/pull/135))

- Allows for up to 8 gamepads to be individually controlled
- Adds support for l/r analog stick positions to be utilzed
- Removes non-standard `buttondown` and `buttonup` events
- Use `preventDefault()` on "beforeunload" event to prevent exiting

- Fix issue with save data from NACP logic ([`d2e10844298701a38ceec362e0a53d33bef3698c`](https://github.com/TooTallNate/nx.js/commit/d2e10844298701a38ceec362e0a53d33bef3698c))

- Resolve `closed` promise when closing TCP socket ([`6d0efbfca4bd47df3eae71dd16ac7e82738acc70`](https://github.com/TooTallNate/nx.js/commit/6d0efbfca4bd47df3eae71dd16ac7e82738acc70))

- Add basic support for `createImageBitmap()` with Blob source ([`79d71f6d7db2d11deb8d788653d828fe7fece959`](https://github.com/TooTallNate/nx.js/commit/79d71f6d7db2d11deb8d788653d828fe7fece959))

- Export `FontFaceDescriptors` interface ([`c398250e8f353720e1dbecf98b257e295d81d080`](https://github.com/TooTallNate/nx.js/commit/c398250e8f353720e1dbecf98b257e295d81d080))

- Update TypeScript to v5.5 ([#136](https://github.com/TooTallNate/nx.js/pull/136))

- Return `null` for invalid rendering context in `screen.getContext()` ([`c21f2ff8fa114bd184aad0a81ad737104d34b099`](https://github.com/TooTallNate/nx.js/commit/c21f2ff8fa114bd184aad0a81ad737104d34b099))

## 0.0.46

### 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.46",
"version": "0.0.47",
"description": "nx.js runtime",
"types": "./dist/index.d.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f18e3ed

Please sign in to comment.