Skip to content

Commit

Permalink
Version Packages (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 1, 2023
1 parent 02b388c commit cb91922
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/strange-lemons-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-clocks-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-plants-count.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/ansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"devDependencies": {
"esbuild": "^0.17.18",
"nxjs-runtime": "^0.0.6"
"nxjs-runtime": "^0.0.7"
},
"dependencies": {
"kleur": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"license": "MIT",
"devDependencies": {
"esbuild": "^0.17.18",
"nxjs-runtime": "^0.0.6"
"nxjs-runtime": "^0.0.7"
}
}
2 changes: 1 addition & 1 deletion apps/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"license": "MIT",
"devDependencies": {
"esbuild": "^0.17.18",
"nxjs-runtime": "^0.0.6"
"nxjs-runtime": "^0.0.7"
}
}
2 changes: 1 addition & 1 deletion apps/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"esbuild": "^0.17.18",
"nxjs-runtime": "^0.0.6"
"nxjs-runtime": "^0.0.7"
}
}
4 changes: 2 additions & 2 deletions apps/snake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"license": "MIT",
"dependencies": {
"nxjs-constants": "0.0.6"
"nxjs-constants": "0.0.7"
},
"devDependencies": {
"esbuild": "^0.17.18",
"nxjs-runtime": "^0.0.6"
"nxjs-runtime": "^0.0.7"
}
}
2 changes: 1 addition & 1 deletion apps/touchscreen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@types/color-hash": "^1.0.2",
"esbuild": "^0.17.18",
"nxjs-runtime": "^0.0.6"
"nxjs-runtime": "^0.0.7"
},
"dependencies": {
"color-hash": "^2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion apps/ttf-font/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"license": "MIT",
"devDependencies": {
"esbuild": "^0.17.18",
"nxjs-runtime": "^0.0.6"
"nxjs-runtime": "^0.0.7"
}
}
2 changes: 2 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# nxjs-constants

## 0.0.7

## 0.0.6

## 0.0.5
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": "nxjs-constants",
"version": "0.0.6",
"version": "0.0.7",
"description": "Constants and enums for use with nx.js",
"sideEffects": false,
"main": "./dist/index.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.7

### Patch Changes

- 02b388c: Make `console.log` be a bound function
- b084cf7: Fix backslash key mapping
- 9b52d78: Filter out "." and ".." from `Switch.readDirSync()`

## 0.0.6

### 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.6",
"version": "0.0.7",
"description": "Runtime initialization code for nx.js",
"types": "./nxjs.env.d.ts",
"scripts": {
Expand Down
16 changes: 8 additions & 8 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 cb91922

Please sign in to comment.