Skip to content

Commit

Permalink
chore: bump all the orchestrator plugins to... (#2308)
Browse files Browse the repository at this point in the history
chore: bump all the orchestrator plugins to a version that is greater than current releases and less than versions in main

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored Oct 6, 2024
1 parent e42c263 commit 4e5e054
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions plugins/orchestrator-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-backend",
"version": "1.19.3",
"version": "1.20.100",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@backstage/plugin-scaffolder-backend": "^1.23.0",
"@backstage/plugin-scaffolder-node": "^0.4.8",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.15.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.16.100",
"@urql/core": "^4.1.4",
"ajv-formats": "^2.1.1",
"cloudevents": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/orchestrator-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-common",
"version": "1.15.1",
"version": "1.16.100",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion plugins/orchestrator-form-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-form-api",
"description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form",
"version": "1.0.1",
"version": "1.0.100",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/orchestrator-form-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-form-react",
"description": "Web library for the orchestrator-form plugin",
"version": "1.0.15",
"version": "1.0.100",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand All @@ -28,8 +28,8 @@
"@backstage/core-components": "^0.14.9",
"@backstage/core-plugin-api": "^1.9.3",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.16.0",
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.16.100",
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.100",
"json-schema": "^0.4.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions plugins/orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator",
"version": "1.20.7",
"version": "1.21.100",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -58,9 +58,9 @@
"@backstage/plugin-catalog": "^1.21.1",
"@backstage/plugin-permission-react": "^0.4.24",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.15.1",
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.1",
"@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.15",
"@janus-idp/backstage-plugin-orchestrator-common": "1.16.100",
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.100",
"@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.100",
"@kie-tools-core/editor": "^0.32.0",
"@kie-tools-core/notifications": "^0.32.0",
"@kie-tools-core/react-hooks": "^0.32.0",
Expand Down

0 comments on commit 4e5e054

Please sign in to comment.