Skip to content

Commit

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

### Features

* **notifications:** make notifications NPM packages public ([#1061](#1061)) ([ecec1db](ecec1db))
* **Notifications:** new notifications FE plugin, API and backend ([#933](#933)) ([4d4cb78](4d4cb78))
* **quay:** fix sorting in quay table and tag details ([#1044](#1044)) ([ceb16a9](ceb16a9))
* **rbac:** add doc about RBAC backend conditions API ([#1027](#1027)) ([fc9ad53](fc9ad53))
* **rbac:** add vscode debug configuration for opened jest test files ([#1047](#1047)) ([7e7a9ae](7e7a9ae))
* **rbac:** allow editing permission policies ([#1037](#1037)) ([c10347d](c10347d))
* **rbac:** show warning alert when user is not authorised to create roles ([#1064](#1064)) ([b5c46c8](b5c46c8))
* **web-terminal:** impr README, add isWebTerminalAvailable util and fix some other small bugs ([#1036](#1036)) ([a3d6d86](a3d6d86))

### Bug Fixes

* **rbac:** disable edit when the user is unauthorized to read the catalog-entity ([#1049](#1049)) ([c4f2969](c4f2969))
* **rbac:** fix role validation ([#1020](#1020)) ([49c7975](49c7975))
* **regex-actions:** fix [#594](#594): Cleanup some small code smells ([#1039](#1039)) ([215e49c](215e49c))
* **servicenow:** make sure that the correct openapi generator is executed ([#1066](#1066)) ([6eda572](6eda572))
* **web-terminal:** fix [#598](#598): Cleanup some small code smells in the web-terminal plugin ([#1023](#1023)) ([3d2bafb](3d2bafb))
  • Loading branch information
semantic-release-bot committed Jan 16, 2024
1 parent aefd68c commit 2975fbc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions plugins/jfrog-artifactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## @janus-idp/backstage-plugin-jfrog-artifactory [1.2.18](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-16)



### Dependencies

* **@janus-idp/shared-react:** upgraded to 2.4.0
* **@janus-idp/cli:** upgraded to 1.5.0

## @janus-idp/backstage-plugin-jfrog-artifactory [1.2.17](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-12-22)


Expand Down
6 changes: 3 additions & 3 deletions plugins/jfrog-artifactory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-jfrog-artifactory",
"version": "1.2.17",
"version": "1.2.18",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
"@janus-idp/shared-react": "2.3.0",
"@janus-idp/shared-react": "2.4.0",
"react-use": "^17.4.0"
},
"peerDependencies": {
Expand All @@ -44,7 +44,7 @@
"@backstage/core-app-api": "1.11.0",
"@backstage/dev-utils": "1.0.22",
"@backstage/test-utils": "1.4.4",
"@janus-idp/cli": "1.4.7",
"@janus-idp/cli": "1.5.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.5.1",
Expand Down

0 comments on commit 2975fbc

Please sign in to comment.