Skip to content

Commit 13a834d

Browse files
Version Packages (#808)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 58055de commit 13a834d

10 files changed

Lines changed: 34 additions & 16 deletions

File tree

workspaces/orchestrator/.changeset/new-games-lie.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

workspaces/orchestrator/.changeset/renovate-db87835.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
### Dependencies
22

3+
## 6.0.1
4+
5+
### Patch Changes
6+
7+
- 56c160b: Add endpoind to ping workflow service
8+
- 571d93e: Updated dependency `@types/express` to `4.17.22`.
9+
- Updated dependencies [56c160b]
10+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@1.27.1
11+
312
## 6.0.0
413

514
### Major Changes

workspaces/orchestrator/plugins/orchestrator-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## @red-hat-developer-hub/backstage-plugin-orchestrator-common [1.13.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-common@1.13.0...@red-hat-developer-hub/backstage-plugin-orchestrator-common@1.13.1) (2024-08-02)
22

3+
## 1.27.1
4+
5+
### Patch Changes
6+
7+
- 56c160b: Add endpoind to ping workflow service
8+
39
## 1.27.0
410

511
### Minor Changes

workspaces/orchestrator/plugins/orchestrator-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-common",
3-
"version": "1.27.0",
3+
"version": "1.27.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
### Dependencies
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- 56c160b: Add endpoind to ping workflow service
8+
- Updated dependencies [56c160b]
9+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@1.27.1
10+
311
## 3.0.0
412

513
### Major Changes

workspaces/orchestrator/plugins/orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [56c160b]
8+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@1.27.1
9+
310
## 0.3.0
411

512
### Minor Changes

workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator",
33
"description": "The orchestrator module for @backstage/plugin-scaffolder-backend",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)