Skip to content

Commit

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

### Features

* **orchestrator:** add orchestrator plugin ([#783](#783)) ([cf5fe74](cf5fe74)), closes [#28](#28) [#38](#38) [#35](#35) [#21](#21)

### Bug Fixes

* **app-config:** invalid app-config.yaml ([#1075](#1075)) ([295329e](295329e)), closes [/github.com/janus-idp/backstage-showcase/blob/main/app-config.yaml#L139](https://github.com/janus-idp//github.com/janus-idp/backstage-showcase/blob/main/app-config.yaml/issues/L139)
* **notifications:** use @janus-idp/plugin-notifications prefix for NPM ([#1072](#1072)) ([ea5199b](ea5199b))

### Other changes

* **web-terminal:** remove TerminalComponent test race condition issue ([#1071](#1071)) ([05ee8dc](05ee8dc)), closes [#1070](#1070)
  • Loading branch information
semantic-release-bot committed Jan 17, 2024
1 parent 718f701 commit 60c7f61
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions plugins/nexus-repository-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @janus-idp/backstage-plugin-nexus-repository-manager [1.4.19](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-17)


### Other changes

* **web-terminal:** remove TerminalComponent test race condition issue ([#1071](https://github.com/janus-idp/backstage-plugins/issues/1071)) ([05ee8dc](https://github.com/janus-idp/backstage-plugins/commit/05ee8dc8812c012217d7fc9de24cd86843ed9642)), closes [#1070](https://github.com/janus-idp/backstage-plugins/issues/1070)



### Dependencies

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

## @janus-idp/backstage-plugin-nexus-repository-manager [1.4.18](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-16)


Expand Down
4 changes: 2 additions & 2 deletions plugins/nexus-repository-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-nexus-repository-manager",
"version": "1.4.18",
"version": "1.4.19",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@backstage/core-components": "^0.13.6",
"@backstage/core-plugin-api": "^1.7.0",
"@backstage/plugin-catalog-react": "^1.8.5",
"@janus-idp/shared-react": "2.3.0",
"@janus-idp/shared-react": "2.4.0",
"@backstage/theme": "^0.4.3",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
Expand Down

0 comments on commit 60c7f61

Please sign in to comment.