Skip to content

Commit

Permalink
release: v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SamaTech committed Sep 16, 2021
1 parent 5bc4641 commit 0b19e1e
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.9.0",
"version": "0.9.1",
"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.9.0",
"version": "0.9.1",
"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.9.0",
"version": "0.9.1",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down

0 comments on commit 0b19e1e

Please sign in to comment.