Skip to content

Commit

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

### Features

* **deps:** update to backstage 1.27 ([#1683](#1683)) ([a14869c](a14869c))
* **feedback:** add support for jira component ([#1813](#1813)) ([4afbc17](4afbc17))

### Bug Fixes

* **cli:** fix the removal of type definitions by `export-dynamic`. ([#1810](#1810)) ([8472d91](8472d91))
* **feedback:** fixed feedback backend plugin crashing ([#1809](#1809)) ([e4a571e](e4a571e))
* **feedback:** update EntityPage component ([#1798](#1798)) ([f5b04b5](f5b04b5))
* **kiali:** fix dev links ([#1801](#1801)) ([2a86a5e](2a86a5e))
* **kiali:** remove debug window ([#1793](#1793)) ([b5b5376](b5b5376))
* **kiali:** sanitize input for CWE-79 ([#1786](#1786)) ([9ba95bb](9ba95bb))
* missing postversion script is several plugins and missing turbo dependency ([#1811](#1811)) ([4dfe4f5](4dfe4f5))
* **orchestrator:** fix error handling in case data index failed to start ([#1804](#1804)) ([27affb7](27affb7))
* **topology:** remove check for catalog entity permission ([#1800](#1800)) ([fd6ae41](fd6ae41))

### Documentation

* **kiali:** update development doc for alpha backend([#1720](#1720)) ([e06e9be](e06e9be))
  • Loading branch information
semantic-release-bot committed Jun 13, 2024
1 parent 50a3eba commit ce75d3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions plugins/audit-log-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @janus-idp/backstage-plugin-audit-log-node [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13)


### Features

* **deps:** update to backstage 1.27 ([#1683](https://github.com/janus-idp/backstage-plugins/issues/1683)) ([a14869c](https://github.com/janus-idp/backstage-plugins/commit/a14869c3f4177049cb8d6552b36c3ffd17e7997d))

## @janus-idp/backstage-plugin-audit-log-node [1.1.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-05)


Expand Down
2 changes: 1 addition & 1 deletion plugins/audit-log-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-audit-log-node",
"description": "Node.js library for the audit-log plugin",
"version": "1.1.0",
"version": "1.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit ce75d3e

Please sign in to comment.