Skip to content

Commit

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

### Features

* **deps:** update to backstage 1.27 ([#1683](#1683)) ([a14869c](a14869c))
* **feedback:** add support for jira component ([#1813](#1813)) ([4afbc17](4afbc17))
  • Loading branch information
semantic-release-bot committed Jun 13, 2024
1 parent a9d3a32 commit c1ccfb2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions plugins/acr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @janus-idp/backstage-plugin-acr [1.5.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13)


### Features

* **deps:** update to backstage 1.27 ([#1683](https://github.com/janus-idp/backstage-plugins/issues/1683)) ([a14869c](https://github.com/janus-idp/backstage-plugins/commit/a14869c3f4177049cb8d6552b36c3ffd17e7997d))



### Dependencies

* **@janus-idp/shared-react:** upgraded to 2.7.0
* **@janus-idp/cli:** upgraded to 1.11.0

## @janus-idp/backstage-plugin-acr [1.4.14](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13)


Expand Down
6 changes: 3 additions & 3 deletions plugins/acr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-acr",
"version": "1.4.14",
"version": "1.5.0",
"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.12.0",
"@backstage/theme": "^0.5.5",
"@janus-idp/shared-react": "2.6.4",
"@janus-idp/shared-react": "2.7.0",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand All @@ -45,7 +45,7 @@
"@backstage/core-app-api": "1.12.5",
"@backstage/dev-utils": "1.0.32",
"@backstage/test-utils": "1.5.5",
"@janus-idp/cli": "1.10.1",
"@janus-idp/cli": "1.11.0",
"@redhat-developer/red-hat-developer-hub-theme": "0.0.54",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "14.3.1",
Expand Down

0 comments on commit c1ccfb2

Please sign in to comment.