Skip to content

Commit cdc6c17

Browse files
rhdh-botgithub-actions[bot]its-mitesh-kumar
authored
Version Packages (#1936)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Mitesh Kumar <itsmiteshkumar98@gmail.com>
1 parent fda7f5b commit cdc6c17

8 files changed

Lines changed: 33 additions & 25 deletions

File tree

workspaces/bulk-import/.changeset/improve-bulk-import-ui-and-navigation.md

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

workspaces/bulk-import/.changeset/renovate-bd13322.md

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

workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md

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

3+
## 6.9.0
4+
5+
### Patch Changes
6+
7+
- @red-hat-developer-hub/backstage-plugin-bulk-import-common@6.9.0
8+
39
## 6.8.0
410

511
### Minor Changes

workspaces/bulk-import/plugins/bulk-import-backend/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-bulk-import-backend",
3-
"version": "6.8.0",
3+
"version": "6.9.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

workspaces/bulk-import/plugins/bulk-import-common/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## @red-hat-developer-hub/backstage-plugin-bulk-import-common [0.2.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-bulk-import-common@0.1.0...@red-hat-developer-hub/backstage-plugin-bulk-import-common@0.2.0) (2024-07-25)
22

3+
## 6.9.0
4+
35
## 6.8.0
46

57
### Minor Changes

workspaces/bulk-import/plugins/bulk-import-common/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-bulk-import-common",
33
"description": "Common functionalities for the bulk-import plugin",
4-
"version": "6.8.0",
4+
"version": "6.9.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md

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

3+
## 6.9.0
4+
5+
### Minor Changes
6+
7+
- b88e8dd: Improve bulk import UI consistency and user experience
8+
- Ensure "Bulk import" navigation in left sidebar takes users directly to Import page
9+
- Hide source control tool radio buttons when only one provider is configured
10+
- Remove Repository/Organization toggle buttons from Import page
11+
- Update empty state message for better user guidance
12+
- Show "Import to Red Hat Developer Hub" info bar for pull request flow, hide for scaffolder flow
13+
- Show "Choose a source control tool" step only when multiple approval tools are configured
14+
- Added "Missing Configuration" page that displays when no GitHub or GitLab integrations are configured
15+
- Show "Ready to import" instead of "Not generated" status in scaffolder flow
16+
- Remove "Preview file" button for selected repositories in scaffolder flow
17+
- Fix task status display to show status text + separate "View task" button
18+
19+
### Patch Changes
20+
21+
- 1a99b9f: Updated dependency `@playwright/test` to `1.57.0`.
22+
Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.11.0`.
23+
- @red-hat-developer-hub/backstage-plugin-bulk-import-common@6.9.0
24+
325
## 6.8.0
426

527
### Minor Changes

workspaces/bulk-import/plugins/bulk-import/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-bulk-import",
3-
"version": "6.8.0",
3+
"version": "6.9.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)