diff --git a/.changeset/sixty-spies-drive.md b/.changeset/sixty-spies-drive.md deleted file mode 100644 index 498c8fcd9..000000000 --- a/.changeset/sixty-spies-drive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hopper-ui/components": patch ---- - -- To ease the transition from Orbiter to Hopper, we want to be able to replace the Lozenge component from Orbiter with the one from Hopper. We have mapped Lozenge variants to their corresponding Badge variants for temporary compatibility. -- Also moved the temporary mapping functions to utils files for maintainability and readability. diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index b96e21be1..9dabf8bf1 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,12 @@ # @hopper-ui/components +## 1.3.20 + +### Patch Changes + +- 1ec20fc: - To ease the transition from Orbiter to Hopper, we want to be able to replace the Lozenge component from Orbiter with the one from Hopper. We have mapped Lozenge variants to their corresponding Badge variants for temporary compatibility. + - Also moved the temporary mapping functions to utils files for maintainability and readability. + ## 1.3.19 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 7d993f6b8..a0e726cf5 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/components", "author": "Workleap", - "version": "1.3.19", + "version": "1.3.20", "description": "The components package.", "license": "Apache-2.0", "repository": {