Skip to content

Commit b25ecb4

Browse files
authored
feat: checkPluginVersion.sh bump plugins for 1.6.0 release (#2652)
* feat: checkPluginVersion.sh bump ./ to 3.7.0 in main Signed-off-by: RHDH Build (rhdh-bot) <[email protected]> * feat: checkPluginVersion.sh bump packages/cli to 3.4.0 in main Signed-off-by: RHDH Build (rhdh-bot) <[email protected]> * feat: checkPluginVersion.sh bump plugins/shared-react to 2.18.0 in main Signed-off-by: RHDH Build (rhdh-bot) <[email protected]> * feat: checkPluginVersion.sh bump plugins/web-terminal to 1.15.0 in main Signed-off-by: RHDH Build (rhdh-bot) <[email protected]> --------- Signed-off-by: RHDH Build (rhdh-bot) <[email protected]>
1 parent a63df8a commit b25ecb4

File tree

7 files changed

+22
-1
lines changed

7 files changed

+22
-1
lines changed

.changeset/packages-cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@janus-idp/cli": minor
3+
---
4+
5+
Bump packages/cli to 3.4.0 in main branch, in prep for release of 1.6.0
6+

.changeset/plugins-shared-react.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@janus-idp/shared-react": minor
3+
---
4+
5+
Bump plugins/shared-react to 2.18.0 in main branch, in prep for release of 1.6.0
6+

.changeset/plugins-web-terminal.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@janus-idp/backstage-plugin-web-terminal": minor
3+
---
4+
5+
Bump plugins/web-terminal to 1.15.0 in main branch, in prep for release of 1.6.0
6+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"private": true,
55
"engines": {
66
"node": "20"

packages/cli/.versionhistory.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- Bumped to 1.14.0 in main branch for next release 1.3.0
33
- Bumped to 1.19.0 in main branch, in prep for release of 1.4.0
44
- Bumped to 3.3.0 in main branch, in prep for release of 1.5.0
5+
- Bumped to 3.4.0 in main branch, in prep for release of 1.6.0

plugins/shared-react/.versionhistory.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- Bumped to 2.11.0 in main branch for next release 1.3.0
33
- Bumped to 2.14.0 in main branch, in prep for release of 1.4.0
44
- Bumped to 2.17.0 in main branch, in prep for release of 1.5.0
5+
- Bumped to 2.18.0 in main branch, in prep for release of 1.6.0

plugins/web-terminal/.versionhistory.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- Bumped to 1.9.0 in main branch for next release 1.3.0
33
- Bumped to 1.12.0 in main branch, in prep for release of 1.4.0
44
- Bumped to 1.14.0 in main branch, in prep for release of 1.5.0
5+
- Bumped to 1.15.0 in main branch, in prep for release of 1.6.0

0 commit comments

Comments
 (0)