Skip to content

Commit 4268f09

Browse files
chore(release): version packages on release-1.3 branch
1 parent 2e60955 commit 4268f09

File tree

12 files changed

+88
-90
lines changed

12 files changed

+88
-90
lines changed

.changeset/stale-experts-share.md

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

.changeset/sweet-pens-drive.md

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

plugins/orchestrator-backend/CHANGELOG.md

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

3+
## 1.20.101
4+
5+
### Patch Changes
6+
7+
- 019d29b: backport all orchestrator commits since release 1.2
8+
- 2e60955: backport all orchestrator commits since release 1.2
9+
- Updated dependencies [2e60955]
10+
- @janus-idp/backstage-plugin-orchestrator-common@1.16.101
11+
312
## 4.0.1
413

514
### 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": "1.20.100",
3+
"version": "1.20.101",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -100,7 +100,7 @@
100100
"@types/json-schema": "7.0.15"
101101
},
102102
"peerDependencies": {
103-
"@janus-idp/backstage-plugin-audit-log-node": "1.4.1",
103+
"@janus-idp/backstage-plugin-audit-log-node": "1.4.1",
104104
"@janus-idp/backstage-plugin-rbac-common": "1.9.0"
105105
},
106106
"maintainers": [

plugins/orchestrator-common/CHANGELOG.md

Lines changed: 39 additions & 63 deletions
Large diffs are not rendered by default.

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.16.100",
3+
"version": "1.16.101",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @janus-idp/backstage-plugin-orchestrator-form-api
2+
3+
## 1.0.101
4+
5+
### Patch Changes
6+
7+
- 019d29b: backport all orchestrator commits since release 1.2
8+
- 2e60955: backport all orchestrator commits since release 1.2

plugins/orchestrator-form-api/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-api",
33
"description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form",
4-
"version": "1.0.100",
4+
"version": "1.0.101",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

plugins/orchestrator-form-react/CHANGELOG.md

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

3+
## 1.0.101
4+
5+
### Patch Changes
6+
7+
- 019d29b: backport all orchestrator commits since release 1.2
8+
- 2e60955: backport all orchestrator commits since release 1.2
9+
- Updated dependencies [019d29b]
10+
- Updated dependencies [2e60955]
11+
- @janus-idp/backstage-plugin-orchestrator-form-api@1.0.101
12+
313
## 1.4.1
414

515
### Patch Changes

plugins/orchestrator-form-react/package.json

Lines changed: 2 additions & 2 deletions
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.0.100",
4+
"version": "1.0.101",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
"@backstage/core-components": "^0.14.9",
3333
"@backstage/core-plugin-api": "^1.9.3",
3434
"@backstage/types": "^1.1.1",
35-
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.100",
35+
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.101",
3636
"@material-ui/core": "^4.12.4",
3737
"@rjsf/core": "5.18.5",
3838
"@rjsf/material-ui": "5.18.5",

plugins/orchestrator/CHANGELOG.md

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

3+
## 1.21.101
4+
5+
### Patch Changes
6+
7+
- 019d29b: backport all orchestrator commits since release 1.2
8+
- 2e60955: backport all orchestrator commits since release 1.2
9+
- Updated dependencies [019d29b]
10+
- Updated dependencies [2e60955]
11+
- @janus-idp/backstage-plugin-orchestrator-form[email protected]
12+
- @janus-idp/backstage-plugin-orchestrator-form-api@1.0.101
13+
- @janus-idp/backstage-plugin-orchestrator-common@1.16.101
14+
315
## 2.3.2
416

517
### Patch Changes

plugins/orchestrator/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-orchestrator",
3-
"version": "1.21.100",
3+
"version": "1.21.101",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -58,9 +58,9 @@
5858
"@backstage/plugin-catalog": "^1.21.1",
5959
"@backstage/plugin-permission-react": "^0.4.24",
6060
"@backstage/types": "^1.1.1",
61-
"@janus-idp/backstage-plugin-orchestrator-common": "1.16.100",
62-
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.100",
63-
"@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.100",
61+
"@janus-idp/backstage-plugin-orchestrator-common": "1.16.101",
62+
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.101",
63+
"@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.101",
6464
"@kie-tools-core/editor": "^0.32.0",
6565
"@kie-tools-core/notifications": "^0.32.0",
6666
"@kie-tools-core/react-hooks": "^0.32.0",

0 commit comments

Comments
 (0)