Skip to content

Commit

Permalink
Version Packages (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 5, 2024
1 parent 59d3dec commit e3b12e9
Show file tree
Hide file tree
Showing 32 changed files with 66 additions and 124 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-onions-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-lies-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-schools-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-plants-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-lemons-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-readers-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-dingos-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-crews-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-years-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-peaches-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-cats-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-islands-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-ways-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-spiders-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-panthers-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-points-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-ligers-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-hotels-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-weeks-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-snails-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-boxes-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-toys-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-eels-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-masks-sing.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.26

## 0.0.25

## 0.0.24
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.25",
"version": "0.0.26",
"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.26

### Patch Changes

- Fix package manager installation on Windows ([`336fdc91a85e64895e5b4a0004ca168981deb9dc`](https://github.com/TooTallNate/nx.js/commit/336fdc91a85e64895e5b4a0004ca168981deb9dc))

## 0.0.25

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

## 0.0.26

### Patch Changes

- Use the root-level `nxjs.nro` file when packing within the monorepo ([`b1c8c4c14858b5cded890e79479932b78686ddf1`](https://github.com/TooTallNate/nx.js/commit/b1c8c4c14858b5cded890e79479932b78686ddf1))

## 0.0.25

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

## 0.0.26

### Patch Changes

- Set esbuild and TypeScript compile target to "es2022" ([`62951c61fb846aeb2201b21f8c6a03c8adae96e8`](https://github.com/TooTallNate/nx.js/commit/62951c61fb846aeb2201b21f8c6a03c8adae96e8))

- Add `ImageBitmap` class ([`d9db93b6c2b5dc33f817893f2c1aa142736009c6`](https://github.com/TooTallNate/nx.js/commit/d9db93b6c2b5dc33f817893f2c1aa142736009c6))

- Add `Sensor` base class ([`6ab19dcb6f5922a25805f3b1decfe02959bde362`](https://github.com/TooTallNate/nx.js/commit/6ab19dcb6f5922a25805f3b1decfe02959bde362))

- Make `IRSensor` use `ImageBitmap` instead of `ImageData` ([`f8d7beed76a2331ee83ef015046bd214a2156dda`](https://github.com/TooTallNate/nx.js/commit/f8d7beed76a2331ee83ef015046bd214a2156dda))

- Rename `ListenOpts` interface to `ListenOptions` ([`2964d88e253dccbb1fedd676bbcb68017530eef7`](https://github.com/TooTallNate/nx.js/commit/2964d88e253dccbb1fedd676bbcb68017530eef7))

- Propagate TCP `connect()` error to JS ([`9c3b9655a3360490906eb5106953ed9855536c53`](https://github.com/TooTallNate/nx.js/commit/9c3b9655a3360490906eb5106953ed9855536c53))

- Use `quickjs-ng` ([`ba52a51ca85c86649f36b13d41f2ae173c953de6`](https://github.com/TooTallNate/nx.js/commit/ba52a51ca85c86649f36b13d41f2ae173c953de6))

- Add `accept` shorthand for `Switch.listen()` ([`150467b4fd4f4c73e1d6d22578a45ba904289ea7`](https://github.com/TooTallNate/nx.js/commit/150467b4fd4f4c73e1d6d22578a45ba904289ea7))

- Return same Promise instance for `navigator.getBattery()` ([`41081fb0f01fb79cacc453d0832822a394c56df4`](https://github.com/TooTallNate/nx.js/commit/41081fb0f01fb79cacc453d0832822a394c56df4))

- Add `AmbientLightSensor` class ([`d7482c0931ae04f3270f447e1dcbd62954318a9a`](https://github.com/TooTallNate/nx.js/commit/d7482c0931ae04f3270f447e1dcbd62954318a9a))

- Add `Switch.IRSensor` class ([`804b9f379e8f0da33e6bd726da8a1d2584c2d354`](https://github.com/TooTallNate/nx.js/commit/804b9f379e8f0da33e6bd726da8a1d2584c2d354))

- Add `Switch.Application` class and `Switch.applications` iterator ([#72](https://github.com/TooTallNate/nx.js/pull/72))

- Fix printing error if `runtime.js` throws an error ([`91db41d4c0c86fe413a4330aeedb994a98b53a5c`](https://github.com/TooTallNate/nx.js/commit/91db41d4c0c86fe413a4330aeedb994a98b53a5c))

- Mark `id` as optional in `clearTimeout()` and `clearInterval()` ([`98654782f18c16e770124eaaefeef87e4b822396`](https://github.com/TooTallNate/nx.js/commit/98654782f18c16e770124eaaefeef87e4b822396))

- Return 16 for `navigator.maxTouchPoints` ([`e23ae02b96306915dccf299dfcb2fd31c75e0c1c`](https://github.com/TooTallNate/nx.js/commit/e23ae02b96306915dccf299dfcb2fd31c75e0c1c))

- Implement Canvas `roundRect()` in C ([#74](https://github.com/TooTallNate/nx.js/pull/74))

- Remove unused `ConnectOpts` interface ([`143b53126e199287ef86e506fafff3765a57c4a2`](https://github.com/TooTallNate/nx.js/commit/143b53126e199287ef86e506fafff3765a57c4a2))

- Add support for the `maxWidth` option in Canvas `fillText()`/`strokeText()` ([`09e1ac24a16d4e2ea9f484141cef7cc37373e241`](https://github.com/TooTallNate/nx.js/commit/09e1ac24a16d4e2ea9f484141cef7cc37373e241))

- Re-implement source mapping using CallSite API ([`59d3dec8427224137b4d6bcdf5a2701375741e9c`](https://github.com/TooTallNate/nx.js/commit/59d3dec8427224137b4d6bcdf5a2701375741e9c))

- Support `color` option in `Switch.IRSensor` ([`0ad81bb0c768903259d962fd66cace83aefccdd5`](https://github.com/TooTallNate/nx.js/commit/0ad81bb0c768903259d962fd66cace83aefccdd5))

- Add `depth` to `inspect()` ([`cca4251d4d569254b5a9d3079c881e6c3f10712f`](https://github.com/TooTallNate/nx.js/commit/cca4251d4d569254b5a9d3079c881e6c3f10712f))

- Refactor runtime type definition generator using AST modifications ([#73](https://github.com/TooTallNate/nx.js/pull/73))

## 0.0.25

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

0 comments on commit e3b12e9

Please sign in to comment.