Skip to content

Commit 18a02ad

Browse files
Version Packages (#3303)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 38f0749 commit 18a02ad

File tree

7 files changed

+15
-17
lines changed

7 files changed

+15
-17
lines changed

workspaces/rbac/.changeset/eleven-spiders-grow.md

-5
This file was deleted.

workspaces/rbac/.changeset/renovate-0a015cb.md

-5
This file was deleted.

workspaces/rbac/.changeset/renovate-a43be6f.md

-5
This file was deleted.

workspaces/rbac/plugins/rbac-backend/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### Dependencies
22

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- 9cccb0d: **BREAKING**: Migration to the core Auditor service. The Auditor format has been updated. Audit fields and event names (ids) have been updated to conform with the new Auditor service conventions. Filtering queries based on the old format may no longer work.
8+
39
## 5.6.1
410

511
### Patch Changes

workspaces/rbac/plugins/rbac-backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backstage-community/plugin-rbac-backend",
3-
"version": "5.6.1",
3+
"version": "6.0.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

workspaces/rbac/plugins/rbac/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
### Dependencies
22

3+
## 1.39.2
4+
5+
### Patch Changes
6+
7+
- c31699d: Updated dependency `@playwright/test` to `1.51.1`.
8+
- f16f56e: Updated dependency `start-server-and-test` to `2.0.11`.
9+
310
## 1.39.1
411

512
### Patch Changes

workspaces/rbac/plugins/rbac/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backstage-community/plugin-rbac",
3-
"version": "1.39.1",
3+
"version": "1.39.2",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)