diff --git a/workspaces/lightspeed/.changeset/fuzzy-suns-swim.md b/workspaces/lightspeed/.changeset/fuzzy-suns-swim.md new file mode 100644 index 00000000..1ea81212 --- /dev/null +++ b/workspaces/lightspeed/.changeset/fuzzy-suns-swim.md @@ -0,0 +1,5 @@ +--- +'@red-hat-developer-hub/backstage-plugin-lightspeed-backend': patch +--- + +add RBAC permission support. diff --git a/workspaces/lightspeed/.changeset/hip-buses-smile.md b/workspaces/lightspeed/.changeset/hip-buses-smile.md new file mode 100644 index 00000000..8caa15e7 --- /dev/null +++ b/workspaces/lightspeed/.changeset/hip-buses-smile.md @@ -0,0 +1,6 @@ +--- +'@red-hat-developer-hub/backstage-plugin-lightspeed': minor +--- + +- add multiple chats, chat creation, deletion and searching. +- add RBAC permission support. diff --git a/workspaces/lightspeed/plugins/lightspeed/CHANGELOG.md b/workspaces/lightspeed/plugins/lightspeed/CHANGELOG.md index ec6d800f..3ae2ce02 100644 --- a/workspaces/lightspeed/plugins/lightspeed/CHANGELOG.md +++ b/workspaces/lightspeed/plugins/lightspeed/CHANGELOG.md @@ -1,4 +1,12 @@ -## @red-hat-developer-hub/backstage-plugin-lightspeed 1.0.0 (2024-08-07) +## @red-hat-developer-hub/backstage-plugin-lightspeed + +## 0.1.4 + +## Features + +- **lightspeed:** add multiple chats, chat creation, deletion and searching. ([#2501](https://github.com/janus-idp/backstage-plugins/pull/2501)) ([7c8e029](https://github.com/janus-idp/backstage-plugins/commit/7c8e0295fa726e6d23e60ad3abf468cf03552dfc)) + +- **lightspeed:** integrate with lightspeed backend ([#2501](https://github.com/janus-idp/backstage-plugins/pull/2501)) ([7c8e029](https://github.com/janus-idp/backstage-plugins/commit/cb80e38d4d35a8097cd84b57c1b8eb12ec5af6b4)) ## 0.1.3 @@ -6,6 +14,8 @@ - 9fccf3f: Migrated from [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins). +## 0.1.2 + ### Features - **lightspeed:** add a new lightspeed plugin with basic implementation of chat ([#1889](https://github.com/janus-idp/backstage-plugins/issues/1889)) ([cb80e38](https://github.com/janus-idp/backstage-plugins/commit/cb80e38d4d35a8097cd84b57c1b8eb12ec5af6b4)) diff --git a/workspaces/lightspeed/plugins/lightspeed/package.json b/workspaces/lightspeed/plugins/lightspeed/package.json index 1b6a6576..325af657 100644 --- a/workspaces/lightspeed/plugins/lightspeed/package.json +++ b/workspaces/lightspeed/plugins/lightspeed/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-lightspeed", - "version": "0.1.3", + "version": "0.1.4", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",