diff --git a/.changeset/seven-rice-hang.md b/.changeset/seven-rice-hang.md deleted file mode 100644 index 070cc565..00000000 --- a/.changeset/seven-rice-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@igloo-ui/textarea": patch ---- - -Resize textarea on value change with a 300ms debounce diff --git a/.changeset/slimy-moose-float.md b/.changeset/slimy-moose-float.md deleted file mode 100644 index 1eb6d8be..00000000 --- a/.changeset/slimy-moose-float.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -"@igloo-ui/action-menu": patch -"@igloo-ui/alert": patch -"@igloo-ui/area-chart": patch -"@igloo-ui/avatar": patch -"@igloo-ui/bar-chart": patch -"@igloo-ui/breadcrumb": patch -"@igloo-ui/button": patch -"@igloo-ui/button-group": patch -"@igloo-ui/card": patch -"@igloo-ui/carousel": patch -"@igloo-ui/checkbox": patch -"@igloo-ui/color": patch -"@igloo-ui/color-picker": patch -"@igloo-ui/combobox": patch -"@igloo-ui/datepicker": patch -"@igloo-ui/dialog": patch -"@igloo-ui/disclosure": patch -"@igloo-ui/ellipsis": patch -"@igloo-ui/filter": patch -"@igloo-ui/form-group": patch -"@igloo-ui/helper-text": patch -"@igloo-ui/hyperlink": patch -"@igloo-ui/icon-button": patch -"@igloo-ui/input": patch -"@igloo-ui/metric": patch -"@igloo-ui/modal": patch -"@igloo-ui/option-button": patch -"@igloo-ui/pager": patch -"@igloo-ui/pie-chart": patch -"@igloo-ui/popover": patch -"@igloo-ui/progress-bar": patch -"@igloo-ui/provider": patch -"@igloo-ui/radio": patch -"@igloo-ui/select": patch -"@igloo-ui/stacked-bar": patch -"@igloo-ui/stepper": patch -"@igloo-ui/tabs": patch -"@igloo-ui/tag": patch -"@igloo-ui/tag-picker": patch -"@igloo-ui/text-editor": patch -"@igloo-ui/textarea": patch -"@igloo-ui/toaster": patch -"@igloo-ui/toggle": patch -"@igloo-ui/tooltip": patch -"@igloo-ui/vertical-bar-chart": patch ---- - -Updated to latest icons and tokens diff --git a/packages/ActionMenu/CHANGELOG.md b/packages/ActionMenu/CHANGELOG.md index be26d21c..fb6e8046 100644 --- a/packages/ActionMenu/CHANGELOG.md +++ b/packages/ActionMenu/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/action-menu +## 1.5.11 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 1.5.10 ### Patch Changes diff --git a/packages/ActionMenu/package.json b/packages/ActionMenu/package.json index 0b848bfe..386ffc25 100644 --- a/packages/ActionMenu/package.json +++ b/packages/ActionMenu/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/action-menu", - "version": "1.5.10", + "version": "1.5.11", "main": "dist/ActionMenu.js", "module": "dist/ActionMenu.js", "types": "dist/ActionMenu.d.ts", @@ -32,9 +32,9 @@ }, "devDependencies": { "@igloo-ui/icons": "^1.12.2", - "@igloo-ui/button": "^0.9.3", - "@igloo-ui/helper-text": "^0.3.5", - "@igloo-ui/icon-button": "^1.3.3" + "@igloo-ui/button": "^0.9.4", + "@igloo-ui/helper-text": "^0.3.6", + "@igloo-ui/icon-button": "^1.3.4" }, "browserslist": [ "> 1%", diff --git a/packages/Alert/CHANGELOG.md b/packages/Alert/CHANGELOG.md index 5a7c726a..38b28608 100644 --- a/packages/Alert/CHANGELOG.md +++ b/packages/Alert/CHANGELOG.md @@ -1,5 +1,15 @@ # @igloo-ui/alert +## 0.9.2 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/button@0.9.4 + - @igloo-ui/icon-button@1.3.4 + - @igloo-ui/provider@0.1.5 + ## 0.9.1 ### Patch Changes diff --git a/packages/Alert/package.json b/packages/Alert/package.json index 21f64080..2a79f14e 100644 --- a/packages/Alert/package.json +++ b/packages/Alert/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/alert", - "version": "0.9.1", + "version": "0.9.2", "main": "dist/Alert.js", "module": "dist/Alert.js", "types": "dist/Alert.d.ts", @@ -15,7 +15,7 @@ ], "license": "Apache-2.0", "peerDependencies": { - "@igloo-ui/provider": ">=0.1.4", + "@igloo-ui/provider": ">=0.1.5", "react": ">= 16.8.6" }, "files": [ @@ -25,8 +25,8 @@ "build": "rollup -c rollup.config.js" }, "dependencies": { - "@igloo-ui/button": "^0.9.3", - "@igloo-ui/icon-button": "^1.3.3", + "@igloo-ui/button": "^0.9.4", + "@igloo-ui/icon-button": "^1.3.4", "@igloo-ui/icons": "^1.12.2", "@igloo-ui/tokens": "^2.1.0", "@hopper-ui/icons-react16": "2.4.0", @@ -34,8 +34,8 @@ "classnames": "^2.3.2" }, "devDependencies": { - "@igloo-ui/provider": "^0.1.4", - "@igloo-ui/tooltip": "^3.5.5", - "@igloo-ui/hyperlink": "^0.5.1" + "@igloo-ui/provider": "^0.1.5", + "@igloo-ui/tooltip": "^3.5.6", + "@igloo-ui/hyperlink": "^0.5.2" } } diff --git a/packages/AreaChart/CHANGELOG.md b/packages/AreaChart/CHANGELOG.md index b02787bf..59cfab8c 100644 --- a/packages/AreaChart/CHANGELOG.md +++ b/packages/AreaChart/CHANGELOG.md @@ -1,5 +1,13 @@ # @igloo-ui/area-chart +## 1.2.7 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/provider@0.1.5 + ## 1.2.6 ### Patch Changes diff --git a/packages/AreaChart/package.json b/packages/AreaChart/package.json index 895e25e4..c613f6ff 100644 --- a/packages/AreaChart/package.json +++ b/packages/AreaChart/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/area-chart", - "version": "1.2.6", + "version": "1.2.7", "main": "dist/AreaChart.js", "module": "dist/AreaChart.js", "types": "dist/AreaChart.d.ts", @@ -15,7 +15,7 @@ ], "license": "Apache-2.0", "peerDependencies": { - "@igloo-ui/provider": ">=0.1.4", + "@igloo-ui/provider": ">=0.1.5", "react": ">= 16.8.6" }, "files": [ @@ -32,7 +32,7 @@ "recharts": "^2.12.0" }, "devDependencies": { - "@igloo-ui/provider": "^0.1.4", + "@igloo-ui/provider": "^0.1.5", "@types/recharts": "^1.8.29" }, "browserslist": [ diff --git a/packages/Avatar/CHANGELOG.md b/packages/Avatar/CHANGELOG.md index d1b38ca3..7e12928f 100644 --- a/packages/Avatar/CHANGELOG.md +++ b/packages/Avatar/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/avatar +## 0.4.1 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.4.0 ### Minor Changes diff --git a/packages/Avatar/package.json b/packages/Avatar/package.json index 9bd35a93..7bd2295d 100644 --- a/packages/Avatar/package.json +++ b/packages/Avatar/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/avatar", - "version": "0.4.0", + "version": "0.4.1", "main": "dist/Avatar.js", "module": "dist/Avatar.js", "types": "dist/Avatar.d.ts", diff --git a/packages/BarChart/CHANGELOG.md b/packages/BarChart/CHANGELOG.md index 11090a69..8565e5f6 100644 --- a/packages/BarChart/CHANGELOG.md +++ b/packages/BarChart/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/bar-chart +## 0.4.6 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.4.5 ### Patch Changes diff --git a/packages/BarChart/package.json b/packages/BarChart/package.json index 8f5652db..5fda965e 100644 --- a/packages/BarChart/package.json +++ b/packages/BarChart/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/bar-chart", - "version": "0.4.5", + "version": "0.4.6", "main": "dist/BarChart.js", "module": "dist/BarChart.js", "types": "dist/BarChart.d.ts", diff --git a/packages/Breadcrumb/CHANGELOG.md b/packages/Breadcrumb/CHANGELOG.md index 5edc1518..54165465 100644 --- a/packages/Breadcrumb/CHANGELOG.md +++ b/packages/Breadcrumb/CHANGELOG.md @@ -1,5 +1,13 @@ # @igloo-ui/breadcrumb +## 0.3.10 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/provider@0.1.5 + ## 0.3.9 ### Patch Changes diff --git a/packages/Breadcrumb/package.json b/packages/Breadcrumb/package.json index 9d7cb3ba..e656b399 100644 --- a/packages/Breadcrumb/package.json +++ b/packages/Breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/breadcrumb", - "version": "0.3.9", + "version": "0.3.10", "main": "dist/Breadcrumb.js", "module": "dist/Breadcrumb.js", "types": "dist/Breadcrumb.d.ts", @@ -15,7 +15,7 @@ ], "license": "Apache-2.0", "peerDependencies": { - "@igloo-ui/provider": ">=0.1.4", + "@igloo-ui/provider": ">=0.1.5", "react": ">= 16.8.6" }, "files": [ @@ -31,7 +31,7 @@ "@igloo-ui/icons": "^1.12.2" }, "devDependencies": { - "@igloo-ui/provider": "^0.1.4" + "@igloo-ui/provider": "^0.1.5" }, "browserslist": [ "> 1%", diff --git a/packages/Button/CHANGELOG.md b/packages/Button/CHANGELOG.md index 9eb2babd..313a1ce4 100644 --- a/packages/Button/CHANGELOG.md +++ b/packages/Button/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.9.4 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.9.3 ### Patch Changes diff --git a/packages/Button/package.json b/packages/Button/package.json index 0aeb8300..0084ce66 100644 --- a/packages/Button/package.json +++ b/packages/Button/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/button", - "version": "0.9.3", + "version": "0.9.4", "main": "dist/Button.js", "module": "dist/Button.js", "types": "dist/Button.d.ts", diff --git a/packages/ButtonGroup/CHANGELOG.md b/packages/ButtonGroup/CHANGELOG.md index d8302dad..4745c48c 100644 --- a/packages/ButtonGroup/CHANGELOG.md +++ b/packages/ButtonGroup/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/button-group +## 0.5.3 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.5.2 ### Patch Changes diff --git a/packages/ButtonGroup/package.json b/packages/ButtonGroup/package.json index aeec50da..bf8847d3 100644 --- a/packages/ButtonGroup/package.json +++ b/packages/ButtonGroup/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/button-group", - "version": "0.5.2", + "version": "0.5.3", "main": "dist/ButtonGroup.js", "module": "dist/ButtonGroup.js", "types": "dist/ButtonGroup.d.ts", @@ -35,6 +35,6 @@ ], "devDependencies": { "@igloo-ui/icons": "^1.12.2", - "@igloo-ui/tooltip": "^3.5.5" + "@igloo-ui/tooltip": "^3.5.6" } } diff --git a/packages/Card/CHANGELOG.md b/packages/Card/CHANGELOG.md index 298bc6e4..63d94d62 100644 --- a/packages/Card/CHANGELOG.md +++ b/packages/Card/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/card +## 0.2.5 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.2.4 ### Patch Changes diff --git a/packages/Card/package.json b/packages/Card/package.json index 58cea460..d3a4e7fe 100644 --- a/packages/Card/package.json +++ b/packages/Card/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/card", - "version": "0.2.4", + "version": "0.2.5", "main": "dist/Card.js", "module": "dist/Card.js", "types": "dist/Card.d.ts", diff --git a/packages/Carousel/CHANGELOG.md b/packages/Carousel/CHANGELOG.md index 1ee2bc42..bda15f2d 100644 --- a/packages/Carousel/CHANGELOG.md +++ b/packages/Carousel/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/carousel +## 0.3.7 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.3.6 ### Patch Changes diff --git a/packages/Carousel/package.json b/packages/Carousel/package.json index eeb5af01..dbe5a858 100644 --- a/packages/Carousel/package.json +++ b/packages/Carousel/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/carousel", - "version": "0.3.6", + "version": "0.3.7", "main": "dist/Carousel.js", "module": "dist/Carousel.js", "types": "dist/Carousel.d.ts", @@ -29,7 +29,7 @@ "classnames": "^2.3.2" }, "devDependencies": { - "@igloo-ui/button": "^0.9.3" + "@igloo-ui/button": "^0.9.4" }, "browserslist": [ "> 1%", diff --git a/packages/Checkbox/CHANGELOG.md b/packages/Checkbox/CHANGELOG.md index a20674ec..60aa9666 100644 --- a/packages/Checkbox/CHANGELOG.md +++ b/packages/Checkbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/checkbox +## 0.5.3 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.5.2 ### Patch Changes diff --git a/packages/Checkbox/package.json b/packages/Checkbox/package.json index 22b78a87..c28921f4 100644 --- a/packages/Checkbox/package.json +++ b/packages/Checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/checkbox", - "version": "0.5.2", + "version": "0.5.3", "main": "dist/Checkbox.js", "module": "dist/Checkbox.js", "types": "dist/Checkbox.d.ts", diff --git a/packages/Color/CHANGELOG.md b/packages/Color/CHANGELOG.md index cb03db38..f30f586c 100644 --- a/packages/Color/CHANGELOG.md +++ b/packages/Color/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/color +## 0.5.4 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.5.3 ### Patch Changes diff --git a/packages/Color/package.json b/packages/Color/package.json index 8314178a..a7269c28 100644 --- a/packages/Color/package.json +++ b/packages/Color/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/color", - "version": "0.5.3", + "version": "0.5.4", "main": "dist/Color.js", "module": "dist/Color.js", "types": "dist/Color.d.ts", diff --git a/packages/ColorPicker/CHANGELOG.md b/packages/ColorPicker/CHANGELOG.md index 012c6675..25f412a7 100644 --- a/packages/ColorPicker/CHANGELOG.md +++ b/packages/ColorPicker/CHANGELOG.md @@ -1,5 +1,14 @@ # @igloo-ui/color-picker +## 1.0.7 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/color@0.5.4 + - @igloo-ui/provider@0.1.5 + ## 1.0.6 ### Patch Changes diff --git a/packages/ColorPicker/package.json b/packages/ColorPicker/package.json index e3405170..eb5d3fa0 100644 --- a/packages/ColorPicker/package.json +++ b/packages/ColorPicker/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/color-picker", - "version": "1.0.6", + "version": "1.0.7", "main": "dist/ColorPicker.js", "module": "dist/ColorPicker.js", "types": "dist/ColorPicker.d.ts", @@ -15,7 +15,7 @@ ], "license": "Apache-2.0", "peerDependencies": { - "@igloo-ui/provider": ">=0.1.4", + "@igloo-ui/provider": ">=0.1.5", "react": ">= 16.8.6" }, "files": [ @@ -25,7 +25,7 @@ "build": "rollup -c rollup.config.js" }, "dependencies": { - "@igloo-ui/color": "^0.5.3", + "@igloo-ui/color": "^0.5.4", "@igloo-ui/dropdown": "^1.9.1", "@igloo-ui/tokens": "^2.1.0", "@hopper-ui/tokens": "^4.3.2", @@ -35,7 +35,7 @@ "react-stately": "^3.30.1" }, "devDependencies": { - "@igloo-ui/provider": "^0.1.4" + "@igloo-ui/provider": "^0.1.5" }, "browserslist": [ "> 1%", diff --git a/packages/Combobox/CHANGELOG.md b/packages/Combobox/CHANGELOG.md index 7dcc4b74..0b81f70a 100644 --- a/packages/Combobox/CHANGELOG.md +++ b/packages/Combobox/CHANGELOG.md @@ -1,5 +1,16 @@ # @igloo-ui/combobox +## 2.5.1 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/icon-button@1.3.4 + - @igloo-ui/input@2.3.2 + - @igloo-ui/provider@0.1.5 + - @igloo-ui/tooltip@3.5.6 + ## 2.5.0 ### Minor Changes diff --git a/packages/Combobox/package.json b/packages/Combobox/package.json index 37c08499..ddeb1a23 100644 --- a/packages/Combobox/package.json +++ b/packages/Combobox/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/combobox", - "version": "2.5.0", + "version": "2.5.1", "main": "dist/Combobox.js", "module": "dist/Combobox.js", "types": "dist/Combobox.d.ts", @@ -15,7 +15,7 @@ ], "license": "Apache-2.0", "peerDependencies": { - "@igloo-ui/provider": ">=0.1.4", + "@igloo-ui/provider": ">=0.1.5", "react": ">= 16.8.6" }, "files": [ @@ -28,18 +28,18 @@ "@igloo-ui/dropdown": "^1.9.1", "@igloo-ui/list": "^0.9.0", "@igloo-ui/icons": "^1.12.2", - "@igloo-ui/icon-button": "^1.3.3", - "@igloo-ui/input": "^2.3.1", + "@igloo-ui/icon-button": "^1.3.4", + "@igloo-ui/input": "^2.3.2", "@igloo-ui/tokens": "^2.1.0", "@hopper-ui/icons-react16": "2.4.0", "@hopper-ui/tokens": "^4.3.2", - "@igloo-ui/tooltip": "^3.5.5", + "@igloo-ui/tooltip": "^3.5.6", "classnames": "^2.3.2" }, "devDependencies": { - "@igloo-ui/button": "^0.9.3", - "@igloo-ui/provider": "^0.1.4", - "@igloo-ui/tag": "^1.9.0", + "@igloo-ui/button": "^0.9.4", + "@igloo-ui/provider": "^0.1.5", + "@igloo-ui/tag": "^1.9.1", "@shared/components": "0.6.0" }, "browserslist": [ diff --git a/packages/Datepicker/CHANGELOG.md b/packages/Datepicker/CHANGELOG.md index 35b31b3a..af819345 100644 --- a/packages/Datepicker/CHANGELOG.md +++ b/packages/Datepicker/CHANGELOG.md @@ -1,5 +1,16 @@ # @igloo-ui/datepicker +## 0.7.4 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/button@0.9.4 + - @igloo-ui/icon-button@1.3.4 + - @igloo-ui/input@2.3.2 + - @igloo-ui/provider@0.1.5 + ## 0.7.3 ### Patch Changes diff --git a/packages/Datepicker/package.json b/packages/Datepicker/package.json index 2193a084..76afcbf7 100644 --- a/packages/Datepicker/package.json +++ b/packages/Datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/datepicker", - "version": "0.7.3", + "version": "0.7.4", "main": "dist/Datepicker.js", "module": "dist/Datepicker.js", "types": "dist/Datepicker.d.ts", @@ -15,7 +15,7 @@ ], "license": "Apache-2.0", "peerDependencies": { - "@igloo-ui/provider": ">=0.1.4", + "@igloo-ui/provider": ">=0.1.5", "react": ">= 16.8.6" }, "files": [ @@ -25,11 +25,11 @@ "build": "rollup -c rollup.config.js" }, "dependencies": { - "@igloo-ui/button": "^0.9.3", + "@igloo-ui/button": "^0.9.4", "@igloo-ui/dropdown": "^1.9.1", - "@igloo-ui/icon-button": "^1.3.3", + "@igloo-ui/icon-button": "^1.3.4", "@igloo-ui/icons": "^1.12.2", - "@igloo-ui/input": "^2.3.1", + "@igloo-ui/input": "^2.3.2", "@igloo-ui/tokens": "^2.1.0", "@hopper-ui/tokens": "^4.3.2", "@internationalized/date": "^3.5.2", @@ -39,7 +39,7 @@ "react-stately": "^3.30.1" }, "devDependencies": { - "@igloo-ui/provider": "^0.1.4" + "@igloo-ui/provider": "^0.1.5" }, "browserslist": [ "> 1%", diff --git a/packages/Dialog/CHANGELOG.md b/packages/Dialog/CHANGELOG.md index c224691a..6a97f133 100644 --- a/packages/Dialog/CHANGELOG.md +++ b/packages/Dialog/CHANGELOG.md @@ -1,5 +1,14 @@ # @igloo-ui/dialog +## 0.9.5 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/button@0.9.4 + - @igloo-ui/modal@1.8.3 + ## 0.9.4 ### Patch Changes diff --git a/packages/Dialog/package.json b/packages/Dialog/package.json index b982c091..f8d8690a 100644 --- a/packages/Dialog/package.json +++ b/packages/Dialog/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/dialog", - "version": "0.9.4", + "version": "0.9.5", "main": "dist/Dialog.js", "module": "dist/Dialog.js", "types": "dist/Dialog.d.ts", @@ -26,8 +26,8 @@ "dependencies": { "@igloo-ui/tokens": "^2.1.0", "classnames": "^2.3.2", - "@igloo-ui/modal": "^1.8.2", - "@igloo-ui/button": "^0.9.3", + "@igloo-ui/modal": "^1.8.3", + "@igloo-ui/button": "^0.9.4", "@hopper-ui/tokens": "^4.3.2" }, "browserslist": [ diff --git a/packages/Disclosure/CHANGELOG.md b/packages/Disclosure/CHANGELOG.md index d5a86466..160ea733 100644 --- a/packages/Disclosure/CHANGELOG.md +++ b/packages/Disclosure/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/disclosure +## 1.2.3 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 1.2.2 ### Patch Changes diff --git a/packages/Disclosure/package.json b/packages/Disclosure/package.json index 937f4fd7..055b5c1b 100644 --- a/packages/Disclosure/package.json +++ b/packages/Disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/disclosure", - "version": "1.2.2", + "version": "1.2.3", "main": "dist/Disclosure.js", "module": "dist/Disclosure.js", "types": "dist/Disclosure.d.ts", @@ -32,7 +32,7 @@ "react-stately": "^3.30.1" }, "devDependencies": { - "@igloo-ui/button": "^0.9.3" + "@igloo-ui/button": "^0.9.4" }, "browserslist": [ "> 1%", diff --git a/packages/Ellipsis/CHANGELOG.md b/packages/Ellipsis/CHANGELOG.md index 512bb402..ccb66c5a 100644 --- a/packages/Ellipsis/CHANGELOG.md +++ b/packages/Ellipsis/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/ellipsis +## 0.3.5 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.3.4 ### Patch Changes diff --git a/packages/Ellipsis/package.json b/packages/Ellipsis/package.json index e04ad529..aa276c90 100644 --- a/packages/Ellipsis/package.json +++ b/packages/Ellipsis/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/ellipsis", - "version": "0.3.4", + "version": "0.3.5", "main": "dist/Ellipsis.js", "module": "dist/Ellipsis.js", "types": "dist/Ellipsis.d.ts", diff --git a/packages/Filter/CHANGELOG.md b/packages/Filter/CHANGELOG.md index 9d07ddd7..e471e056 100644 --- a/packages/Filter/CHANGELOG.md +++ b/packages/Filter/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/filter +## 0.4.3 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.4.2 ### Patch Changes diff --git a/packages/Filter/package.json b/packages/Filter/package.json index 20498592..67030e1c 100644 --- a/packages/Filter/package.json +++ b/packages/Filter/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/filter", - "version": "0.4.2", + "version": "0.4.3", "main": "dist/Filter.js", "module": "dist/Filter.js", "types": "dist/Filter.d.ts", diff --git a/packages/FormGroup/CHANGELOG.md b/packages/FormGroup/CHANGELOG.md index 8f8cff24..cda590a2 100644 --- a/packages/FormGroup/CHANGELOG.md +++ b/packages/FormGroup/CHANGELOG.md @@ -1,5 +1,13 @@ # @igloo-ui/form-group +## 1.2.3 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/helper-text@0.3.6 + ## 1.2.2 ### Patch Changes diff --git a/packages/FormGroup/package.json b/packages/FormGroup/package.json index 929b8754..1d744f49 100644 --- a/packages/FormGroup/package.json +++ b/packages/FormGroup/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/form-group", - "version": "1.2.2", + "version": "1.2.3", "main": "dist/FormGroup.js", "module": "dist/FormGroup.js", "types": "dist/FormGroup.d.ts", @@ -28,7 +28,7 @@ "@igloo-ui/icons": "^1.12.2", "@hopper-ui/tokens": "^4.3.2", "classnames": "^2.3.2", - "@igloo-ui/helper-text": "^0.3.5" + "@igloo-ui/helper-text": "^0.3.6" }, "browserslist": [ "> 1%", @@ -36,8 +36,8 @@ "IE >= 11" ], "devDependencies": { - "@igloo-ui/input": "^2.3.1", - "@igloo-ui/select": "^1.6.1", - "@igloo-ui/textarea": "^0.5.1" + "@igloo-ui/input": "^2.3.2", + "@igloo-ui/select": "^1.7.1", + "@igloo-ui/textarea": "^0.5.2" } } diff --git a/packages/HelperText/CHANGELOG.md b/packages/HelperText/CHANGELOG.md index db213e61..c010ec51 100644 --- a/packages/HelperText/CHANGELOG.md +++ b/packages/HelperText/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/message +## 0.3.6 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.3.5 ### Patch Changes diff --git a/packages/HelperText/package.json b/packages/HelperText/package.json index 392ad8ae..b7960f44 100644 --- a/packages/HelperText/package.json +++ b/packages/HelperText/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/helper-text", - "version": "0.3.5", + "version": "0.3.6", "main": "dist/HelperText.js", "module": "dist/HelperText.js", "types": "dist/HelperText.d.ts", diff --git a/packages/Hyperlink/CHANGELOG.md b/packages/Hyperlink/CHANGELOG.md index 17eadec6..cd21e237 100644 --- a/packages/Hyperlink/CHANGELOG.md +++ b/packages/Hyperlink/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/hyperlink +## 0.5.2 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.5.1 ### Patch Changes diff --git a/packages/Hyperlink/package.json b/packages/Hyperlink/package.json index 5e776089..7414434a 100644 --- a/packages/Hyperlink/package.json +++ b/packages/Hyperlink/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/hyperlink", - "version": "0.5.1", + "version": "0.5.2", "main": "dist/Hyperlink.js", "module": "dist/Hyperlink.js", "types": "dist/Hyperlink.d.ts", diff --git a/packages/IconButton/CHANGELOG.md b/packages/IconButton/CHANGELOG.md index 098acf38..ee830930 100644 --- a/packages/IconButton/CHANGELOG.md +++ b/packages/IconButton/CHANGELOG.md @@ -1,5 +1,13 @@ # @igloo-ui/icon-button +## 1.3.4 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/button@0.9.4 + ## 1.3.3 ### Patch Changes diff --git a/packages/IconButton/package.json b/packages/IconButton/package.json index dfcb4006..632038e9 100644 --- a/packages/IconButton/package.json +++ b/packages/IconButton/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/icon-button", - "version": "1.3.3", + "version": "1.3.4", "main": "dist/IconButton.js", "module": "dist/IconButton.js", "types": "dist/IconButton.d.ts", @@ -24,7 +24,7 @@ "build": "rollup -c rollup.config.js" }, "dependencies": { - "@igloo-ui/button": "^0.9.3", + "@igloo-ui/button": "^0.9.4", "@igloo-ui/tokens": "^2.1.0", "@hopper-ui/tokens": "^4.3.2", "classnames": "^2.3.2" diff --git a/packages/Input/CHANGELOG.md b/packages/Input/CHANGELOG.md index f2947614..d0708363 100644 --- a/packages/Input/CHANGELOG.md +++ b/packages/Input/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/input +## 2.3.2 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 2.3.1 ### Patch Changes diff --git a/packages/Input/package.json b/packages/Input/package.json index 65cd87b5..387565f5 100644 --- a/packages/Input/package.json +++ b/packages/Input/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/input", - "version": "2.3.1", + "version": "2.3.2", "main": "dist/Input.js", "module": "dist/Input.js", "types": "dist/Input.d.ts", diff --git a/packages/Metric/CHANGELOG.md b/packages/Metric/CHANGELOG.md index 68d10a1c..335f1a20 100644 --- a/packages/Metric/CHANGELOG.md +++ b/packages/Metric/CHANGELOG.md @@ -1,5 +1,14 @@ # @igloo-ui/metric +## 0.4.2 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/provider@0.1.5 + - @igloo-ui/tooltip@3.5.6 + ## 0.4.1 ### Patch Changes diff --git a/packages/Metric/package.json b/packages/Metric/package.json index 61c51fad..f759832d 100644 --- a/packages/Metric/package.json +++ b/packages/Metric/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/metric", - "version": "0.4.1", + "version": "0.4.2", "main": "dist/Metric.js", "module": "dist/Metric.js", "types": "dist/Metric.d.ts", @@ -15,7 +15,7 @@ ], "license": "Apache-2.0", "peerDependencies": { - "@igloo-ui/provider": ">=0.1.4", + "@igloo-ui/provider": ">=0.1.5", "react": ">= 16.8.6" }, "files": [ @@ -27,13 +27,13 @@ "dependencies": { "@igloo-ui/icons": "^1.12.2", "@igloo-ui/tokens": "^2.1.0", - "@igloo-ui/tooltip": "^3.5.5", + "@igloo-ui/tooltip": "^3.5.6", "@hopper-ui/tokens": "^4.3.2", "classnames": "^2.3.2", "react-aria": "^3.32.1" }, "devDependencies": { - "@igloo-ui/provider": "^0.1.4" + "@igloo-ui/provider": "^0.1.5" }, "browserslist": [ "> 1%", diff --git a/packages/Modal/CHANGELOG.md b/packages/Modal/CHANGELOG.md index 7786bdf6..98b31579 100644 --- a/packages/Modal/CHANGELOG.md +++ b/packages/Modal/CHANGELOG.md @@ -1,5 +1,15 @@ # @igloo-ui/modal +## 1.8.3 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/carousel@0.3.7 + - @igloo-ui/icon-button@1.3.4 + - @igloo-ui/provider@0.1.5 + ## 1.8.2 ### Patch Changes diff --git a/packages/Modal/package.json b/packages/Modal/package.json index c8a9d75e..ae99e00f 100644 --- a/packages/Modal/package.json +++ b/packages/Modal/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/modal", - "version": "1.8.2", + "version": "1.8.3", "main": "dist/Modal.js", "module": "dist/Modal.js", "types": "dist/Modal.d.ts", @@ -15,7 +15,7 @@ ], "license": "Apache-2.0", "peerDependencies": { - "@igloo-ui/provider": ">=0.1.4", + "@igloo-ui/provider": ">=0.1.5", "react": ">= 16.8.6", "react-dom": ">= 16.8.6" }, @@ -26,12 +26,12 @@ "build": "rollup -c rollup.config.js" }, "dependencies": { - "@igloo-ui/icon-button": "^1.3.3", + "@igloo-ui/icon-button": "^1.3.4", "@igloo-ui/icons": "^1.12.2", "@igloo-ui/tokens": "^2.1.0", "@hopper-ui/icons-react16": "2.4.0", "@hopper-ui/tokens": "^4.3.2", - "@igloo-ui/carousel": "^0.3.6", + "@igloo-ui/carousel": "^0.3.7", "@types/react-dom": "18.0.11", "classnames": "^2.3.2", "framer-motion": "^6.5.1", @@ -43,8 +43,8 @@ "IE >= 11" ], "devDependencies": { - "@igloo-ui/button": "^0.9.3", - "@igloo-ui/provider": "^0.1.4", - "@igloo-ui/select": "^1.6.1" + "@igloo-ui/button": "^0.9.4", + "@igloo-ui/provider": "^0.1.5", + "@igloo-ui/select": "^1.7.1" } } diff --git a/packages/OptionButton/CHANGELOG.md b/packages/OptionButton/CHANGELOG.md index 34ed9315..c86b1bad 100644 --- a/packages/OptionButton/CHANGELOG.md +++ b/packages/OptionButton/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/option-button +## 0.3.2 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.3.1 ### Patch Changes diff --git a/packages/OptionButton/package.json b/packages/OptionButton/package.json index 98052d83..be39a650 100644 --- a/packages/OptionButton/package.json +++ b/packages/OptionButton/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/option-button", - "version": "0.3.1", + "version": "0.3.2", "main": "dist/OptionButton.js", "module": "dist/OptionButton.js", "types": "dist/OptionButton.d.ts", diff --git a/packages/Pager/CHANGELOG.md b/packages/Pager/CHANGELOG.md index fcfe6ede..c3624199 100644 --- a/packages/Pager/CHANGELOG.md +++ b/packages/Pager/CHANGELOG.md @@ -1,5 +1,13 @@ # @igloo-ui/pager +## 1.1.2 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/provider@0.1.5 + ## 1.1.1 ### Patch Changes diff --git a/packages/Pager/package.json b/packages/Pager/package.json index cdff973b..c0298269 100644 --- a/packages/Pager/package.json +++ b/packages/Pager/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/pager", - "version": "1.1.1", + "version": "1.1.2", "main": "dist/Pager.js", "module": "dist/Pager.js", "types": "dist/Pager.d.ts", @@ -31,7 +31,7 @@ "@igloo-ui/icons": "^1.12.2" }, "devDependencies": { - "@igloo-ui/provider": "^0.1.4" + "@igloo-ui/provider": "^0.1.5" }, "browserslist": [ "> 1%", diff --git a/packages/PieChart/CHANGELOG.md b/packages/PieChart/CHANGELOG.md index 6be47656..9431e3e2 100644 --- a/packages/PieChart/CHANGELOG.md +++ b/packages/PieChart/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/pie-chart +## 0.3.5 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.3.4 ### Patch Changes diff --git a/packages/PieChart/package.json b/packages/PieChart/package.json index d5b6954f..fbbf9201 100644 --- a/packages/PieChart/package.json +++ b/packages/PieChart/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/pie-chart", - "version": "0.3.4", + "version": "0.3.5", "main": "dist/PieChart.js", "module": "dist/PieChart.js", "types": "dist/PieChart.d.ts", diff --git a/packages/Popover/CHANGELOG.md b/packages/Popover/CHANGELOG.md index f7f21054..dbfa0f14 100644 --- a/packages/Popover/CHANGELOG.md +++ b/packages/Popover/CHANGELOG.md @@ -1,5 +1,14 @@ # @igloo-ui/popover +## 0.6.2 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/icon-button@1.3.4 + - @igloo-ui/provider@0.1.5 + ## 0.6.1 ### Patch Changes diff --git a/packages/Popover/package.json b/packages/Popover/package.json index efa01207..2f96e16f 100644 --- a/packages/Popover/package.json +++ b/packages/Popover/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/popover", - "version": "0.6.1", + "version": "0.6.2", "main": "dist/Popover.js", "module": "dist/Popover.js", "types": "dist/Popover.d.ts", @@ -15,7 +15,7 @@ ], "license": "Apache-2.0", "peerDependencies": { - "@igloo-ui/provider": ">=0.1.4", + "@igloo-ui/provider": ">=0.1.5", "react": ">= 16.8.6", "react-dom": ">= 16.8.6" }, @@ -26,7 +26,7 @@ "build": "rollup -c rollup.config.js" }, "dependencies": { - "@igloo-ui/icon-button": "^1.3.3", + "@igloo-ui/icon-button": "^1.3.4", "@igloo-ui/icons": "^1.12.2", "@igloo-ui/tokens": "^2.1.0", "@hopper-ui/tokens": "^4.3.2", @@ -39,8 +39,8 @@ "IE >= 11" ], "devDependencies": { - "@igloo-ui/hyperlink": "^0.5.1", - "@igloo-ui/provider": "^0.1.4", + "@igloo-ui/hyperlink": "^0.5.2", + "@igloo-ui/provider": "^0.1.5", "@types/luxon": "^3.4.2", "luxon": "^3.4.4" } diff --git a/packages/ProgressBar/CHANGELOG.md b/packages/ProgressBar/CHANGELOG.md index a3334dbd..dc6e3786 100644 --- a/packages/ProgressBar/CHANGELOG.md +++ b/packages/ProgressBar/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/progress-bar +## 1.1.5 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 1.1.4 ### Patch Changes diff --git a/packages/ProgressBar/package.json b/packages/ProgressBar/package.json index 1fa0e423..cb0f0ad3 100644 --- a/packages/ProgressBar/package.json +++ b/packages/ProgressBar/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/progress-bar", - "version": "1.1.4", + "version": "1.1.5", "main": "dist/ProgressBar.js", "module": "dist/ProgressBar.js", "types": "dist/ProgressBar.d.ts", @@ -29,7 +29,7 @@ "classnames": "^2.3.2" }, "devDependencies": { - "@igloo-ui/helper-text": "^0.3.5" + "@igloo-ui/helper-text": "^0.3.6" }, "browserslist": [ "> 1%", diff --git a/packages/Provider/CHANGELOG.md b/packages/Provider/CHANGELOG.md index 4fed2a61..226402bf 100644 --- a/packages/Provider/CHANGELOG.md +++ b/packages/Provider/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/provider +## 0.1.5 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.1.4 ### Patch Changes diff --git a/packages/Provider/package.json b/packages/Provider/package.json index ac868a49..4f8f01ae 100644 --- a/packages/Provider/package.json +++ b/packages/Provider/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/provider", - "version": "0.1.4", + "version": "0.1.5", "main": "dist/Provider.js", "module": "dist/Provider.js", "types": "dist/Provider.d.ts", diff --git a/packages/Radio/CHANGELOG.md b/packages/Radio/CHANGELOG.md index d63ae43e..c902eac0 100644 --- a/packages/Radio/CHANGELOG.md +++ b/packages/Radio/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/radio +## 0.3.2 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.3.1 ### Patch Changes diff --git a/packages/Radio/package.json b/packages/Radio/package.json index c53001d2..657a7055 100644 --- a/packages/Radio/package.json +++ b/packages/Radio/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/radio", - "version": "0.3.1", + "version": "0.3.2", "main": "dist/Radio.js", "module": "dist/Radio.js", "types": "dist/Radio.d.ts", diff --git a/packages/Select/CHANGELOG.md b/packages/Select/CHANGELOG.md index cdd78018..a5b5ab91 100644 --- a/packages/Select/CHANGELOG.md +++ b/packages/Select/CHANGELOG.md @@ -1,5 +1,14 @@ # @igloo-ui/select +## 1.7.1 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/icon-button@1.3.4 + - @igloo-ui/input@2.3.2 + ## 1.7.0 ### Minor Changes diff --git a/packages/Select/package.json b/packages/Select/package.json index 072e09c3..955c338c 100644 --- a/packages/Select/package.json +++ b/packages/Select/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/select", - "version": "1.7.0", + "version": "1.7.1", "main": "dist/Select.js", "module": "dist/Select.js", "types": "dist/Select.d.ts", @@ -27,8 +27,8 @@ "@igloo-ui/dropdown": "^1.9.1", "@igloo-ui/list": "^0.9.0", "@igloo-ui/icons": "^1.12.2", - "@igloo-ui/icon-button": "^1.3.3", - "@igloo-ui/input": "^2.3.1", + "@igloo-ui/icon-button": "^1.3.4", + "@igloo-ui/input": "^2.3.2", "@igloo-ui/tokens": "^2.1.0", "@hopper-ui/tokens": "^4.3.2", "@hopper-ui/icons-react16": "2.4.0", diff --git a/packages/StackedBar/CHANGELOG.md b/packages/StackedBar/CHANGELOG.md index 216ca932..0599e73d 100644 --- a/packages/StackedBar/CHANGELOG.md +++ b/packages/StackedBar/CHANGELOG.md @@ -1,5 +1,13 @@ # @igloo-ui/stacked-bar +## 0.4.9 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/popover@0.6.2 + ## 0.4.8 ### Patch Changes diff --git a/packages/StackedBar/package.json b/packages/StackedBar/package.json index 678d9319..835f3601 100644 --- a/packages/StackedBar/package.json +++ b/packages/StackedBar/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/stacked-bar", - "version": "0.4.8", + "version": "0.4.9", "main": "dist/StackedBar.js", "module": "dist/StackedBar.js", "types": "dist/StackedBar.d.ts", @@ -24,7 +24,7 @@ "build": "rollup -c rollup.config.js" }, "dependencies": { - "@igloo-ui/popover": "^0.6.1", + "@igloo-ui/popover": "^0.6.2", "@igloo-ui/tokens": "^2.1.0", "@hopper-ui/tokens": "^4.3.2", "classnames": "^2.3.2", diff --git a/packages/Stepper/CHANGELOG.md b/packages/Stepper/CHANGELOG.md index e0065f35..093dee70 100644 --- a/packages/Stepper/CHANGELOG.md +++ b/packages/Stepper/CHANGELOG.md @@ -1,5 +1,13 @@ # @igloo-ui/stepper +## 0.4.2 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/tooltip@3.5.6 + ## 0.4.1 ### Patch Changes diff --git a/packages/Stepper/package.json b/packages/Stepper/package.json index a816ee96..bf33cc3c 100644 --- a/packages/Stepper/package.json +++ b/packages/Stepper/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/stepper", - "version": "0.4.1", + "version": "0.4.2", "main": "dist/Stepper.js", "module": "dist/Stepper.js", "types": "dist/Stepper.d.ts", @@ -25,13 +25,13 @@ }, "dependencies": { "@igloo-ui/tokens": "^2.1.0", - "@igloo-ui/tooltip": "^3.5.5", + "@igloo-ui/tooltip": "^3.5.6", "@hopper-ui/tokens": "^4.3.2", "classnames": "^2.3.2", "react-aria": "^3.32.1" }, "devDependencies": { - "@igloo-ui/button": "^0.9.3" + "@igloo-ui/button": "^0.9.4" }, "browserslist": [ "> 1%", diff --git a/packages/Tabs/CHANGELOG.md b/packages/Tabs/CHANGELOG.md index 98d1c0e6..8bf26771 100644 --- a/packages/Tabs/CHANGELOG.md +++ b/packages/Tabs/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/tabs +## 1.3.2 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 1.3.1 ### Patch Changes diff --git a/packages/Tabs/package.json b/packages/Tabs/package.json index cd9a8fef..11449c10 100644 --- a/packages/Tabs/package.json +++ b/packages/Tabs/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/tabs", - "version": "1.3.1", + "version": "1.3.2", "main": "dist/Tabs.js", "module": "dist/Tabs.js", "types": "dist/Tabs.d.ts", diff --git a/packages/Tag/CHANGELOG.md b/packages/Tag/CHANGELOG.md index 13c7231b..f94453fe 100644 --- a/packages/Tag/CHANGELOG.md +++ b/packages/Tag/CHANGELOG.md @@ -1,5 +1,15 @@ # @igloo-ui/tag +## 1.9.1 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/ellipsis@0.3.5 + - @igloo-ui/icon-button@1.3.4 + - @igloo-ui/provider@0.1.5 + ## 1.9.0 ### Minor Changes diff --git a/packages/Tag/package.json b/packages/Tag/package.json index 0c3f6b06..8c1bd982 100644 --- a/packages/Tag/package.json +++ b/packages/Tag/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/tag", - "version": "1.9.0", + "version": "1.9.1", "main": "dist/Tag.js", "module": "dist/Tag.js", "types": "dist/Tag.d.ts", @@ -15,7 +15,7 @@ ], "license": "Apache-2.0", "peerDependencies": { - "@igloo-ui/provider": ">=0.1.4", + "@igloo-ui/provider": ">=0.1.5", "react": ">= 16.8.6" }, "files": [ @@ -25,16 +25,16 @@ "build": "rollup -c rollup.config.js" }, "dependencies": { - "@igloo-ui/icon-button": "^1.3.3", + "@igloo-ui/icon-button": "^1.3.4", "@igloo-ui/icons": "^1.12.2", "@igloo-ui/tokens": "^2.1.0", - "@igloo-ui/ellipsis": "^0.3.4", + "@igloo-ui/ellipsis": "^0.3.5", "@hopper-ui/icons-react16": "2.4.0", "@hopper-ui/tokens": "^4.3.2", "classnames": "^2.3.2" }, "devDependencies": { - "@igloo-ui/provider": "^0.1.4", + "@igloo-ui/provider": "^0.1.5", "@shared/components": "0.6.0" }, "browserslist": [ diff --git a/packages/TagPicker/CHANGELOG.md b/packages/TagPicker/CHANGELOG.md index c560e673..303b8655 100644 --- a/packages/TagPicker/CHANGELOG.md +++ b/packages/TagPicker/CHANGELOG.md @@ -1,5 +1,14 @@ # @igloo-ui/tag-picker +## 0.14.1 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/input@2.3.2 + - @igloo-ui/tag@1.9.1 + ## 0.14.0 ### Minor Changes diff --git a/packages/TagPicker/package.json b/packages/TagPicker/package.json index e6afe8b0..0bb7ab20 100644 --- a/packages/TagPicker/package.json +++ b/packages/TagPicker/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/tag-picker", - "version": "0.14.0", + "version": "0.14.1", "main": "dist/TagPicker.js", "module": "dist/TagPicker.js", "types": "dist/TagPicker.d.ts", @@ -25,15 +25,15 @@ }, "dependencies": { "@igloo-ui/dropdown": "^1.9.1", - "@igloo-ui/input": "^2.3.1", - "@igloo-ui/tag": "^1.9.0", + "@igloo-ui/input": "^2.3.2", + "@igloo-ui/tag": "^1.9.1", "@igloo-ui/tokens": "^2.1.0", "@hopper-ui/tokens": "^4.3.2", "@react-aria/utils": "^3.23.2", "classnames": "^2.3.2" }, "devDependencies": { - "@igloo-ui/form-group": "^1.2.1", + "@igloo-ui/form-group": "^1.2.3", "@shared/components": "0.6.0" }, "browserslist": [ diff --git a/packages/TextEditor/CHANGELOG.md b/packages/TextEditor/CHANGELOG.md index db4a1541..5515ecf6 100644 --- a/packages/TextEditor/CHANGELOG.md +++ b/packages/TextEditor/CHANGELOG.md @@ -1,5 +1,17 @@ # @igloo-ui/text-editor +## 0.8.4 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/button@0.9.4 + - @igloo-ui/icon-button@1.3.4 + - @igloo-ui/input@2.3.2 + - @igloo-ui/provider@0.1.5 + - @igloo-ui/tooltip@3.5.6 + ## 0.8.3 ### Patch Changes diff --git a/packages/TextEditor/package.json b/packages/TextEditor/package.json index afa23979..8ace923b 100644 --- a/packages/TextEditor/package.json +++ b/packages/TextEditor/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/text-editor", - "version": "0.8.3", + "version": "0.8.4", "main": "dist/TextEditor.js", "module": "dist/TextEditor.js", "types": "dist/TextEditor.d.ts", @@ -15,7 +15,7 @@ ], "license": "Apache-2.0", "peerDependencies": { - "@igloo-ui/provider": ">=0.1.4", + "@igloo-ui/provider": ">=0.1.5", "react": ">= 16.8.6" }, "files": [ @@ -26,12 +26,12 @@ }, "dependencies": { "@floating-ui/react": "^0.24.8", - "@igloo-ui/button": "^0.9.3", - "@igloo-ui/icon-button": "^1.3.3", - "@igloo-ui/input": "^2.3.1", + "@igloo-ui/button": "^0.9.4", + "@igloo-ui/icon-button": "^1.3.4", + "@igloo-ui/input": "^2.3.2", "@igloo-ui/tokens": "^2.1.0", "@hopper-ui/tokens": "^4.3.2", - "@igloo-ui/tooltip": "^3.5.5", + "@igloo-ui/tooltip": "^3.5.6", "@lexical/code": "^0.13.0", "@lexical/link": "^0.13.0", "@lexical/list": "^0.13.0", @@ -46,7 +46,7 @@ "lexical": "^0.13.0" }, "devDependencies": { - "@igloo-ui/provider": "^0.1.4" + "@igloo-ui/provider": "^0.1.5" }, "browserslist": [ "> 1%", diff --git a/packages/Textarea/CHANGELOG.md b/packages/Textarea/CHANGELOG.md index 80f8b15d..6193fd5b 100644 --- a/packages/Textarea/CHANGELOG.md +++ b/packages/Textarea/CHANGELOG.md @@ -1,5 +1,12 @@ # @igloo-ui/textarea +## 0.5.2 + +### Patch Changes + +- 8e702ce: Resize textarea on value change with a 300ms debounce +- 2afe0d0: Updated to latest icons and tokens + ## 0.5.1 ### Patch Changes diff --git a/packages/Textarea/package.json b/packages/Textarea/package.json index 91f169a5..a61ae4cf 100644 --- a/packages/Textarea/package.json +++ b/packages/Textarea/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/textarea", - "version": "0.5.1", + "version": "0.5.2", "main": "dist/Textarea.js", "module": "dist/Textarea.js", "types": "dist/Textarea.d.ts", diff --git a/packages/Toaster/CHANGELOG.md b/packages/Toaster/CHANGELOG.md index 381b4594..fa4904e1 100644 --- a/packages/Toaster/CHANGELOG.md +++ b/packages/Toaster/CHANGELOG.md @@ -1,5 +1,13 @@ # @igloo-ui/toaster +## 2.2.2 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens +- Updated dependencies [2afe0d0] + - @igloo-ui/icon-button@1.3.4 + ## 2.2.1 ### Patch Changes diff --git a/packages/Toaster/package.json b/packages/Toaster/package.json index 1e356f8c..aceeff15 100644 --- a/packages/Toaster/package.json +++ b/packages/Toaster/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/toaster", - "version": "2.2.1", + "version": "2.2.2", "main": "dist/Toaster.js", "module": "dist/Toaster.js", "types": "dist/Toaster.d.ts", @@ -25,7 +25,7 @@ "build": "rollup -c rollup.config.js" }, "dependencies": { - "@igloo-ui/icon-button": "^1.3.3", + "@igloo-ui/icon-button": "^1.3.4", "@igloo-ui/icons": "^1.12.2", "@igloo-ui/tokens": "^2.1.0", "@hopper-ui/tokens": "^4.3.2", @@ -36,7 +36,7 @@ "use-sync-external-store": "^1.2.0" }, "devDependencies": { - "@igloo-ui/button": "^0.9.3", + "@igloo-ui/button": "^0.9.4", "@types/react-dom": "^18.0.11", "@types/use-sync-external-store": "^0.0.3" }, diff --git a/packages/Toggle/CHANGELOG.md b/packages/Toggle/CHANGELOG.md index 4d12c81e..d66d35f4 100644 --- a/packages/Toggle/CHANGELOG.md +++ b/packages/Toggle/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/toggle +## 1.3.2 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 1.3.1 ### Patch Changes diff --git a/packages/Toggle/package.json b/packages/Toggle/package.json index cade0280..80b6e13c 100644 --- a/packages/Toggle/package.json +++ b/packages/Toggle/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/toggle", - "version": "1.3.1", + "version": "1.3.2", "main": "dist/Toggle.js", "module": "dist/Toggle.js", "types": "dist/Toggle.d.ts", diff --git a/packages/Tooltip/CHANGELOG.md b/packages/Tooltip/CHANGELOG.md index 0f49fac1..a832675f 100644 --- a/packages/Tooltip/CHANGELOG.md +++ b/packages/Tooltip/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/tooltip +## 3.5.6 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 3.5.5 ### Patch Changes diff --git a/packages/Tooltip/package.json b/packages/Tooltip/package.json index 5265eeeb..68fe26ee 100644 --- a/packages/Tooltip/package.json +++ b/packages/Tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/tooltip", - "version": "3.5.5", + "version": "3.5.6", "main": "dist/Tooltip.js", "module": "dist/Tooltip.js", "types": "dist/Tooltip.d.ts", diff --git a/packages/VerticalBarChart/CHANGELOG.md b/packages/VerticalBarChart/CHANGELOG.md index ba43c73b..1fcd2b63 100644 --- a/packages/VerticalBarChart/CHANGELOG.md +++ b/packages/VerticalBarChart/CHANGELOG.md @@ -1,5 +1,11 @@ # @igloo-ui/vertical-bar-chart +## 0.3.5 + +### Patch Changes + +- 2afe0d0: Updated to latest icons and tokens + ## 0.3.4 ### Patch Changes diff --git a/packages/VerticalBarChart/package.json b/packages/VerticalBarChart/package.json index c8969807..b46ef620 100644 --- a/packages/VerticalBarChart/package.json +++ b/packages/VerticalBarChart/package.json @@ -1,6 +1,6 @@ { "name": "@igloo-ui/vertical-bar-chart", - "version": "0.3.4", + "version": "0.3.5", "main": "dist/VerticalBarChart.js", "module": "dist/VerticalBarChart.js", "types": "dist/VerticalBarChart.d.ts",