Skip to content

Commit

Permalink
Version Packages (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 30, 2023
1 parent a143e96 commit 6ec18be
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 49 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-ants-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-tables-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-dodos-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-crabs-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-llamas-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-hounds-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-stingrays-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-masks-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-rules-know.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.18

## 0.0.17

### 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": "nxjs-constants",
"version": "0.0.17",
"version": "0.0.18",
"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.18

## 0.0.17

### 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.17",
"version": "0.0.18",
"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.18

## 0.0.17

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

## 0.0.18

### Patch Changes

- Add `console.debug()` as an alias for `console.log()` ([`81c6692`](https://github.com/TooTallNate/nx.js/commit/81c669297868ca19e21287d4ffd6ba06443480a3))

- Add custom inspector for `URL` instances ([`b44ff24`](https://github.com/TooTallNate/nx.js/commit/b44ff2480a55d7f8a7424fd0ede60b82c8eef732))

- Add docs for global `crypto` instance ([`b0b02b7`](https://github.com/TooTallNate/nx.js/commit/b0b02b78ae5c705fb391f1b486cfad9f22561ced))

- Add `WebAssembly` (WASM) implementation ([#12](https://github.com/TooTallNate/nx.js/pull/12))

- Fix `setTimeout()` / `clearTimeout()` bundle defined name ([`05a0ad6`](https://github.com/TooTallNate/nx.js/commit/05a0ad65fe09e06c5f621335193a6f7692127561))

- Fix spacing when rendering Error stack in `inspect()` ([`7d5d94c`](https://github.com/TooTallNate/nx.js/commit/7d5d94c205fe1039a7664e443dadbd0cd058601a))

- Make `ReadableStream` work with `for await...of` loops ([`27cb966`](https://github.com/TooTallNate/nx.js/commit/27cb9661b232d0cfeb12745cc189a2662d57fab5))

- Fix `inspect()` when `constructor` is falsy ([`daae521`](https://github.com/TooTallNate/nx.js/commit/daae52108957062ff37d13524b72321a58331060))

- Make `Switch.cwd()` return a string ([`7acbfad`](https://github.com/TooTallNate/nx.js/commit/7acbfad091a8626771a3e98c1bb2e157133ea7ce))

## 0.0.17

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

0 comments on commit 6ec18be

Please sign in to comment.