Skip to content

Commit b2dcec0

Browse files
Version Packages (#2556)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 03cb9bb commit b2dcec0

8 files changed

Lines changed: 29 additions & 15 deletions

File tree

workspaces/bulk-import/.changeset/itchy-geckos-change.md

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

workspaces/bulk-import/.changeset/update-nfs-theme-module.md

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

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @red-hat-developer-hub/backstage-plugin-bulk-import-backend
22

3+
## 7.2.0
4+
5+
### Patch Changes
6+
7+
- a16cd34: Added support for Backstage New Frontend System (NFS)
8+
- Updated dependencies [a16cd34]
9+
- @red-hat-developer-hub/backstage-plugin-bulk-import-common@7.2.0
10+
311
## 7.1.1
412

513
### Patch 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": "7.1.1",
3+
"version": "7.2.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
## 7.2.0
4+
5+
### Patch Changes
6+
7+
- a16cd34: Added support for Backstage New Frontend System (NFS)
8+
39
## 7.1.1
410

511
## 7.1.0

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": "7.1.1",
4+
"version": "7.2.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @red-hat-developer-hub/backstage-plugin-bulk-import
22

3+
## 7.2.0
4+
5+
### Minor Changes
6+
7+
- a16cd34: Added support for Backstage New Frontend System (NFS)
8+
9+
### Patch Changes
10+
11+
- 8751f81: Updated NFS app and dev harness to use `rhdhThemeModule` from `@red-hat-developer-hub/backstage-plugin-theme/alpha` instead of manually constructing ThemeBlueprint extensions
12+
- Updated dependencies [a16cd34]
13+
- @red-hat-developer-hub/backstage-plugin-bulk-import-common@7.2.0
14+
315
## 7.1.1
416

517
### Patch 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": "7.1.1",
3+
"version": "7.2.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)