Skip to content

Commit

Permalink
fix(lightspeed): lightspeed release 0.1.4 as 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikjeeyar committed Nov 27, 2024
1 parent 5d12f0c commit b41f76a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
5 changes: 5 additions & 0 deletions workspaces/lightspeed/.changeset/fuzzy-suns-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@red-hat-developer-hub/backstage-plugin-lightspeed-backend': minor
---

add RBAC permission support.
6 changes: 6 additions & 0 deletions workspaces/lightspeed/.changeset/hip-buses-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@red-hat-developer-hub/backstage-plugin-lightspeed': minor
---

- add multiple chats, chat creation, deletion and searching.
- add RBAC permission support.
12 changes: 11 additions & 1 deletion workspaces/lightspeed/plugins/lightspeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
## @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

### Patch Changes

- 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))
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": "0.1.3",
"version": "0.1.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit b41f76a

Please sign in to comment.