Skip to content

Commit e9ec3ba

Browse files
chore(release): version packages on release-1.3 branch
1 parent e94a6c1 commit e9ec3ba

File tree

7 files changed

+29
-12
lines changed

7 files changed

+29
-12
lines changed

.changeset/tame-months-admire.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @janus-idp/backstage-plugin-orchestrator-form-api
2+
3+
## 1.0.101
4+
5+
### Patch Changes
6+
7+
- e94a6c1: 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
### Dependencies
22

3+
## 1.0.101
4+
5+
### Patch Changes
6+
7+
- e94a6c1: backport all orchestrator commits since release 1.2
8+
- Updated dependencies [e94a6c1]
9+
- @janus-idp/backstage-plugin-orchestrator-form-api@1.0.101
10+
311
## 1.4.1
412

513
### 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
### Dependencies
22

3+
## 1.21.101
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e94a6c1]
8+
- @janus-idp/backstage-plugin-orchestrator-form[email protected]
9+
- @janus-idp/backstage-plugin-orchestrator-form-api@1.0.101
10+
311
## 2.3.2
412

513
### 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": "1.21.100",
3+
"version": "1.21.101",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -59,8 +59,8 @@
5959
"@backstage/plugin-permission-react": "^0.4.24",
6060
"@backstage/types": "^1.1.1",
6161
"@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",
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)