Skip to content

Commit

Permalink
Version Packages (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 31, 2023
1 parent 93c5c59 commit d3b0ae5
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-beds-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/beige-oranges-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-clouds-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-plums-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-countries-push.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rude-eyes-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-tigers-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-apricots-reflect.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.17

### Patch Changes

- Update `typescript` to v5.2.2 ([`7e03f10`](https://github.com/TooTallNate/nx.js/commit/7e03f10787a30087d40509fef563c1349bb9b860))

## 0.0.16

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

## 0.0.17

### Patch Changes

- Use `@clack/prompts` instead of Inquirer ([`c946fe5`](https://github.com/TooTallNate/nx.js/commit/c946fe5d447826afaa25a5abaa24343c0e9d8892))

- Update `typescript` to v5.2.2 ([`7e03f10`](https://github.com/TooTallNate/nx.js/commit/7e03f10787a30087d40509fef563c1349bb9b860))

## 0.0.16

### 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.16",
"version": "0.0.17",
"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.17

### Patch Changes

- Update `typescript` to v5.2.2 ([`7e03f10`](https://github.com/TooTallNate/nx.js/commit/7e03f10787a30087d40509fef563c1349bb9b860))

## 0.0.16

### 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.16",
"version": "0.0.17",
"description": "Package nx.js applications into a `.nro` file",
"bin": "./dist/nxjs-pack.js",
"type": "module",
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 @@
# nxjs-runtime

## 0.0.17

### Patch Changes

- Mark `DOMPoint.fromPoint()` as static ([`2c31aea`](https://github.com/TooTallNate/nx.js/commit/2c31aea00700e7aff1785eac76017e4d720e2cc9))

- Add esbuild bundle script ([`1e20a42`](https://github.com/TooTallNate/nx.js/commit/1e20a42b4c8f971fb72594682e691aca2fc56450))

- Remove private class field usage from `Blob` ([`f1a4837`](https://github.com/TooTallNate/nx.js/commit/f1a483751f49cc1a766937f6e9e7c6efa2f372ca))

- Move a few Event-related interfaces in-house ([`93c5c59`](https://github.com/TooTallNate/nx.js/commit/93c5c59603fa09269de1f4f7afea74d392bd154d))

- Update `typescript` to v5.2.2 ([`7e03f10`](https://github.com/TooTallNate/nx.js/commit/7e03f10787a30087d40509fef563c1349bb9b860))

- More robust filtering of `globalThis` interfaces on compiled type definitions ([`07801fe`](https://github.com/TooTallNate/nx.js/commit/07801fe9dbd1d04ed6e97ac5f8fdfb3fb1a0c349))

- Add support for DOMPoint value for `radii` parameter in `Canvas#roundRect()` ([`deee32f`](https://github.com/TooTallNate/nx.js/commit/deee32fe4aa62beb10eb92f5d2f1ca8afb394066))

## 0.0.16

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

0 comments on commit d3b0ae5

Please sign in to comment.