Skip to content

Commit c990755

Browse files
Version Packages (#3663)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c7f0beb commit c990755

17 files changed

Lines changed: 71 additions & 20 deletions

File tree

workspaces/boost/.changeset/ai-catalog-frontend-scaffold.md

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

workspaces/boost/plugins/boost-backend-module-kagenti/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @red-hat-developer-hub/backstage-plugin-boost-backend-module-kagenti
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 5551345: Scaffold AI Catalog frontend plugin, dev app, and dev backend. Adds NFS-only frontend plugin with PageBlueprint, EntityCardBlueprint/EntityContentBlueprint stubs, isAiAsset filter, useAiAssets hook, i18n scaffold, and sample catalog fixtures. Adds boost frontend package to pluginPackages in all boost-family packages.
8+
- Updated dependencies [5551345]
9+
- @red-hat-developer-hub/backstage-plugin-boost-common@0.1.3
10+
- @red-hat-developer-hub/backstage-plugin-boost-node@0.1.3
11+
312
## 0.1.1
413

514
### Patch Changes

workspaces/boost/plugins/boost-backend-module-kagenti/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-boost-backend-module-kagenti",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "Apache-2.0",
55
"description": "Kagenti provider module for the boost AI platform",
66
"main": "src/index.ts",

workspaces/boost/plugins/boost-backend-module-llamastack/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 5551345: Scaffold AI Catalog frontend plugin, dev app, and dev backend. Adds NFS-only frontend plugin with PageBlueprint, EntityCardBlueprint/EntityContentBlueprint stubs, isAiAsset filter, useAiAssets hook, i18n scaffold, and sample catalog fixtures. Adds boost frontend package to pluginPackages in all boost-family packages.
8+
- Updated dependencies [5551345]
9+
- @red-hat-developer-hub/backstage-plugin-boost-common@0.1.3
10+
- @red-hat-developer-hub/backstage-plugin-boost-node@0.1.3
11+
- @red-hat-developer-hub/backstage-plugin-boost-responses-api-toolkit@0.1.2
12+
313
## 0.1.1
414

515
### Patch Changes

workspaces/boost/plugins/boost-backend-module-llamastack/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-boost-backend-module-llamastack",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "Apache-2.0",
55
"description": "Llama Stack provider module for the boost AI platform",
66
"main": "src/index.ts",

workspaces/boost/plugins/boost-backend/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 5551345: Scaffold AI Catalog frontend plugin, dev app, and dev backend. Adds NFS-only frontend plugin with PageBlueprint, EntityCardBlueprint/EntityContentBlueprint stubs, isAiAsset filter, useAiAssets hook, i18n scaffold, and sample catalog fixtures. Adds boost frontend package to pluginPackages in all boost-family packages.
8+
- Updated dependencies [5551345]
9+
- @red-hat-developer-hub/backstage-plugin-boost-common@0.1.3
10+
- @red-hat-developer-hub/backstage-plugin-boost-node@0.1.3
11+
312
## 0.1.2
413

514
### Patch Changes

workspaces/boost/plugins/boost-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-boost-backend",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "Apache-2.0",
55
"description": "Backend plugin for the boost AI platform",
66
"main": "src/index.ts",

workspaces/boost/plugins/boost-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-boost-common
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 5551345: Scaffold AI Catalog frontend plugin, dev app, and dev backend. Adds NFS-only frontend plugin with PageBlueprint, EntityCardBlueprint/EntityContentBlueprint stubs, isAiAsset filter, useAiAssets hook, i18n scaffold, and sample catalog fixtures. Adds boost frontend package to pluginPackages in all boost-family packages.
8+
39
## 0.1.2
410

511
### Patch Changes

workspaces/boost/plugins/boost-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-boost-common",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "Apache-2.0",
55
"description": "Common types and utilities for the boost plugin",
66
"main": "src/index.ts",

workspaces/boost/plugins/boost-node/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-boost-node
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 5551345: Scaffold AI Catalog frontend plugin, dev app, and dev backend. Adds NFS-only frontend plugin with PageBlueprint, EntityCardBlueprint/EntityContentBlueprint stubs, isAiAsset filter, useAiAssets hook, i18n scaffold, and sample catalog fixtures. Adds boost frontend package to pluginPackages in all boost-family packages.
8+
- Updated dependencies [5551345]
9+
- @red-hat-developer-hub/backstage-plugin-boost-common@0.1.3
10+
311
## 0.1.2
412

513
### Patch Changes

0 commit comments

Comments
 (0)