Skip to content

Commit

Permalink
release: v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampullman committed May 13, 2024
1 parent 588c46d commit fe40334
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.27.0",
"version": "0.28.0",
"license": "MIT",
"scripts": {
"affected": "nx affected",
Expand Down Expand Up @@ -88,4 +88,4 @@
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
}
}
}
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.27.0",
"version": "0.28.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.27.0",
"version": "0.28.0",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down Expand Up @@ -29,4 +29,4 @@
"vite",
"generator"
]
}
}

0 comments on commit fe40334

Please sign in to comment.