diff --git a/.changeset/rude-starfishes-divide.md b/.changeset/rude-starfishes-divide.md deleted file mode 100644 index c479c99ce..000000000 --- a/.changeset/rude-starfishes-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@orchestrator-ui/orchestrator-ui-components': minor ---- - -1210 Adds a badge with number of subscriptions not shown in the affected-subscriptions cell on the process list page diff --git a/.changeset/thirty-coins-battle.md b/.changeset/thirty-coins-battle.md deleted file mode 100644 index b0acf1b00..000000000 --- a/.changeset/thirty-coins-battle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@orchestrator-ui/orchestrator-ui-components": patch ---- - -Remove inUseByRelations field from query SubscriptionDropdownOptions - -To benefit from the query optimization in https://github.com/workfloworchestrator/orchestrator-core/pull/922 diff --git a/packages/orchestrator-ui-components/CHANGELOG.md b/packages/orchestrator-ui-components/CHANGELOG.md index c93732148..be82e3660 100644 --- a/packages/orchestrator-ui-components/CHANGELOG.md +++ b/packages/orchestrator-ui-components/CHANGELOG.md @@ -1,5 +1,17 @@ # @orchestrator-ui/orchestrator-ui-components +## 3.9.0 + +### Minor Changes + +- 5f8c712: 1210 Adds a badge with number of subscriptions not shown in the affected-subscriptions cell on the process list page + +### Patch Changes + +- adc70ef: Remove inUseByRelations field from query SubscriptionDropdownOptions + + To benefit from the query optimization in https://github.com/workfloworchestrator/orchestrator-core/pull/922 + ## 3.8.1 ### Patch Changes diff --git a/packages/orchestrator-ui-components/package.json b/packages/orchestrator-ui-components/package.json index 987bb8470..df8bd2b04 100644 --- a/packages/orchestrator-ui-components/package.json +++ b/packages/orchestrator-ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@orchestrator-ui/orchestrator-ui-components", - "version": "3.8.1", + "version": "3.9.0", "license": "Apache-2.0", "description": "Library of UI Components used to display the workflow orchestrator frontend", "author": {