Skip to content

Commit 260900f

Browse files
Version Packages (#647)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 340bf72 commit 260900f

6 files changed

Lines changed: 20 additions & 12 deletions

File tree

workspaces/ai-integrations/.changeset/funny-numbers-pull.md

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

workspaces/ai-integrations/.changeset/slimy-zebras-write.md

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

workspaces/ai-integrations/packages/backend/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [340bf72]
8+
- Updated dependencies [13a7a3a]
9+
- @red-hat-developer-hub/backstage-plugin-catalog-backend-module-model-catalog@0.3.0
10+
311
## 0.0.2
412

513
### Patch Changes

workspaces/ai-integrations/packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "dist/index.cjs.js",
55
"types": "src/index.ts",
66
"private": true,

workspaces/ai-integrations/plugins/catalog-backend-module-model-catalog/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-catalog-backend-module-model-catalog
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 340bf72: simplifying model catalog entity provider configuration until running the bridge as a pod is officially supported
8+
9+
### Patch Changes
10+
11+
- 13a7a3a: Add null check when retrieving keys from catalog bridge
12+
313
## 0.2.0
414

515
### Minor Changes

workspaces/ai-integrations/plugins/catalog-backend-module-model-catalog/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-catalog-backend-module-model-catalog",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"license": "Apache-2.0",
55
"private": true,
66
"description": "The model-catalog backend module for the catalog plugin.",

0 commit comments

Comments
 (0)