Skip to content

Commit

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

### Features

* **rbac:** add type checks with generics for audit log ([#1789](#1789)) ([ac69838](ac69838))

### 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 193612e commit eb83d38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions plugins/analytics-provider-segment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-analytics-provider-segment [1.4.10](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-analytics-provider-segment [1.4.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-05)


Expand Down
4 changes: 2 additions & 2 deletions plugins/analytics-provider-segment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-analytics-provider-segment",
"version": "1.4.9",
"version": "1.4.10",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,7 +46,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/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.5",
Expand Down

0 comments on commit eb83d38

Please sign in to comment.