Skip to content

Commit e7054a6

Browse files
Version Packages (#9185)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 658dbff commit e7054a6

9 files changed

Lines changed: 44 additions & 12 deletions

File tree

workspaces/rbac/.changeset/version-bump-1-50-4.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @backstage-community/plugin-rbac-backend
22

3+
## 7.13.0
4+
5+
### Minor Changes
6+
7+
- 6a916a1: Backstage version bump to v1.50.4
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [6a916a1]
12+
- @backstage-community/plugin-rbac-common@1.27.0
13+
- @backstage-community/plugin-rbac-node@1.21.0
14+
315
## 7.12.5
416

517
### Patch Changes

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

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## @backstage-community/plugin-rbac-common [1.8.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-rbac-common@1.8.1...@backstage-community/plugin-rbac-common@1.8.2) (2024-08-06)
22

3+
## 1.27.0
4+
5+
### Minor Changes
6+
7+
- 6a916a1: Backstage version bump to v1.50.4
8+
39
## 1.26.1
410

511
### Patch Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@backstage-community/plugin-rbac-common",
33
"description": "Common functionalities for the rbac-common plugin",
4-
"version": "1.26.1",
4+
"version": "1.27.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## @backstage-community/plugin-rbac-node [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-rbac-node@1.3.1...@backstage-community/plugin-rbac-node@1.4.0) (2024-07-26)
22

3+
## 1.21.0
4+
5+
### Minor Changes
6+
7+
- 6a916a1: Backstage version bump to v1.50.4
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [6a916a1]
12+
- @backstage-community/plugin-rbac-common@1.27.0
13+
314
## 1.20.1
415

516
### Patch Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@backstage-community/plugin-rbac-node",
33
"description": "Node.js library for the rbac plugin",
4-
"version": "1.20.1",
4+
"version": "1.21.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/rbac/plugins/rbac/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @backstage-community/plugin-rbac
22

3+
## 1.53.0
4+
5+
### Minor Changes
6+
7+
- 6a916a1: Backstage version bump to v1.50.4
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [6a916a1]
12+
- @backstage-community/plugin-rbac-common@1.27.0
13+
314
## 1.52.4
415

516
### Patch Changes

workspaces/rbac/plugins/rbac/package.json

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

0 commit comments

Comments
 (0)