diff --git a/.changeset/clean-bags-visit.md b/.changeset/clean-bags-visit.md deleted file mode 100644 index b4b70e1d6..000000000 --- a/.changeset/clean-bags-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@orchestrator-ui/orchestrator-ui-components': patch ---- - -Fixes calling getFirstUuidPart with null value diff --git a/.changeset/fast-starfishes-design.md b/.changeset/fast-starfishes-design.md deleted file mode 100644 index eeec21b7b..000000000 --- a/.changeset/fast-starfishes-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@orchestrator-ui/orchestrator-ui-components": patch ---- - -Feat: refactor IPPREFIX table #2143 diff --git a/packages/orchestrator-ui-components/CHANGELOG.md b/packages/orchestrator-ui-components/CHANGELOG.md index 6d482c980..23f782bd6 100644 --- a/packages/orchestrator-ui-components/CHANGELOG.md +++ b/packages/orchestrator-ui-components/CHANGELOG.md @@ -1,5 +1,12 @@ # @orchestrator-ui/orchestrator-ui-components +## 2.14.1 + +### Patch Changes + +- 7f972a1: Fixes calling getFirstUuidPart with null value +- 86b504f: Feat: refactor IPPREFIX table #2143 + ## 2.14.0 ### Minor Changes diff --git a/packages/orchestrator-ui-components/package.json b/packages/orchestrator-ui-components/package.json index 749fedf0a..be07dd766 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": "2.14.0", + "version": "2.14.1", "license": "Apache-2.0", "description": "Library of UI Components used to display the workflow orchestrator frontend", "author": {