Skip to content

Commit

Permalink
Version Packages (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 24, 2024
1 parent 977c19f commit a72197e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-papayas-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-poems-design.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.30

## 0.0.29

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

## 0.0.30

### Patch Changes

- Fix `Switch.statSync()` ([`df7b564f2e6ee5a65a50afdc1c6d00d9c813984b`](https://github.com/TooTallNate/nx.js/commit/df7b564f2e6ee5a65a50afdc1c6d00d9c813984b))

- Fix `Switch.removeSync()` on files ([`977c19f13836e7cd0c243576ad2655db88bc49f1`](https://github.com/TooTallNate/nx.js/commit/977c19f13836e7cd0c243576ad2655db88bc49f1))

## 0.0.29

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

0 comments on commit a72197e

Please sign in to comment.