Skip to content

Commit

Permalink
Version Packages (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rhdh-bot and github-actions[bot] authored Dec 5, 2024
1 parent 578e330 commit c47977c
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 43 deletions.
5 changes: 0 additions & 5 deletions workspaces/orchestrator/.changeset/cold-phones-raise.md

This file was deleted.

6 changes: 0 additions & 6 deletions workspaces/orchestrator/.changeset/dull-laws-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/orchestrator/.changeset/great-students-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/orchestrator/.changeset/polite-chicken-applaud.md

This file was deleted.

6 changes: 0 additions & 6 deletions workspaces/orchestrator/.changeset/red-seahorses-give.md

This file was deleted.

6 changes: 0 additions & 6 deletions workspaces/orchestrator/.changeset/rude-spies-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/orchestrator/.changeset/wicked-spoons-bow.md

This file was deleted.

11 changes: 11 additions & 0 deletions workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
### Dependencies

## 5.0.1

### Patch Changes

- 9156260: Fixes the workflow editor
- 1d4cfa1: update openapi flpath-1893
- 6a71932: added export-dynamic scripts
- Updated dependencies [b6cf167]
- Updated dependencies [1d4cfa1]
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@1.24.3

## 5.0.0

### Major Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend",
"version": "5.0.0",
"version": "5.0.1",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## @red-hat-developer-hub/backstage-plugin-orchestrator-common [1.13.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/[email protected]...@red-hat-developer-hub/[email protected]) (2024-08-02)

## 1.24.3

### Patch Changes

- b6cf167: generate openapi spec api-doc
- 1d4cfa1: update openapi flpath-1893

## 1.24.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-common",
"version": "1.24.2",
"version": "1.24.3",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Dependencies

## 1.4.5

### Patch Changes

- 35bb667: Fix alignment of key-values on the Review step of the Run Workflow.

## 1.4.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-react",
"description": "Web library for the orchestrator-form plugin",
"version": "1.4.4",
"version": "1.4.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator-swf-editor-envelope

## 1.0.1

### Patch Changes

- 578e330: make package public
- 9156260: Fixes the workflow editor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-swf-editor-envelope",
"description": "Serverless workflow editor envelope for the Orchestrator plugin",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
### Dependencies

## 2.4.3

### Patch Changes

- f5bcd52: remove average duration from workflow table and overview page
- 6a71932: added export-dynamic scripts
- Updated dependencies [b6cf167]
- Updated dependencies [1d4cfa1]
- Updated dependencies [35bb667]
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@1.24.3
- @red-hat-developer-hub/backstage-plugin-orchestrator-form[email protected]

## 2.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/orchestrator/plugins/orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator",
"version": "2.4.2",
"version": "2.4.3",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down

0 comments on commit c47977c

Please sign in to comment.