Skip to content

nx.js v0.0.67

Choose a tag to compare

@github-actions github-actions released this 25 Feb 10:15
· 152 commits to main since this release
c43836b
Version Packages (#218)

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.


# Releases
## @nx.js/nsp@0.0.67

### Patch Changes

- refactor: use `@tootallnate/hacbrewpack` npm package instead of
bundled emscripten WASM build
([`056a075`](https://github.com/TooTallNate/nx.js/commit/056a07507715fccb0e99050157a347083904fa8b))

## @nx.js/runtime@0.0.67

### Patch Changes

- feat: add `libnx` and `mbedtls` to `Switch.version`, and derive
`libnx` and `turbojpeg` versions from devkitPro pacman at build time
([`b47f65c`](https://github.com/TooTallNate/nx.js/commit/b47f65cc33729f0dd6d4e61b5e6b93c0108b3f19))

- Update libnx in CI for firmware 21.0.0+ compat fix
([`815d3c2`](https://github.com/TooTallNate/nx.js/commit/815d3c2839a7e6649103474cf0254294695b1810))

- fix: initialize `async_done_mutex` pointer on async work request
before dispatching to thread pool
([`5e405d7`](https://github.com/TooTallNate/nx.js/commit/5e405d74e75425b249ea1fb382c4f6e6c25e2bcc))

- fix: correct off-by-one in `.htdocs/` prefix length for web applet
document path
([`4fd9787`](https://github.com/TooTallNate/nx.js/commit/4fd978798b48debc5e0a28a80ae3629601c737da))

## create-nxjs-app@0.0.67



## @nx.js/nro@0.0.67

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>