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
8 changes: 0 additions & 8 deletions workspaces/rbac/.changeset/weak-geckos-begin.md

This file was deleted.

8 changes: 8 additions & 0 deletions workspaces/rbac/plugins/rbac-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @backstage-community/plugin-rbac-backend

## 7.13.1

### Patch Changes

- 6d964f2: Migrated MUI-v4 references to MUI-v5

Adds New Frontend System dev entrypoints and removes workspace example apps in favor of the plugin `dev/` pattern. Dev backend wiring lives in `plugins/rbac-backend/dev/` (same approach as linguist, feedback, and other FE+BE plugins).

## 7.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/rbac/plugins/rbac-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-rbac-backend",
"version": "7.13.0",
"version": "7.13.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions workspaces/rbac/plugins/rbac/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @backstage-community/plugin-rbac

## 1.53.2

### Patch Changes

- 6d964f2: Migrated MUI-v4 references to MUI-v5

Adds New Frontend System dev entrypoints and removes workspace example apps in favor of the plugin `dev/` pattern. Dev backend wiring lives in `plugins/rbac-backend/dev/` (same approach as linguist, feedback, and other FE+BE plugins).

## 1.53.1

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