Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,19 @@ jobs:
git config user.name "jsonforms-publish[bot]"
git config user.email "jsonforms-publish@eclipsesource.com"

- name: 'Setup node'
uses: 'actions/setup-node@v4'
with:
node-version: '22'
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
name: Install pnpm
id: pnpm-install
with:
run_install: false

- name: 'Setup node'
uses: 'actions/setup-node@v4'
with:
node-version: '22'
registry-url: 'https://registry.npmjs.org'
scope: '@jsonforms' # ensure OIDC token is tied to the scope

- name: 'Install Packages'
run: 'pnpm i --frozen-lockfile'

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.7.0-alpha.2",
"version": "3.7.0-alpha.1",
"npmClient": "pnpm",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/angular-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular-material",
"version": "3.7.0-alpha.2",
"version": "3.7.0-alpha.1",
"description": "Material Renderer Set for Angular module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -68,8 +68,8 @@
"@angular/material": "^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/platform-browser": "^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/router": "^18.0.0 || ^19.0.0 || ^20.0.0",
"@jsonforms/angular": "3.7.0-alpha.2",
"@jsonforms/core": "3.7.0-alpha.2",
"@jsonforms/angular": "3.7.0-alpha.1",
"@jsonforms/core": "3.7.0-alpha.1",
"dayjs": "^1.11.10",
"rxjs": "^6.6.0 || ^7.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular",
"version": "3.7.0-alpha.2",
"version": "3.7.0-alpha.1",
"description": "Angular module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -69,7 +69,7 @@
"peerDependencies": {
"@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/forms": "^18.0.0 || ^19.0.0 || ^20.0.0",
"@jsonforms/core": "3.7.0-alpha.2",
"@jsonforms/core": "3.7.0-alpha.1",
"rxjs": "^6.6.0 || ^7.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/core",
"version": "3.7.0-alpha.2",
"version": "3.7.0-alpha.1",
"description": "Core module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples-app",
"version": "3.7.0-alpha.2",
"version": "3.7.0-alpha.1",
"private": true,
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples-react",
"version": "3.7.0-alpha.2",
"version": "3.7.0-alpha.1",
"private": true,
"dependencies": {
"@jsonforms/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples",
"version": "3.7.0-alpha.2",
"version": "3.7.0-alpha.1",
"description": "JSON Forms Example Data",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -47,7 +47,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@jsonforms/core": "3.7.0-alpha.2"
"@jsonforms/core": "3.7.0-alpha.1"
},
"devDependencies": {
"@jsonforms/core": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/material-renderers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-renderers",
"version": "3.7.0-alpha.2",
"version": "3.7.0-alpha.1",
"description": "Material Renderer Set for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -86,8 +86,8 @@
"peerDependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@jsonforms/core": "3.7.0-alpha.2",
"@jsonforms/react": "3.7.0-alpha.2",
"@jsonforms/core": "3.7.0-alpha.1",
"@jsonforms/react": "3.7.0-alpha.1",
"@mui/icons-material": "^7.0.0",
"@mui/material": "^7.0.0",
"@mui/x-date-pickers": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/react",
"version": "3.7.0-alpha.2",
"version": "3.7.0-alpha.1",
"description": "React module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -86,7 +86,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@jsonforms/core": "3.7.0-alpha.2",
"@jsonforms/core": "3.7.0-alpha.1",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"optionalPeerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vanilla-renderers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vanilla-renderers",
"version": "3.7.0-alpha.2",
"version": "3.7.0-alpha.1",
"description": "Default Renderer Set for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -47,8 +47,8 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@jsonforms/core": "3.7.0-alpha.2",
"@jsonforms/react": "3.7.0-alpha.2",
"@jsonforms/core": "3.7.0-alpha.1",
"@jsonforms/react": "3.7.0-alpha.1",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue-vanilla",
"version": "3.7.0-alpha.2",
"version": "3.7.0-alpha.1",
"description": "Vue 3 Vanilla renderers for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -93,8 +93,8 @@
"vue-jest": "^5.0.0-0"
},
"peerDependencies": {
"@jsonforms/core": "3.7.0-alpha.2",
"@jsonforms/vue": "3.7.0-alpha.2",
"@jsonforms/core": "3.7.0-alpha.1",
"@jsonforms/vue": "3.7.0-alpha.1",
"vue": "^3.5.0"
}
}
6 changes: 3 additions & 3 deletions packages/vue-vuetify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue-vuetify",
"version": "3.7.0-alpha.2",
"version": "3.7.0-alpha.1",
"description": "Vue Vuetify renderers for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -58,8 +58,8 @@
"type-check": "vue-tsc --build --force"
},
"peerDependencies": {
"@jsonforms/core": "3.7.0-alpha.2",
"@jsonforms/vue": "3.7.0-alpha.2",
"@jsonforms/core": "3.7.0-alpha.1",
"@jsonforms/vue": "3.7.0-alpha.1",
"ajv": "^8.6.1",
"dayjs": "^1.10.6",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue",
"version": "3.7.0-alpha.2",
"version": "3.7.0-alpha.1",
"description": "Vue 3 module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -85,7 +85,7 @@
"vue": "^3.5.17"
},
"peerDependencies": {
"@jsonforms/core": "3.7.0-alpha.2",
"@jsonforms/core": "3.7.0-alpha.1",
"vue": "^3.5.0"
}
}