Skip to content

Commit

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

### Bug Fixes

* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
  • Loading branch information
semantic-release-bot committed May 29, 2024
1 parent 760c757 commit 755f7aa
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.4.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-acr@1.4.6...@janus-idp/backstage-plugin-acr@1.4.7) (2024-05-29)


### Bug Fixes

* **release:** change problematic plugins to private ([#1738](https://github.com/janus-idp/backstage-plugins/issues/1738)) ([69176bd](https://github.com/janus-idp/backstage-plugins/commit/69176bd75ccd842a313445e096223ecc339b655b))



### Dependencies

* **@janus-idp/shared-react:** upgraded to 2.6.3
* **@janus-idp/cli:** upgraded to 1.8.9

## @janus-idp/backstage-plugin-acr [1.4.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-acr@1.4.5...@janus-idp/backstage-plugin-acr@1.4.6) (2024-05-29)


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.6",
"version": "1.4.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,7 +30,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.2",
"@janus-idp/shared-react": "2.6.3",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand All @@ -44,7 +44,7 @@
"@backstage/core-app-api": "1.12.4",
"@backstage/dev-utils": "1.0.31",
"@backstage/test-utils": "1.5.4",
"@janus-idp/cli": "1.8.8",
"@janus-idp/cli": "1.8.9",
"@redhat-developer/red-hat-developer-hub-theme": "0.0.40",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
Expand Down

0 comments on commit 755f7aa

Please sign in to comment.