Skip to content

Commit

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

### Features

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

### Bug Fixes

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

### Documentation

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

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([janus-idp#1640](janus-idp#1640)) ([2a2dc55](janus-idp@2a2dc55))
  • Loading branch information
semantic-release-bot authored and ciiay committed May 31, 2024
1 parent bfb7e20 commit 5d32374
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions plugins/ocm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-ocm [4.1.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm@4.1.0...@janus-idp/backstage-plugin-ocm@4.1.1) (2024-05-16)



### Dependencies

* **@janus-idp/cli:** upgraded to 1.8.7

## @janus-idp/backstage-plugin-ocm [4.1.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm@4.0.2...@janus-idp/backstage-plugin-ocm@4.1.0) (2024-05-14)


Expand Down
4 changes: 2 additions & 2 deletions plugins/ocm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-ocm",
"version": "4.1.0",
"version": "4.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@backstage/dev-utils": "1.0.31",
"@backstage/plugin-catalog": "1.19.0",
"@backstage/test-utils": "1.5.4",
"@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.5",
"@testing-library/react": "14.3.1",
Expand Down

0 comments on commit 5d32374

Please sign in to comment.