Skip to content

Commit

Permalink
chore(release): 1.25.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.25.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-26)

### Features

* **deps:** update to backstage 1.29 ([#1900](#1900)) ([f53677f](f53677f))
* **orchestrator:** use v2 endpoints to retrieve instances ([#1956](#1956)) ([537502b](537502b))

### Bug Fixes

* **deps:** update dependency react-use to v17.5.1 ([#1943](#1943)) ([0c05ad5](0c05ad5))
* **deps:** update rhdh dependencies (non-major) ([#1960](#1960)) ([8b6c249](8b6c249))

### Documentation

* **rbac:** add curl request examples ([#1913](#1913)) ([e496eb7](e496eb7))
  • Loading branch information
semantic-release-bot committed Jul 26, 2024
1 parent b158aca commit f68658e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions plugins/rbac/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## @janus-idp/backstage-plugin-rbac [1.25.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-26)


### Features

* **deps:** update to backstage 1.29 ([#1900](https://github.com/janus-idp/backstage-plugins/issues/1900)) ([f53677f](https://github.com/janus-idp/backstage-plugins/commit/f53677fb02d6df43a9de98c43a9f101a6db76802))


### Bug Fixes

* **deps:** update rhdh dependencies (non-major) ([#1960](https://github.com/janus-idp/backstage-plugins/issues/1960)) ([8b6c249](https://github.com/janus-idp/backstage-plugins/commit/8b6c249f1d2e8097cac0260785c26496a5be1a06))



### Dependencies

* **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.8.0
* **@janus-idp/shared-react:** upgraded to 2.9.0

## @janus-idp/backstage-plugin-rbac [1.24.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-24)


Expand Down
8 changes: 4 additions & 4 deletions plugins/rbac/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-rbac",
"version": "1.24.1",
"version": "1.25.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@backstage/plugin-permission-common": "^0.8.0",
"@backstage/plugin-permission-react": "^0.4.24",
"@backstage/theme": "^0.5.6",
"@janus-idp/backstage-plugin-rbac-common": "1.7.2",
"@janus-idp/shared-react": "2.8.0",
"@janus-idp/backstage-plugin-rbac-common": "1.8.0",
"@janus-idp/shared-react": "2.9.0",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand All @@ -68,7 +68,7 @@
"@backstage/core-app-api": "1.14.1",
"@backstage/dev-utils": "1.0.36",
"@backstage/test-utils": "1.5.9",
"@janus-idp/cli": "1.12.0",
"@janus-idp/cli": "1.13.0",
"@playwright/test": "1.45.3",
"@redhat-developer/red-hat-developer-hub-theme": "0.0.54",
"@testing-library/jest-dom": "6.4.8",
Expand Down

0 comments on commit f68658e

Please sign in to comment.