Skip to content

Commit 6672704

Browse files
committed
v3.1.0-preview.0
1 parent 920aa81 commit 6672704

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "3.1.0-alpha.0",
3+
"version": "3.1.0-preview.0",
44
"private": true,
55
"scripts": {
66
"build": "vue-cli-service build",
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@jsonforms/core": "3.1.0",
1212
"@jsonforms/vue": "3.1.0",
13-
"@jsonforms/vue-vuetify": "3.1.0-alpha.0",
13+
"@jsonforms/vue-vuetify": "^3.1.0-preview.0",
1414
"ajv-keywords": "^5.1.0",
1515
"core-js": "^3.9.1",
1616
"json-refs": "^3.0.15",
@@ -39,7 +39,7 @@
3939
"sass-loader": "^10.0.0",
4040
"typescript": "~4.5.5",
4141
"vue-cli-plugin-vuetify": "~2.5.8",
42-
"webpack-plugin-vuetify": "^2.0.1",
43-
"vuex-pathify": "^3.0.0-beta"
42+
"vuex-pathify": "^3.0.0-beta",
43+
"webpack-plugin-vuetify": "^2.0.1"
4444
}
4545
}

packages/vue-vuetify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vue-vuetify",
3-
"version": "3.1.0-alpha.0",
3+
"version": "3.1.0-preview.0",
44
"description": "Vue Vuetify renderers for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms-vuetify-renderers",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",

0 commit comments

Comments
 (0)