Skip to content

Commit

Permalink
Version Packages (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
1 parent f0b1e05 commit 3d6f979
Show file tree
Hide file tree
Showing 36 changed files with 108 additions and 104 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-rockets-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-toes-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-items-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-crews-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-meals-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-mangos-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-ears-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-games-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-foxes-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-guests-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-items-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-toys-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-trains-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-cobras-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-chefs-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-crews-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-dingos-tickle.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/clkrst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nx.js/clkrst

## 1.0.1

### Patch Changes

- Updated dependencies [[`8d606c4dd5a40dd4931fd94e5a42c54972950928`](https://github.com/TooTallNate/nx.js/commit/8d606c4dd5a40dd4931fd94e5a42c54972950928), [`08f2ed0caac16d69f47d8e24fc401f54482ae4b3`](https://github.com/TooTallNate/nx.js/commit/08f2ed0caac16d69f47d8e24fc401f54482ae4b3)]:
- @nx.js/constants@0.4.0

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/clkrst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx.js/clkrst",
"version": "1.0.0",
"version": "1.0.1",
"description": "`clkrst` service IPC wrapper for nx.js",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"access": "public"
},
"dependencies": {
"@nx.js/constants": "^0.3.0"
"@nx.js/constants": "^0.4.0"
},
"devDependencies": {
"@nx.js/runtime": "workspace:*"
Expand Down
8 changes: 8 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nx.js/constants

## 0.4.0

### Minor Changes

- Add `FsFileSystemType` enum ([`8d606c4dd5a40dd4931fd94e5a42c54972950928`](https://github.com/TooTallNate/nx.js/commit/8d606c4dd5a40dd4931fd94e5a42c54972950928))

- Add `FsContentAttributes` enum ([`08f2ed0caac16d69f47d8e24fc401f54482ae4b3`](https://github.com/TooTallNate/nx.js/commit/08f2ed0caac16d69f47d8e24fc401f54482ae4b3))

## 0.3.0

### Minor 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": "@nx.js/constants",
"version": "0.3.0",
"version": "0.4.0",
"description": "Constants and enums for use with nx.js",
"repository": {
"type": "git",
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.60

### Patch Changes

- Set `nacp.id` and `nacp.title` fields instead of deprecated `titleId` and `productName` ([`e3b984347b98af071be762e715bf667f73017d43`](https://github.com/TooTallNate/nx.js/commit/e3b984347b98af071be762e715bf667f73017d43))

## 0.0.59

## 0.0.58
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.59",
"version": "0.0.60",
"description": "Initialize a `nx.js` homebrew application",
"repository": {
"type": "git",
Expand Down
21 changes: 21 additions & 0 deletions packages/ncm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# @nx.js/ncm

## 1.0.0

### Major Changes

- Add `@nx.js/ncm` package ([#166](https://github.com/TooTallNate/nx.js/pull/166))

### Minor Changes

- Add setters to struct types ([`721276f9371fb2dee31d20f425cf4c3caa3ba616`](https://github.com/TooTallNate/nx.js/commit/721276f9371fb2dee31d20f425cf4c3caa3ba616))

### Patch Changes

- Refactor to utilize `ArrayBufferStruct` subclasses ([`b7aadc66cabe983638543b4602347f5f7a19c228`](https://github.com/TooTallNate/nx.js/commit/b7aadc66cabe983638543b4602347f5f7a19c228))

- Fix argument order in `createPlaceHolder()` ([`a7e3d016020de0e895a72d4d26ce803d1b64578f`](https://github.com/TooTallNate/nx.js/commit/a7e3d016020de0e895a72d4d26ce803d1b64578f))

- Updated dependencies [[`8d606c4dd5a40dd4931fd94e5a42c54972950928`](https://github.com/TooTallNate/nx.js/commit/8d606c4dd5a40dd4931fd94e5a42c54972950928), [`08f2ed0caac16d69f47d8e24fc401f54482ae4b3`](https://github.com/TooTallNate/nx.js/commit/08f2ed0caac16d69f47d8e24fc401f54482ae4b3), [`0ac92cffdb2715e8e05509ba473ee662104f2514`](https://github.com/TooTallNate/nx.js/commit/0ac92cffdb2715e8e05509ba473ee662104f2514)]:
- @nx.js/constants@0.4.0
- @nx.js/util@0.0.1
6 changes: 3 additions & 3 deletions packages/ncm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx.js/ncm",
"version": "0.0.0",
"version": "1.0.0",
"description": "Content Manager (ncm) service IPC wrapper for nx.js",
"repository": {
"type": "git",
Expand All @@ -20,8 +20,8 @@
"access": "public"
},
"dependencies": {
"@nx.js/constants": "^0.3.0",
"@nx.js/util": "^0.0.0"
"@nx.js/constants": "^0.4.0",
"@nx.js/util": "^0.0.1"
},
"devDependencies": {
"@nx.js/runtime": "workspace:*"
Expand Down
7 changes: 7 additions & 0 deletions packages/nro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nx.js/nro

## 0.0.60

### Patch Changes

- Updated dependencies [[`e10c419ae8f205cf0ce00c2ea21546505eff5d1d`](https://github.com/TooTallNate/nx.js/commit/e10c419ae8f205cf0ce00c2ea21546505eff5d1d)]:
- @nx.js/patch-nacp@2.0.0

## 0.0.59

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.59",
"version": "0.0.60",
"description": "Package nx.js app into a `.nro` file",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"author": "Nathan Rajlich <n@n8.io>",
"license": "MIT",
"dependencies": {
"@nx.js/patch-nacp": "1.0.1",
"@nx.js/patch-nacp": "2.0.0",
"@tootallnate/nacp": "^0.2.0",
"@tootallnate/nro": "^0.1.2",
"@tootallnate/romfs": "^0.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/nsp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nx.js/nsp

## 0.0.60

### Patch Changes

- Updated dependencies [[`e10c419ae8f205cf0ce00c2ea21546505eff5d1d`](https://github.com/TooTallNate/nx.js/commit/e10c419ae8f205cf0ce00c2ea21546505eff5d1d)]:
- @nx.js/patch-nacp@2.0.0

## 0.0.59

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.59",
"version": "0.0.60",
"description": "Package nx.js applications into a `.nsp` file",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "Nathan Rajlich <n@n8.io>",
"license": "MIT",
"dependencies": {
"@nx.js/patch-nacp": "1.0.1",
"@nx.js/patch-nacp": "2.0.0",
"@tootallnate/nacp": "^0.2.0",
"bytes": "^3.1.2",
"chalk": "^5.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/patch-nacp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nx.js/patch-nacp

## 2.0.0

### Major Changes

- Support parsers and formatters ([`e10c419ae8f205cf0ce00c2ea21546505eff5d1d`](https://github.com/TooTallNate/nx.js/commit/e10c419ae8f205cf0ce00c2ea21546505eff5d1d))

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/patch-nacp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx.js/patch-nacp",
"version": "1.0.1",
"version": "2.0.0",
"description": "Update NACP file with `package.json` contents",
"type": "module",
"main": "dist/index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @nx.js/runtime

## 0.0.60

### Patch Changes

- Add `DOMException` ([`568202cf443ff219fe11bc17e9429554010d6397`](https://github.com/TooTallNate/nx.js/commit/568202cf443ff219fe11bc17e9429554010d6397))

- Add `NX_GetArrayBufferView()` util function ([`e4be3e66e612c4f883231faea44958ac88b18a97`](https://github.com/TooTallNate/nx.js/commit/e4be3e66e612c4f883231faea44958ac88b18a97))

- Allow `ArrayBufferView` in `Switch.Service` dispatch functions ([`61278b49a1fe7e5f6e6e427929d03bca1b83b4fe`](https://github.com/TooTallNate/nx.js/commit/61278b49a1fe7e5f6e6e427929d03bca1b83b4fe))

- Make `Switch.FsFile#slice()` work as expected ([`da5fa185ea135915d107ad46110dd5c9d68a8a3d`](https://github.com/TooTallNate/nx.js/commit/da5fa185ea135915d107ad46110dd5c9d68a8a3d))

- Add `Switch.FileSystem.openWithId()` ([`3ddb523198def124bdd5f3170cf9f70ecd3f6d45`](https://github.com/TooTallNate/nx.js/commit/3ddb523198def124bdd5f3170cf9f70ecd3f6d45))

- Add support for "SHA-384" and "SHA-512" in `crypto.subtle.digest()` ([#168](https://github.com/TooTallNate/nx.js/pull/168))

- Implement `importKey()`, `encrypt()`, and `decrypt()` functions for `crypto.subtle` (AES-CBC and AES-XTS modes) ([#168](https://github.com/TooTallNate/nx.js/pull/168))

- Make `stream()` work as expected with `Switch.FsFile` slices ([`8baa8ce07aea97a5e67f2a9f8a8b0cffe4b63e4c`](https://github.com/TooTallNate/nx.js/commit/8baa8ce07aea97a5e67f2a9f8a8b0cffe4b63e4c))

## 0.0.59

### 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": "@nx.js/runtime",
"version": "0.0.59",
"version": "0.0.60",
"description": "nx.js runtime",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @nx.js/util

## 0.0.1

### Patch Changes

- Introduce `@nx.js/util` package ([`0ac92cffdb2715e8e05509ba473ee662104f2514`](https://github.com/TooTallNate/nx.js/commit/0ac92cffdb2715e8e05509ba473ee662104f2514))
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx.js/util",
"version": "0.0.0",
"version": "0.0.1",
"description": "Common helper utilities for nx.js",
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d6f979

Please # to comment.