Skip to content

Commit

Permalink
chore(release): 1.2.19 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.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 410d7ee commit 788e18d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions plugins/acr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @janus-idp/backstage-plugin-acr [1.2.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-acr [1.2.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/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.2.18",
"version": "1.2.19",
"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 Down

0 comments on commit 788e18d

Please sign in to comment.