Skip to content

Commit

Permalink
release: v0.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sampullman committed Mar 13, 2023
1 parent 5c54302 commit cac354a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.4",
"version": "0.23.5",
"license": "MIT",
"scripts": {
"nx": "nx",
Expand Down
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.4",
"version": "0.23.5",
"generators": {
"vue3-vite": {
"factory": "./src/generators/vue3-vite/generator",
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "0.23.5",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down

0 comments on commit cac354a

Please sign in to comment.