Skip to content

Commit 2690af2

Browse files
Version Packages (#2933)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent deb5cbd commit 2690af2

7 files changed

Lines changed: 57 additions & 18 deletions

File tree

workspaces/homepage/.changeset/green-singers-rush.md

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

workspaces/homepage/plugins/dynamic-home-page/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @red-hat-developer-hub/backstage-plugin-dynamic-home-page
22

3+
## 1.13.0
4+
5+
### Minor Changes
6+
7+
- a5a1846: Homepage default content is now resolved through a new backend with RBAC, widget-oriented configuration, and translated titles. Bumps `@red-hat-developer-hub/backstage-plugin-theme` to `^0.14.1`.
8+
9+
**`@red-hat-developer-hub/backstage-plugin-dynamic-home-page`**
10+
11+
- Load default widgets from the homepage backend API (permission-aware), with a frontend API client and hooks.
12+
13+
**`@red-hat-developer-hub/backstage-plugin-homepage-backend` and `@red-hat-developer-hub/backstage-plugin-homepage-common`**
14+
15+
- Initial release: backend resolves default widgets using user context, `if` conditions; shared types and permission definitions live in homepage-common.
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [a5a1846]
20+
- @red-hat-developer-hub/backstage-plugin-homepage-common@0.1.0
21+
322
## 1.12.0
423

524
### Minor Changes

workspaces/homepage/plugins/dynamic-home-page/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-dynamic-home-page",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# @red-hat-developer-hub/backstage-plugin-homepage-backend
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- a5a1846: Homepage default content is now resolved through a new backend with RBAC, widget-oriented configuration, and translated titles. Bumps `@red-hat-developer-hub/backstage-plugin-theme` to `^0.14.1`.
8+
9+
**`@red-hat-developer-hub/backstage-plugin-dynamic-home-page`**
10+
11+
- Load default widgets from the homepage backend API (permission-aware), with a frontend API client and hooks.
12+
13+
**`@red-hat-developer-hub/backstage-plugin-homepage-backend` and `@red-hat-developer-hub/backstage-plugin-homepage-common`**
14+
15+
- Initial release: backend resolves default widgets using user context, `if` conditions; shared types and permission definitions live in homepage-common.
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [a5a1846]
20+
- @red-hat-developer-hub/backstage-plugin-homepage-common@0.1.0

workspaces/homepage/plugins/homepage-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-homepage-backend",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @red-hat-developer-hub/backstage-plugin-homepage-common
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- a5a1846: Homepage default content is now resolved through a new backend with RBAC, widget-oriented configuration, and translated titles. Bumps `@red-hat-developer-hub/backstage-plugin-theme` to `^0.14.1`.
8+
9+
**`@red-hat-developer-hub/backstage-plugin-dynamic-home-page`**
10+
11+
- Load default widgets from the homepage backend API (permission-aware), with a frontend API client and hooks.
12+
13+
**`@red-hat-developer-hub/backstage-plugin-homepage-backend` and `@red-hat-developer-hub/backstage-plugin-homepage-common`**
14+
15+
- Initial release: backend resolves default widgets using user context, `if` conditions; shared types and permission definitions live in homepage-common.

workspaces/homepage/plugins/homepage-common/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-homepage-common",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"license": "Apache-2.0",
55
"description": "Common functionalities for the homepage plugin",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)