Skip to content

Commit 4d55c96

Browse files
committed
v3.1.0-alpha.0
1 parent 6365d67 commit 4d55c96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "0.1.0",
3+
"version": "3.1.0-alpha.0",
44
"private": true,
55
"scripts": {
66
"build": "vue-cli-service build",
@@ -10,10 +10,10 @@
1010
"dependencies": {
1111
"@jsonforms/core": "3.1.0-alpha.0",
1212
"@jsonforms/vue2": "3.1.0-alpha.0",
13-
"@jsonforms/vue2-vuetify": "3.0.0",
13+
"@jsonforms/vue2-vuetify": "3.1.0-alpha.0",
14+
"ajv-keywords": "^5.1.0",
1415
"core-js": "^3.9.1",
1516
"json-refs": "^3.0.15",
16-
"ajv-keywords": "^5.1.0",
1717
"monaco-editor": "^0.26.0",
1818
"vue": "^2.7.0",
1919
"vue-router": "^3.2.0",

packages/vue2-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/vue2-vuetify",
3-
"version": "3.0.0",
3+
"version": "3.1.0-alpha.0",
44
"description": "Vue 2 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)