Skip to content

Commit 72ea392

Browse files
Version Packages (#1721)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 40e4267 commit 72ea392

File tree

7 files changed

+22
-9
lines changed

7 files changed

+22
-9
lines changed

workspaces/orchestrator/.changeset/clean-cooks-fetch.md

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

workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md

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

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- 40e4267: Fixing endless onChange() loop and turning "ui:allowNewItems" from string to boolean type.
8+
39
## 2.3.0
410

511
### Minor Changes

workspaces/orchestrator/plugins/orchestrator-form-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-react",
33
"description": "Web library for the orchestrator-form plugin",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- 40e4267: Fixing endless onChange() loop and turning "ui:allowNewItems" from string to boolean type.
8+
39
## 1.4.0
410

511
### Minor Changes

workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md

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

3+
## 5.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [40e4267]
8+
- @red-hat-developer-hub/backstage-plugin-orchestrator-form[email protected]
9+
310
## 5.2.0
411

512
### Minor Changes

workspaces/orchestrator/plugins/orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)