Skip to content

Commit 5a80c15

Browse files
committed
chore(release): 0.7.0
1 parent e2a16cf commit 5a80c15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openweb/vue-example",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-component-library-starter",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "The easy way to start your Vue 3 Component Library.",
55
"keywords": [
66
"component",
@@ -99,4 +99,4 @@
9999
"node": ">=v16.15.0",
100100
"pnpm": ">=6.32.11"
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)