Skip to content

Commit

Permalink
Version Packages (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 6, 2023
1 parent f3b4cc9 commit 98680d5
Show file tree
Hide file tree
Showing 21 changed files with 42 additions and 69 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-bottles-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-humans-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-papayas-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-hairs-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-feet-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-poets-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-cooks-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-plants-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-boxes-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-plants-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-dryers-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-clocks-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-monkeys-sin.md

This file was deleted.

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

## 0.0.22

### Patch Changes

- Add `Swkbd.Type` enum ([#55](https://github.com/TooTallNate/nx.js/pull/55))

## 0.0.21

## 0.0.20
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.21",
"version": "0.0.22",
"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.22

## 0.0.21

## 0.0.20
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.21",
"version": "0.0.22",
"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.22

## 0.0.21

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

## 0.0.22

### Patch Changes

- Add `navigator.virtualKeyboard` ([#55](https://github.com/TooTallNate/nx.js/pull/55))

- Fix memory leak in TCP `write()` function ([`8cffbfa`](https://github.com/TooTallNate/nx.js/commit/8cffbfab27e17c8c58cef49efed8510b50ec28fd))

- Fix false-positive errors in FS sync functions ([`c40faa9`](https://github.com/TooTallNate/nx.js/commit/c40faa92718f8d2197c2045afbc5fd24451b510a))

- Add initial TCP server API ([#54](https://github.com/TooTallNate/nx.js/pull/54))

- Print with multiple lines when inspecting large objects ([`59beb73`](https://github.com/TooTallNate/nx.js/commit/59beb73b1e1fb49880b471f6a47438f7313e0021))

- Add `DOMRectReadOnly` and `DOMRect` ([`ea2c8e9`](https://github.com/TooTallNate/nx.js/commit/ea2c8e9df3893f7b6ea7786a297c31308c3adb93))

- Add `ListenOpts` interface ([`798d601`](https://github.com/TooTallNate/nx.js/commit/798d601236f60bb0bb06e7c94810e4aa57d11a97))

- Add `Switch.networkInfo()` function ([`9dd5af9`](https://github.com/TooTallNate/nx.js/commit/9dd5af972c9459a5754bca4ae12094603399b00b))

- Resize poll file descriptors array when necessary ([`a2dddad`](https://github.com/TooTallNate/nx.js/commit/a2dddadde942096836683c3306eb7b96d23da15f))

- Detect `class` values in `inspect()` ([`4cc683e`](https://github.com/TooTallNate/nx.js/commit/4cc683e344da6c5f0c5c5578b88448d003a95b9d))

- Add `Socket` class, which is returned by `Switch.connect()` ([#57](https://github.com/TooTallNate/nx.js/pull/57))

- Support returning non-string in `inspect.custom` function ([`bde1ab0`](https://github.com/TooTallNate/nx.js/commit/bde1ab090be09a1fbc2a87a8fb959ca0133ab6e2))

## 0.0.21

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

0 comments on commit 98680d5

Please sign in to comment.