Skip to content

Commit

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

### Bug Fixes

* **rbac:** add additional validation for permission policies ([janus-idp#1908](janus-idp#1908)) ([592498f](janus-idp@592498f)), closes [janus-idp#1939](janus-idp#1939)
* **topology:** bump shared-react dependency ([janus-idp#2006](janus-idp#2006)) ([5c939fb](janus-idp@5c939fb))
  • Loading branch information
semantic-release-bot authored and debsmita1 committed Aug 8, 2024
1 parent 403d843 commit fcc7d45
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions plugins/orchestrator-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-orchestrator-backend [1.17.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-05)



### Dependencies

* **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.8.1

## @janus-idp/backstage-plugin-orchestrator-backend [1.17.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-02)


Expand Down
4 changes: 2 additions & 2 deletions plugins/orchestrator-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-backend-dynamic",
"version": "1.17.1",
"version": "1.17.2",
"license": "Apache-2.0",
"main": "./dist/index.cjs.js",
"types": "src/index.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {},
"peerDependencies": {
"@janus-idp/backstage-plugin-rbac-common": "1.8.0",
"@janus-idp/backstage-plugin-rbac-common": "1.8.1",
"@janus-idp/backstage-plugin-audit-log-node": "1.4.0",
"@backstage/backend-app-api": "^0.8.0",
"@backstage/backend-common": "^0.23.3",
Expand Down
4 changes: 2 additions & 2 deletions plugins/orchestrator-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-backend",
"version": "1.17.1",
"version": "1.17.2",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -108,7 +108,7 @@
"@types/json-schema": "7.0.15"
},
"peerDependencies": {
"@janus-idp/backstage-plugin-rbac-common": "1.8.0",
"@janus-idp/backstage-plugin-rbac-common": "1.8.1",
"@janus-idp/backstage-plugin-audit-log-node": "1.4.0"
},
"maintainers": [
Expand Down

0 comments on commit fcc7d45

Please sign in to comment.