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 2e60955 commit 4268f09
Show file tree
Hide file tree
Showing 12 changed files with 88 additions and 90 deletions.
8 changes: 0 additions & 8 deletions .changeset/stale-experts-share.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sweet-pens-drive.md

This file was deleted.

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

## 1.20.101

### Patch Changes

- 019d29b: backport all orchestrator commits since release 1.2
- 2e60955: backport all orchestrator commits since release 1.2
- Updated dependencies [2e60955]
- @janus-idp/backstage-plugin-orchestrator-common@1.16.101

## 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": "1.20.100",
"version": "1.20.101",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -100,7 +100,7 @@
"@types/json-schema": "7.0.15"
},
"peerDependencies": {
"@janus-idp/backstage-plugin-audit-log-node": "1.4.1",
"@janus-idp/backstage-plugin-audit-log-node": "1.4.1",
"@janus-idp/backstage-plugin-rbac-common": "1.9.0"
},
"maintainers": [
Expand Down
102 changes: 39 additions & 63 deletions plugins/orchestrator-common/CHANGELOG.md

Large diffs are not rendered by default.

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

## 1.0.101

### Patch Changes

- 019d29b: backport all orchestrator commits since release 1.2
- 2e60955: 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
10 changes: 10 additions & 0 deletions plugins/orchestrator-form-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
### Dependencies

## 1.0.101

### Patch Changes

- 019d29b: backport all orchestrator commits since release 1.2
- 2e60955: backport all orchestrator commits since release 1.2
- Updated dependencies [019d29b]
- Updated dependencies [2e60955]
- @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
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

## 1.21.101

### Patch Changes

- 019d29b: backport all orchestrator commits since release 1.2
- 2e60955: backport all orchestrator commits since release 1.2
- Updated dependencies [019d29b]
- Updated dependencies [2e60955]
- @janus-idp/backstage-plugin-orchestrator-form[email protected]
- @janus-idp/backstage-plugin-orchestrator-form-api@1.0.101
- @janus-idp/backstage-plugin-orchestrator-common@1.16.101

## 2.3.2

### Patch 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": "1.21.100",
"version": "1.21.101",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -58,9 +58,9 @@
"@backstage/plugin-catalog": "^1.21.1",
"@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-common": "1.16.101",
"@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 4268f09

Please sign in to comment.