Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-nexus-repository-manager@1.6.0...@janus-idp/backstage-plugin-nexus-repository-manager@1.6.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
  • Loading branch information
semantic-release-bot committed May 16, 2024
1 parent f7751fb commit be3d90c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions plugins/nexus-repository-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## @janus-idp/backstage-plugin-nexus-repository-manager [1.6.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-nexus-repository-manager@1.6.0...@janus-idp/backstage-plugin-nexus-repository-manager@1.6.1) (2024-05-16)



### Dependencies

* **@janus-idp/shared-react:** upgraded to 2.6.2
* **@janus-idp/cli:** upgraded to 1.8.7

## @janus-idp/backstage-plugin-nexus-repository-manager [1.6.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-nexus-repository-manager@1.5.6...@janus-idp/backstage-plugin-nexus-repository-manager@1.6.0) (2024-05-14)


Expand Down
6 changes: 3 additions & 3 deletions plugins/nexus-repository-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-nexus-repository-manager",
"version": "1.6.0",
"version": "1.6.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@backstage/core-plugin-api": "^1.9.2",
"@backstage/plugin-catalog-react": "^1.11.3",
"@backstage/theme": "^0.5.3",
"@janus-idp/shared-react": "2.6.1",
"@janus-idp/shared-react": "2.6.2",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand All @@ -48,7 +48,7 @@
"@backstage/dev-utils": "1.0.31",
"@backstage/test-utils": "1.5.4",
"@hey-api/openapi-ts": "0.34.5",
"@janus-idp/cli": "1.8.6",
"@janus-idp/cli": "1.8.7",
"@redhat-developer/red-hat-developer-hub-theme": "*",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
Expand Down

0 comments on commit be3d90c

Please sign in to comment.