Skip to content

Commit

Permalink
Version Packages (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 18, 2024
1 parent 8631e5d commit 9ca240e
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-hairs-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-kangaroos-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-shirts-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-ears-occur.md

This file was deleted.

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.40

## 0.0.39

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

## 0.0.40

## 0.0.39

## 0.0.38
Expand Down
2 changes: 1 addition & 1 deletion 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.39",
"version": "0.0.40",
"description": "Package nx.js app into a `.nro` file",
"bin": {
"nxjs-nro": "./dist/main.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/nsp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @nx.js/nsp

## 0.0.40

## 0.0.39

## 0.0.38
Expand Down
2 changes: 1 addition & 1 deletion 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.39",
"version": "0.0.40",
"description": "Package nx.js applications into a `.nsp` file",
"bin": {
"nxjs-nsp": "dist/main.js"
Expand Down
12 changes: 12 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# nxjs-runtime

## 0.0.40

### Patch Changes

- Add `Switch.setMediaPlaybackState()` to disable auto-lock and screen dimming ([`8631e5d477e6ae8c05e2b00b67b73d58d6a4f60a`](https://github.com/TooTallNate/nx.js/commit/8631e5d477e6ae8c05e2b00b67b73d58d6a4f60a))

- Implement `new Switch.Profile()` constructor ([`d30e385dd5037b8fc18c6b4709e21657057e6d7b`](https://github.com/TooTallNate/nx.js/commit/d30e385dd5037b8fc18c6b4709e21657057e6d7b))

- Make `Application#id` return the "PresenceGroupId" instead of "SaveDataOwnerId" ([`70ebcd580add2583e08c06cfa7b3e20a1ad6e065`](https://github.com/TooTallNate/nx.js/commit/70ebcd580add2583e08c06cfa7b3e20a1ad6e065))

- Implement `new Switch.Application` constructor, remove `fromId()` and `fromNro()` ([`ce9c398f79867d4042ef81e3782655b145e9dcd8`](https://github.com/TooTallNate/nx.js/commit/ce9c398f79867d4042ef81e3782655b145e9dcd8))

## 0.0.39

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

0 comments on commit 9ca240e

Please sign in to comment.