diff --git a/.changeset/olive-carrots-change.md b/.changeset/olive-carrots-change.md deleted file mode 100644 index 072850667..000000000 --- a/.changeset/olive-carrots-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@orchestrator-ui/orchestrator-ui-components': minor ---- - -Fix notes not updating when changing pages, fix cancel button resetting note to older value diff --git a/.changeset/wild-otters-laugh.md b/.changeset/wild-otters-laugh.md deleted file mode 100644 index 8a17b7910..000000000 --- a/.changeset/wild-otters-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@orchestrator-ui/orchestrator-ui-components': minor ---- - -1662 Make the navbar fixed when scrolling and notify user for failing websocket there. diff --git a/packages/orchestrator-ui-components/CHANGELOG.md b/packages/orchestrator-ui-components/CHANGELOG.md index 7b4cc445a..502acbf50 100644 --- a/packages/orchestrator-ui-components/CHANGELOG.md +++ b/packages/orchestrator-ui-components/CHANGELOG.md @@ -1,5 +1,12 @@ # @orchestrator-ui/orchestrator-ui-components +## 3.1.0 + +### Minor Changes + +- 98c1716: Fix notes not updating when changing pages, fix cancel button resetting note to older value +- c19dacd: 1662 Make the navbar fixed when scrolling and notify user for failing websocket there. + ## 3.0.3 ### Patch Changes diff --git a/packages/orchestrator-ui-components/package.json b/packages/orchestrator-ui-components/package.json index 58b038585..3574405fb 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.0.3", + "version": "3.1.0", "license": "Apache-2.0", "description": "Library of UI Components used to display the workflow orchestrator frontend", "author": {