Skip to content

Commit

Permalink
chore(release): version packages on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 12, 2024
1 parent 8f0e974 commit 98e6cae
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-fishes-swim.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/great-keys-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-points-applaud.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-pigs-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-avocados-talk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-foxes-film.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/unlucky-jars-protect.md

This file was deleted.

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

## 4.1.0

### Minor Changes

- 25f1787: Add enum filters to orchestrator plugin
- 603a162: make error handling consistent in backend and UI

### Patch Changes

- Updated dependencies [25f1787]
- @janus-idp/backstage-plugin-orchestrator-common@1.24.0

## 4.0.1

### Patch Changes
Expand Down
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": "4.0.1",
"version": "4.1.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@backstage/plugin-permission-node": "^0.8.4",
"@backstage/plugin-scaffolder-backend": "^1.26.2",
"@backstage/plugin-scaffolder-node": "^0.5.0",
"@janus-idp/backstage-plugin-orchestrator-common": "^1.23.1",
"@janus-idp/backstage-plugin-orchestrator-common": "^1.24.0",
"@urql/core": "^4.1.4",
"ajv-formats": "^2.1.1",
"cloudevents": "^8.0.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/orchestrator-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## @janus-idp/backstage-plugin-orchestrator-common [1.13.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-02)

## 1.24.0

### Minor Changes

- 25f1787: Add enum filters to orchestrator plugin

## 1.23.1

### Patch Changes
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.23.1",
"version": "1.24.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions plugins/orchestrator-form-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Dependencies

## 1.4.2

### Patch Changes

- aee9d4a: Hotfix for button background - to share the one with theme.

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4.1",
"version": "1.4.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
15 changes: 15 additions & 0 deletions plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
### Dependencies

## 2.4.0

### Minor Changes

- 603a162: make error handling consistent in backend and UI

### Patch Changes

- 8a76b49: Makes very long workflow result messages still readable.
- b2a7181: Fix filtering by status on the Workflow Runs tab.
- Updated dependencies [aee9d4a]
- Updated dependencies [25f1787]
- @janus-idp/backstage-plugin-orchestrator-form[email protected]
- @janus-idp/backstage-plugin-orchestrator-common@1.24.0

## 2.3.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "2.3.2",
"version": "2.4.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -59,9 +59,9 @@
"@backstage/errors": "^1.2.4",
"@backstage/plugin-catalog": "^1.24.0",
"@backstage/plugin-permission-react": "^0.4.27",
"@janus-idp/backstage-plugin-orchestrator-common": "^1.23.1",
"@janus-idp/backstage-plugin-orchestrator-common": "^1.24.0",
"@janus-idp/backstage-plugin-orchestrator-form-api": "^1.4.1",
"@janus-idp/backstage-plugin-orchestrator-form-react": "^1.4.1",
"@janus-idp/backstage-plugin-orchestrator-form-react": "^1.4.2",
"@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 98e6cae

Please sign in to comment.