Skip to content

Commit 2886aa2

Browse files
chore(release): version packages on main branch
1 parent ef2f151 commit 2886aa2

File tree

16 files changed

+46
-40
lines changed

16 files changed

+46
-40
lines changed

.changeset/gentle-fishes-swim.md

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

.changeset/great-keys-sing.md

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

.changeset/lemon-points-applaud.md

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

.changeset/neat-pigs-lie.md

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

.changeset/pretty-avocados-talk.md

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

.changeset/rotten-foxes-film.md

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

.changeset/tame-tomatoes-greet.md

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

.changeset/unlucky-jars-protect.md

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

plugins/orchestrator-backend/CHANGELOG.md

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

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- 25f1787: Add enum filters to orchestrator plugin
8+
- 603a162: make error handling consistent in backend and UI
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [25f1787]
13+
- @janus-idp/backstage-plugin-orchestrator-common@1.24.0
14+
315
## 4.0.1
416

517
### Patch Changes

plugins/orchestrator-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-orchestrator-backend",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -76,7 +76,7 @@
7676
"@backstage/plugin-permission-node": "^0.8.4",
7777
"@backstage/plugin-scaffolder-backend": "^1.26.2",
7878
"@backstage/plugin-scaffolder-node": "^0.5.0",
79-
"@janus-idp/backstage-plugin-orchestrator-common": "^1.23.1",
79+
"@janus-idp/backstage-plugin-orchestrator-common": "^1.24.0",
8080
"@urql/core": "^4.1.4",
8181
"ajv-formats": "^2.1.1",
8282
"cloudevents": "^8.0.0",

plugins/orchestrator-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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)
22

3+
## 1.24.0
4+
5+
### Minor Changes
6+
7+
- 25f1787: Add enum filters to orchestrator plugin
8+
39
## 1.23.1
410

511
### Patch Changes

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": "@janus-idp/backstage-plugin-orchestrator-common",
3-
"version": "1.23.1",
3+
"version": "1.24.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

plugins/orchestrator-form-react/CHANGELOG.md

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

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- aee9d4a: Hotfix for button background - to share the one with theme.
8+
39
## 1.4.1
410

511
### Patch Changes

plugins/orchestrator-form-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@janus-idp/backstage-plugin-orchestrator-form-react",
33
"description": "Web library for the orchestrator-form plugin",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

plugins/orchestrator/CHANGELOG.md

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

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- 603a162: make error handling consistent in backend and UI
8+
9+
### Patch Changes
10+
11+
- 8a76b49: Makes very long workflow result messages still readable.
12+
- b2a7181: Fix filtering by status on the Workflow Runs tab.
13+
- Updated dependencies [aee9d4a]
14+
- Updated dependencies [25f1787]
15+
- @janus-idp/backstage-plugin-orchestrator-form[email protected]
16+
- @janus-idp/backstage-plugin-orchestrator-common@1.24.0
17+
318
## 2.3.2
419

520
### Patch Changes

plugins/orchestrator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-orchestrator",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -59,9 +59,9 @@
5959
"@backstage/errors": "^1.2.4",
6060
"@backstage/plugin-catalog": "^1.24.0",
6161
"@backstage/plugin-permission-react": "^0.4.27",
62-
"@janus-idp/backstage-plugin-orchestrator-common": "^1.23.1",
62+
"@janus-idp/backstage-plugin-orchestrator-common": "^1.24.0",
6363
"@janus-idp/backstage-plugin-orchestrator-form-api": "^1.4.1",
64-
"@janus-idp/backstage-plugin-orchestrator-form-react": "^1.4.1",
64+
"@janus-idp/backstage-plugin-orchestrator-form-react": "^1.4.2",
6565
"@kie-tools-core/editor": "^0.32.0",
6666
"@kie-tools-core/notifications": "^0.32.0",
6767
"@kie-tools-core/react-hooks": "^0.32.0",

0 commit comments

Comments
 (0)