diff --git a/plugins/orchestrator-form-react/CHANGELOG.md b/plugins/orchestrator-form-react/CHANGELOG.md index b51c6b2baa..8bf4f42f7d 100644 --- a/plugins/orchestrator-form-react/CHANGELOG.md +++ b/plugins/orchestrator-form-react/CHANGELOG.md @@ -4,6 +4,10 @@ ### Dependencies +* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.16.0 + +### Dependencies + * **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.15.1 ### Dependencies diff --git a/plugins/orchestrator-form-react/package.json b/plugins/orchestrator-form-react/package.json index 12624340e8..17f1bf4a7c 100644 --- a/plugins/orchestrator-form-react/package.json +++ b/plugins/orchestrator-form-react/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-plugin-orchestrator-form-react", "description": "Web library for the orchestrator-form plugin", - "version": "1.0.100", + "version": "1.0.5", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -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.100", - "@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.100", + "@janus-idp/backstage-plugin-orchestrator-common": "1.16.0", + "@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.1", "json-schema": "^0.4.0" }, "peerDependencies": {