Skip to content

Commit

Permalink
chore(release): version packages on release-1.3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 12, 2024
1 parent 8af20a1 commit 8fc3500
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .changeset/great-keys-sing.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/tame-months-admire.md

This file was deleted.

7 changes: 7 additions & 0 deletions plugins/orchestrator-form-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @janus-idp/backstage-plugin-orchestrator-form-api

## 1.0.101

### Patch Changes

- e94a6c1: backport all orchestrator commits since release 1.2
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.0.100",
"version": "1.0.101",
"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.0.101

### Patch Changes

- e94a6c1: backport all orchestrator commits since release 1.2
- Updated dependencies [e94a6c1]
- @janus-idp/backstage-plugin-orchestrator-form-api@1.0.101

## 1.4.1

### 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.0.100",
"version": "1.0.101",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@backstage/core-components": "^0.14.9",
"@backstage/core-plugin-api": "^1.9.3",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.100",
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.101",
"@material-ui/core": "^4.12.4",
"@rjsf/core": "5.18.5",
"@rjsf/material-ui": "5.18.5",
Expand Down
9 changes: 9 additions & 0 deletions plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
### Dependencies

## 1.21.101

### Patch Changes

- 358dbfd: Fix filtering by status on the Workflow Runs tab.
- Updated dependencies [e94a6c1]
- @janus-idp/backstage-plugin-orchestrator-form[email protected]
- @janus-idp/backstage-plugin-orchestrator-form-api@1.0.101

## 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": "1.21.100",
"version": "1.21.101",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -59,8 +59,8 @@
"@backstage/plugin-permission-react": "^0.4.24",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.16.100",
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.100",
"@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.100",
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.101",
"@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.101",
"@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 8fc3500

Please sign in to comment.