Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorin Gitlan committed Aug 2, 2022
1 parent de136d8 commit 2543f11
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.1.2"
"version": "1.0.1"
}
2 changes: 1 addition & 1 deletion packages/demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.1.2",
"version": "1.0.1",
"scripts": {
"dev": "vite --force",
"build": "vue-tsc --noEmit && vite build --base=./ --emptyOutDir",
Expand All @@ -12,7 +12,7 @@
"prismjs": "^1.27.0",
"vue": "^3.2.25",
"vue-prism-editor": "^2.0.0-alpha.2",
"vue3-sfc-transitions": "^0.1.2"
"vue3-sfc-transitions": "^1.0.1"
},
"devDependencies": {
"@types/node": "^17.0.31",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3-sfc-transitions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vue3-sfc-transitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-sfc-transitions",
"version": "0.1.2",
"version": "1.0.1",
"description": "Vue3 reusable transition components",
"keywords": [
"transitions",
Expand Down

0 comments on commit 2543f11

Please sign in to comment.