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 25, 2024
1 parent 1e6e274 commit 014e695
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .changeset/cyan-tigers-jam.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spicy-owls-smoke.md

This file was deleted.

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

## 4.1.1

### Patch Changes

- f75ff15: The parent assessment link is shown again thanks to fixing passing of the businessKey when "execute" action is trigerred.
- Updated dependencies [f75ff15]
- @janus-idp/backstage-plugin-orchestrator-common@1.24.1

## 4.1.0

### Minor 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.1.0",
"version": "4.1.1",
"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.24.0",
"@janus-idp/backstage-plugin-orchestrator-common": "^1.24.1",
"@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/backstage-plugin-orchestrator-common@1.13.0...@janus-idp/backstage-plugin-orchestrator-common@1.13.1) (2024-08-02)

## 1.24.1

### Patch Changes

- f75ff15: The parent assessment link is shown again thanks to fixing passing of the businessKey when "execute" action is trigerred.

## 1.24.0

### Minor 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.24.0",
"version": "1.24.1",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions plugins/orchestrator-form-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @janus-idp/backstage-plugin-orchestrator-form-api

## 1.4.2

### Patch Changes

- 1e6e274: pass also initial form data to custom decorator

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/orchestrator-form-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-form-api",
"description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form",
"version": "1.4.1",
"version": "1.4.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/orchestrator-form-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Dependencies

## 1.4.3

### Patch Changes

- 1e6e274: pass also initial form data to custom decorator
- Updated dependencies [1e6e274]
- @janus-idp/backstage-plugin-orchestrator-form-api@1.4.2

## 1.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4.2",
"version": "1.4.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-form-api": "^1.4.1",
"@janus-idp/backstage-plugin-orchestrator-form-api": "^1.4.2",
"@material-ui/core": "^4.12.4",
"@rjsf/core": "^5.21.2",
"@rjsf/material-ui": "^5.21.2",
Expand Down
12 changes: 12 additions & 0 deletions plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
### Dependencies

## 2.4.1

### Patch Changes

- 1e6e274: pass also initial form data to custom decorator
- f75ff15: The parent assessment link is shown again thanks to fixing passing of the businessKey when "execute" action is trigerred.
- Updated dependencies [1e6e274]
- Updated dependencies [f75ff15]
- @janus-idp/backstage-plugin-orchestrator-form-react@1.4.3
- @janus-idp/backstage-plugin-orchestrator-form-api@1.4.2
- @janus-idp/backstage-plugin-orchestrator-common@1.24.1

## 2.4.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.4.0",
"version": "2.4.1",
"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.24.0",
"@janus-idp/backstage-plugin-orchestrator-form-api": "^1.4.1",
"@janus-idp/backstage-plugin-orchestrator-form-react": "^1.4.2",
"@janus-idp/backstage-plugin-orchestrator-common": "^1.24.1",
"@janus-idp/backstage-plugin-orchestrator-form-api": "^1.4.2",
"@janus-idp/backstage-plugin-orchestrator-form-react": "^1.4.3",
"@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 014e695

Please sign in to comment.