Skip to content

Commit

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

### Features

* **orchestrator:** display a description modal before triggering infra-wfs that resulted from an assessment wf ([#1284](#1284)) ([ec293c9](ec293c9))

### Bug Fixes

* **notifications:** add dynamicPluginInstaller ([#1275](#1275)) ([5758a63](5758a63))
* **notifications:** replace NotificationsSidebarItem with NotificationsActiveIcon ([#1295](#1295)) ([af874de](af874de))
* **notifications:** rhidp-1210 Unable to get group notifications ([#1273](#1273)) ([e186fad](e186fad))
* **notifications:** users.yaml path is wrong ([#1296](#1296)) ([12b9140](12b9140))
* **orchestrator:** clean up the plugin code ([#1292](#1292)) ([ad27fb8](ad27fb8))
* **orchestrator:** handle nullable start/state properties of process instance ([#1277](#1277)) ([d8a43a5](d8a43a5))
* **orchestrator:** increase the number of attempts to fetch the instance after execution ([#1301](#1301)) ([77dcce3](77dcce3))
* **orchestrator:** refactor 500 response to use ErrorResponse object ([#1290](#1290)) ([2580f3d](2580f3d))
* **orchestrator:** regenerate Open API with new instance state ([#1289](#1289)) ([8755fdd](8755fdd))
* **orchestrator:** remove date-time format from spec ([#1282](#1282)) ([2b59dcf](2b59dcf))
* **orchestrator:** stop fetching workflow URI ([#1297](#1297)) ([2456a28](2456a28))
* **orchestrator:** walk around the state field is empty issue when fetch instance ([#1299](#1299)) ([e5c33c0](e5c33c0))
* **orchestrator:** workflowId parameter wrongly parsed in getWorkflowOverviewById (v2) ([#1283](#1283)) ([2cd70d0](2cd70d0))
* **rbac:** improve error handling in retrieving permission metadata. ([#1285](#1285)) ([77f5f0e](77f5f0e))
* text filtering in Notifications ([#1303](#1303)) ([9ee3439](9ee3439))

### Documentation

* **rbac:** update to the rbac documentation ([#1268](#1268)) ([5c7253b](5c7253b))
  • Loading branch information
semantic-release-bot committed Mar 4, 2024
1 parent f7bdbf1 commit c02e65a
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.2.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-04)



### Dependencies

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

## @janus-idp/backstage-plugin-analytics-provider-segment [1.2.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-27)


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.2.10",
"version": "1.2.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@backstage/core-app-api": "1.12.0",
"@backstage/dev-utils": "1.0.27",
"@backstage/test-utils": "1.5.0",
"@janus-idp/cli": "1.7.4",
"@janus-idp/cli": "1.7.5",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
Expand Down

0 comments on commit c02e65a

Please sign in to comment.