diff --git a/lerna.json b/lerna.json index 7acce6046..340a19f32 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.5.0-beta.2", + "version": "3.5.0", "npmClient": "pnpm", "useWorkspaces": true } diff --git a/packages/angular-material/package.json b/packages/angular-material/package.json index 8e7480cb8..9b5e9f985 100644 --- a/packages/angular-material/package.json +++ b/packages/angular-material/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/angular-material", - "version": "3.5.0-beta.2", + "version": "3.5.0", "description": "Material Renderer Set for Angular module of JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -68,8 +68,8 @@ "@angular/material": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", "@angular/router": "^18.0.0 || ^19.0.0", - "@jsonforms/angular": "v3.5.0-beta.2", - "@jsonforms/core": "v3.5.0-beta.2", + "@jsonforms/angular": "3.5.0", + "@jsonforms/core": "3.5.0", "dayjs": "^1.11.10", "rxjs": "^6.6.0 || ^7.4.0" }, diff --git a/packages/angular/package.json b/packages/angular/package.json index 719f64c83..6c4a7b941 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/angular", - "version": "3.5.0-beta.2", + "version": "3.5.0", "description": "Angular module of JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -69,7 +69,7 @@ "peerDependencies": { "@angular/core": "^18.0.0 | ^19.0.0", "@angular/forms": "^18.0.0 | ^19.0.0", - "@jsonforms/core": "v3.5.0-beta.2", + "@jsonforms/core": "3.5.0", "rxjs": "^6.6.0 || ^7.4.0" }, "devDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index edb5cdc3e..24ff8dee2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/core", - "version": "3.5.0-beta.2", + "version": "3.5.0", "description": "Core module of JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", diff --git a/packages/examples-app/package.json b/packages/examples-app/package.json index 0fc1aed6e..dfed68fe2 100644 --- a/packages/examples-app/package.json +++ b/packages/examples-app/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/examples-app", - "version": "3.5.0-beta.2", + "version": "3.5.0", "private": true, "license": "MIT", "type": "module", diff --git a/packages/examples-react/package.json b/packages/examples-react/package.json index f44e8309c..627b24aad 100644 --- a/packages/examples-react/package.json +++ b/packages/examples-react/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/examples-react", - "version": "3.5.0-beta.2", + "version": "3.5.0", "private": true, "dependencies": { "@jsonforms/core": "workspace:*", diff --git a/packages/examples/package.json b/packages/examples/package.json index cdad70f46..fe3d1ab6f 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/examples", - "version": "3.5.0-beta.2", + "version": "3.5.0", "description": "JSON Forms Example Data", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -47,7 +47,7 @@ "lodash": "^4.17.21" }, "peerDependencies": { - "@jsonforms/core": "v3.5.0-beta.2" + "@jsonforms/core": "3.5.0" }, "devDependencies": { "@jsonforms/core": "workspace:*", diff --git a/packages/material-renderers/package.json b/packages/material-renderers/package.json index ebbcd8985..f10276da1 100644 --- a/packages/material-renderers/package.json +++ b/packages/material-renderers/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/material-renderers", - "version": "3.5.0-beta.2", + "version": "3.5.0", "description": "Material Renderer Set for JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -86,8 +86,8 @@ "peerDependencies": { "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", - "@jsonforms/core": "v3.5.0-beta.2", - "@jsonforms/react": "v3.5.0-beta.2", + "@jsonforms/core": "3.5.0", + "@jsonforms/react": "3.5.0", "@mui/icons-material": "^5.11.16 || ^6.0.0", "@mui/material": "^5.13.0 || ^6.0.0", "@mui/x-date-pickers": "^6.0.0 || ^7.0.0", diff --git a/packages/react/package.json b/packages/react/package.json index e945ab938..cd01f5431 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/react", - "version": "3.5.0-beta.2", + "version": "3.5.0", "description": "React module of JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -86,7 +86,7 @@ "lodash": "^4.17.21" }, "peerDependencies": { - "@jsonforms/core": "v3.5.0-beta.2", + "@jsonforms/core": "3.5.0", "react": "^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "optionalPeerDependencies": { diff --git a/packages/vanilla-renderers/package.json b/packages/vanilla-renderers/package.json index 2e3ed7176..c3878b486 100644 --- a/packages/vanilla-renderers/package.json +++ b/packages/vanilla-renderers/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/vanilla-renderers", - "version": "3.5.0-beta.2", + "version": "3.5.0", "description": "Default Renderer Set for JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -47,8 +47,8 @@ "lodash": "^4.17.21" }, "peerDependencies": { - "@jsonforms/core": "v3.5.0-beta.2", - "@jsonforms/react": "v3.5.0-beta.2", + "@jsonforms/core": "3.5.0", + "@jsonforms/react": "3.5.0", "react": "^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { diff --git a/packages/vue-vanilla/package.json b/packages/vue-vanilla/package.json index 98977c570..0dbe528fd 100644 --- a/packages/vue-vanilla/package.json +++ b/packages/vue-vanilla/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/vue-vanilla", - "version": "3.5.0-beta.2", + "version": "3.5.0", "description": "Vue 3 Vanilla renderers for JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -93,8 +93,8 @@ "vue-jest": "^5.0.0-0" }, "peerDependencies": { - "@jsonforms/core": "v3.5.0-beta.2", - "@jsonforms/vue": "v3.5.0-beta.2", + "@jsonforms/core": "3.5.0", + "@jsonforms/vue": "3.5.0", "vue": "^3.2.26" } } diff --git a/packages/vue-vuetify/package.json b/packages/vue-vuetify/package.json index aa78f515c..ed75cffc7 100644 --- a/packages/vue-vuetify/package.json +++ b/packages/vue-vuetify/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/vue-vuetify", - "version": "3.5.0-beta.2", + "version": "3.5.0", "description": "Vue Vuetify renderers for JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -58,8 +58,8 @@ "type-check": "vue-tsc --build --force" }, "peerDependencies": { - "@jsonforms/core": "v3.5.0-beta.2", - "@jsonforms/vue": "v3.5.0-beta.2", + "@jsonforms/core": "3.5.0", + "@jsonforms/vue": "3.5.0", "ajv": "^8.6.1", "dayjs": "^1.10.6", "lodash": "^4.17.21", diff --git a/packages/vue/package.json b/packages/vue/package.json index 404a4b4b7..6ad755874 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/vue", - "version": "3.5.0-beta.2", + "version": "3.5.0", "description": "Vue 3 module of JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -85,7 +85,7 @@ "vue": "^3.4.21" }, "peerDependencies": { - "@jsonforms/core": "v3.5.0-beta.2", + "@jsonforms/core": "3.5.0", "vue": "^3.2.26" } }