Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions workspaces/lightspeed/.changeset/khaki-tomatoes-help.md

This file was deleted.

7 changes: 7 additions & 0 deletions workspaces/lightspeed/packages/app-legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# app

## 0.0.27

### Patch Changes

- Updated dependencies [3b0851a]
- @red-hat-developer-hub/backstage-plugin-lightspeed@2.8.6

## 0.0.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/lightspeed/packages/app-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-legacy",
"version": "0.0.26",
"version": "0.0.27",
"private": true,
"bundled": true,
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions workspaces/lightspeed/packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# app

## 0.0.26

### Patch Changes

- Updated dependencies [3b0851a]
- @red-hat-developer-hub/backstage-plugin-lightspeed@2.8.6

## 0.0.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/lightspeed/packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.25",
"version": "0.0.26",
"private": true,
"bundled": true,
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions workspaces/lightspeed/packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# backend

## 0.0.58

### Patch Changes

- @red-hat-developer-hub/backstage-plugin-lightspeed-backend@2.8.6

## 0.0.57

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/lightspeed/packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.57",
"version": "0.0.58",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @red-hat-developer-hub/backstage-plugin-lightspeed-backend

## 2.8.6

### Patch Changes

- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.6

## 2.8.5

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-lightspeed-backend",
"version": "2.8.5",
"version": "2.8.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @red-hat-developer-hub/backstage-plugin-lightspeed-common

## 2.8.6

## 2.8.5

## 2.8.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-lightspeed-common",
"description": "Common functionalities for the lightspeed plugin",
"version": "2.8.5",
"version": "2.8.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/lightspeed/plugins/lightspeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## @red-hat-developer-hub/backstage-plugin-lightspeed

## 2.8.6

### Patch Changes

- 3b0851a: Backport: Fix document upload gating and conversation deletion in notebooks

This backports fixes from commits f7d96f8, e49fc2c, and d5199d6 on main to the 1.10 release line:
- Prevent additional document uploads while another document is still being processed, avoiding race conditions in the notebook vector store
- Fix document deletion to use the proper conversations API abstraction instead of direct internal base URL access
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.6

## 2.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/lightspeed/plugins/lightspeed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-lightspeed",
"version": "2.8.5",
"version": "2.8.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Loading