Skip to content

Commit 523ec95

Browse files
committed
v3.3.0-preview.0
1 parent 582afae commit 523ec95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "3.3.0-beta.1",
3+
"version": "3.3.0-preview.0",
44
"private": true,
55
"scripts": {
66
"build": "vue-cli-service build",
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@jsonforms/core": "3.3.0",
1212
"@jsonforms/vue": "3.3.0",
13-
"@jsonforms/vue-vuetify": "3.3.0-beta.1",
13+
"@jsonforms/vue-vuetify": "3.3.0-preview.0",
1414
"ajv-keywords": "^5.1.0",
1515
"core-js": "^3.9.1",
1616
"json-refs": "^3.0.15",

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.3.0-beta.1",
3+
"version": "3.3.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)