You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version Packages (beta) (#400)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
`main` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `main`.
⚠️⚠️⚠️⚠️⚠️⚠️
# Releases
## @nx.js/install-title@0.0.4-beta.1
### Patch Changes
- Clean up staged content meta NCAs and placeholders when metadata
mounting fails during title installation.
([#401](https://github.com/TooTallNate/nx.js/pull/401))
## @nx.js/nro@1.0.0-beta.5
### Patch Changes
- Update the `terminal-image` dependency used for package build output
rendering. ([#398](https://github.com/TooTallNate/nx.js/pull/398))
## @nx.js/nsp@1.0.0-beta.5
### Patch Changes
- Update the `terminal-image` dependency used for package build output
rendering. ([#398](https://github.com/TooTallNate/nx.js/pull/398))
## @nx.js/runtime@1.0.0-beta.5
### Patch Changes
- fix: run emergency native teardown before V8 fatal/OOM exits so
applet-mode homebrew does not leave hbmenu or bsdsocket corrupted
([#399](https://github.com/TooTallNate/nx.js/pull/399))
- fix: `fetch(new Request(url))` no longer throws "Body not allowed for
GET or HEAD requests"
([#403](https://github.com/TooTallNate/nx.js/pull/403))
When a bodyless `GET`/`HEAD` `Request` was passed back into the
`Request`
constructor (as `fetch()` does internally), the input `Request` object
was
treated as the body before extraction, so the GET/HEAD body guard saw
the
(always-truthy) wrapper object and wrongly threw. The guard now unwraps
the
real body from an input `Request`/`Body` before checking it.
## create-nxjs-app@1.0.0-beta.5
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>