Skip to content

Commit

Permalink
fix(orchestrator): revert MSR downversioning; add changelogs (#2309)
Browse files Browse the repository at this point in the history
revert MSR downversioning; add changelog entries to see if that will trick MSR into doing the right thing

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored Oct 7, 2024
1 parent f172df3 commit dab3f46
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
4 changes: 4 additions & 0 deletions plugins/orchestrator-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Dependencies

* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.16.100

### Dependencies

* **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.9.0

### Dependencies
Expand Down
3 changes: 2 additions & 1 deletion plugins/orchestrator-form-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Dependencies

* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.16.0
* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.16.100
* **@janus-idp/backstage-plugin-orchestrator-form-api:** upgraded to 1.0.100

### Dependencies

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.5",
"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
6 changes: 6 additions & 0 deletions plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Dependencies

* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.16.100
* **@janus-idp/backstage-plugin-orchestrator-form-api:** upgraded to 1.0.100
* **@janus-idp/backstage-plugin-orchestrator-form-react:** upgraded to 1.0.100

### Dependencies

* **@janus-idp/backstage-plugin-orchestrator-form-react:** upgraded to 1.0.4

### Dependencies
Expand Down

0 comments on commit dab3f46

Please sign in to comment.