Skip to content

Commit

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

### ⚠ BREAKING CHANGES

* **ocm:** add basic permissions to ocm backend plugin (#1528)

### Features

* **ocm:** add basic permissions to ocm backend plugin ([#1528](#1528)) ([c28d564](c28d564))
  • Loading branch information
semantic-release-bot committed May 4, 2024
1 parent c28d564 commit 494f80f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions plugins/ocm-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @janus-idp/backstage-plugin-ocm-common [3.0.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-04)


### ⚠ BREAKING CHANGES

* **ocm:** add basic permissions to ocm backend plugin (#1528)

### Features

* **ocm:** add basic permissions to ocm backend plugin ([#1528](https://github.com/janus-idp/backstage-plugins/issues/1528)) ([c28d564](https://github.com/janus-idp/backstage-plugins/commit/c28d5643034912228425930a42b60bbe4bc8a8ec))

## @janus-idp/backstage-plugin-ocm-common [2.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15)


Expand Down
2 changes: 1 addition & 1 deletion plugins/ocm-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-ocm-common",
"description": "Common functionalities for the Open Cluster Management plugin",
"version": "2.3.0",
"version": "3.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 494f80f

Please sign in to comment.