diff --git a/.changeset/sweet-cars-beam.md b/.changeset/sweet-cars-beam.md deleted file mode 100644 index 0a7edf119..000000000 --- a/.changeset/sweet-cars-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hopper-ui/components": minor ---- - -Added an avatar slot to ListBox and Tag components. diff --git a/.changeset/tricky-sloths-worry.md b/.changeset/tricky-sloths-worry.md deleted file mode 100644 index 0ce59f25c..000000000 --- a/.changeset/tricky-sloths-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hopper-ui/icons": minor ---- - -Added status variants to the RichIcon. diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 2e42575ab..b724cccd9 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,16 @@ # @hopper-ui/components +## 1.2.0 + +### Minor Changes + +- 58de004: Added an avatar slot to ListBox and Tag components. + +### Patch Changes + +- Updated dependencies [58de004] + - @hopper-ui/icons@2.7.0 + ## 1.1.0 ### Minor Changes diff --git a/packages/components/package.json b/packages/components/package.json index f3162d101..c5fac271d 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/components", "author": "Workleap", - "version": "1.1.0", + "version": "1.2.0", "description": "The components package.", "license": "Apache-2.0", "repository": { diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 9abd7f944..63d15c9c2 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @hopper-ui/icons +## 2.7.0 + +### Minor Changes + +- 58de004: Added status variants to the RichIcon. + ## 2.6.2 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 8500e06c5..92b64248a 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/icons", "author": "Workleap", - "version": "2.6.2", + "version": "2.7.0", "description": "The icons package.", "license": "Apache-2.0", "repository": {