Skip to content

Commit

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

### Bug Fixes

* **cli:** fix the removal of type definitions by `export-dynamic`. ([janus-idp#1810](janus-idp#1810)) ([8472d91](janus-idp@8472d91))
* **feedback:** fixed feedback backend plugin crashing ([janus-idp#1809](janus-idp#1809)) ([e4a571e](janus-idp@e4a571e))
* **kiali:** fix dev links ([janus-idp#1801](janus-idp#1801)) ([2a86a5e](janus-idp@2a86a5e))
* missing postversion script is several plugins and missing turbo dependency ([janus-idp#1811](janus-idp#1811)) ([4dfe4f5](janus-idp@4dfe4f5))
* **orchestrator:** fix error handling in case data index failed to start ([janus-idp#1804](janus-idp#1804)) ([27affb7](janus-idp@27affb7))
* **topology:** remove check for catalog entity permission ([janus-idp#1800](janus-idp#1800)) ([fd6ae41](janus-idp@fd6ae41))
  • Loading branch information
semantic-release-bot authored and kim-tsao committed Nov 12, 2024
1 parent 71efd58 commit 9f8974b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions plugins/feedback/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-feedback [1.3.13](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13)



### Dependencies

* **@janus-idp/cli:** upgraded to 1.10.1

## @janus-idp/backstage-plugin-feedback [1.3.12](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-07)


Expand Down
4 changes: 2 additions & 2 deletions plugins/feedback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-feedback",
"version": "1.3.12",
"version": "1.3.13",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@backstage/core-app-api": "1.12.4",
"@backstage/dev-utils": "1.0.31",
"@backstage/test-utils": "1.5.4",
"@janus-idp/cli": "1.10.0",
"@janus-idp/cli": "1.10.1",
"@redhat-developer/red-hat-developer-hub-theme": "0.0.54",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
Expand Down

0 comments on commit 9f8974b

Please sign in to comment.