diff --git a/.changeset/plenty-donuts-repeat.md b/.changeset/plenty-donuts-repeat.md deleted file mode 100644 index 92d063839..000000000 --- a/.changeset/plenty-donuts-repeat.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -"@hopper-ui/svg-icons": minor -"@hopper-ui/icons": minor ---- - -Added the following SVG icons: - -**Added** - -| SVG Name | -| ------------------------------------ | -| decrease-indent-16.svg | -| decrease-indent-24.svg | -| decrease-indent-32.svg | -| increase-indent-16.svg | -| increase-indent-24.svg | -| increase-indent-32.svg | -| translation-16.svg | -| translation-24.svg | -| translation-32.svg | - -Added the following icons: - -**Added** - -| Icon Name | -| ------------------------------------ | -| decreaseIndentIcon | -| increaseIndentIcon | -| translationIcon | diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index b724cccd9..f8f2b4a69 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,12 @@ # @hopper-ui/components +## 1.2.1 + +### Patch Changes + +- Updated dependencies [8ddaae0] + - @hopper-ui/icons@2.8.0 + ## 1.2.0 ### Minor Changes diff --git a/packages/components/package.json b/packages/components/package.json index c5fac271d..7a7346863 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/components", "author": "Workleap", - "version": "1.2.0", + "version": "1.2.1", "description": "The components package.", "license": "Apache-2.0", "repository": { diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 63d15c9c2..bcc76ba16 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,35 @@ # @hopper-ui/icons +## 2.8.0 + +### Minor Changes + +- 8ddaae0: Added the following SVG icons: + + **Added** + + | SVG Name | + | ---------------------- | + | decrease-indent-16.svg | + | decrease-indent-24.svg | + | decrease-indent-32.svg | + | increase-indent-16.svg | + | increase-indent-24.svg | + | increase-indent-32.svg | + | translation-16.svg | + | translation-24.svg | + | translation-32.svg | + + Added the following icons: + + **Added** + + | Icon Name | + | ------------------ | + | decreaseIndentIcon | + | increaseIndentIcon | + | translationIcon | + ## 2.7.0 ### Minor Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 92b64248a..db25b9657 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/icons", "author": "Workleap", - "version": "2.7.0", + "version": "2.8.0", "description": "The icons package.", "license": "Apache-2.0", "repository": { diff --git a/packages/svg-icons/CHANGELOG.md b/packages/svg-icons/CHANGELOG.md index a34b86266..922baea16 100644 --- a/packages/svg-icons/CHANGELOG.md +++ b/packages/svg-icons/CHANGELOG.md @@ -1,5 +1,35 @@ # @hopper-ui/svg-icons +## 2.16.0 + +### Minor Changes + +- 8ddaae0: Added the following SVG icons: + + **Added** + + | SVG Name | + | ---------------------- | + | decrease-indent-16.svg | + | decrease-indent-24.svg | + | decrease-indent-32.svg | + | increase-indent-16.svg | + | increase-indent-24.svg | + | increase-indent-32.svg | + | translation-16.svg | + | translation-24.svg | + | translation-32.svg | + + Added the following icons: + + **Added** + + | Icon Name | + | ------------------ | + | decreaseIndentIcon | + | increaseIndentIcon | + | translationIcon | + ## 2.15.0 ### Minor Changes diff --git a/packages/svg-icons/package.json b/packages/svg-icons/package.json index 732e3ae8e..9254bee12 100644 --- a/packages/svg-icons/package.json +++ b/packages/svg-icons/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/svg-icons", "author": "Workleap", - "version": "2.15.0", + "version": "2.16.0", "description": "A set of icons handcrafted by Workleap", "license": "Apache-2.0", "repository": {