Skip to content

Commit

Permalink
release: v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampullman committed Apr 7, 2023
1 parent d7efae1 commit edcd9dc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

TODO -- automate changelog generation

### v0.24.0 - 230407

- Copy project package.json to lib/app dist on build
- Cypress executor fixes
- Update packages

### v0.23.4 - 230312

- Cypress executor logging and bugfixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nx-vue3-vite",
"description": "NX Plugin for generating opinionated Vue3+Vite+PostCSS applications",
"version": "0.23.9",
"version": "0.24.0",
"license": "MIT",
"scripts": {
"nx": "nx",
Expand Down Expand Up @@ -60,4 +60,4 @@
"vite": "^4.1.4",
"vitepress": "^0.22.4"
}
}
}
2 changes: 1 addition & 1 deletion packages/vue3-vite/generators.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/schema",
"name": "nx-vue3-vite",
"version": "0.23.9",
"version": "0.24.0",
"generators": {
"vue3-vite": {
"factory": "./src/generators/vue3-vite/generator",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue3-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-vue3-vite",
"version": "0.23.9",
"version": "0.24.0",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand All @@ -21,4 +21,4 @@
"vite",
"generator"
]
}
}

0 comments on commit edcd9dc

Please sign in to comment.