Skip to content

Commit

Permalink
released v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 21, 2021
1 parent 51aee2f commit 8b8631c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uivjs/vue-layout",
"version": "1.0.2",
"version": "1.1.0",
"description": "Layout component for Vue 3.0. Handling the overall layout of a page.",
"homepage": "https://uivjs.github.io/vue-layout",
"author": "kenny wang <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.2",
"version": "1.1.0",
"packages": ["website", "core"]
}
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@uivjs/vue-github-corners": "1.0.0",
"@uivjs/vue-layout": "1.0.2",
"@uivjs/vue-layout": "1.1.0",
"@uivjs/vue-markdown-preview": "0.2.1",
"core-js": "^3.6.5",
"vue": "^3.0.0"
Expand Down

0 comments on commit 8b8631c

Please sign in to comment.