Skip to content

Commit ff6bb6e

Browse files
committed
v3.2.0-preview-alpha.3
1 parent c90f05f commit ff6bb6e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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.1.0-preview.0",
3+
"version": "3.2.0-preview-alpha.3",
44
"private": true,
55
"scripts": {
66
"build": "vue-cli-service build",
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@jsonforms/core": "3.2.0-alpha.3",
1212
"@jsonforms/vue": "3.2.0-alpha.3",
13-
"@jsonforms/vue-vuetify": "^3.1.0-preview.0",
13+
"@jsonforms/vue-vuetify": "^3.2.0-preview-alpha.3",
1414
"ajv-keywords": "^5.1.0",
1515
"core-js": "^3.9.1",
1616
"json-refs": "^3.0.15",

packages/vue-vuetify/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ JSON Forms eliminates the tedious task of writing fully-featured forms by hand b
77
## Vue Vuetify Renderers
88

99
This is the JSON Forms Vue Vuetify renderers package which provides a Vuetify based renderer set for [JSON Forms Vue](https://github.com/eclipsesource/jsonforms/blob/master/packages/vue/vue).
10+
The renderers are in a preview state.
1011

1112
### Quick start
1213

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-preview.0",
3+
"version": "3.2.0-preview-alpha.3",
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)