diff --git a/CHANGELOG.md b/CHANGELOG.md index fad70e22a..34aae022a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + + +### Features + +* add new components WelcomeLoader ([#2624](https://github.com/WTTJ/welcome-ui/issues/2624)) ([af966a7](https://github.com/WTTJ/welcome-ui/commit/af966a73c51320befdaad505f6bcbd7005d353be)) +* **Icon:** add TemporaryProfile Icon ([#2626](https://github.com/WTTJ/welcome-ui/issues/2626)) ([031f5d8](https://github.com/WTTJ/welcome-ui/commit/031f5d87282ad694580a6fd6b1ce0b167de6779c)) +* rework hover on fields ([#2625](https://github.com/WTTJ/welcome-ui/issues/2625)) ([14fcd0e](https://github.com/WTTJ/welcome-ui/commit/14fcd0ec1e109e58873b6c02dd498ae1f8ca0679)) + + + + + ## [6.3.1](https://github.com/WTTJ/welcome-ui/compare/v6.3.0...v6.3.1) (2024-11-25) diff --git a/icons/CHANGELOG.md b/icons/CHANGELOG.md index af1dd2a53..ae818b091 100644 --- a/icons/CHANGELOG.md +++ b/icons/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + + +### Features + +* **Icon:** add TemporaryProfile Icon ([#2626](https://github.com/WTTJ/welcome-ui/issues/2626)) ([031f5d8](https://github.com/WTTJ/welcome-ui/commit/031f5d87282ad694580a6fd6b1ce0b167de6779c)) + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/icons diff --git a/icons/package.json b/icons/package.json index dbe9b3f15..edc6c4e88 100644 --- a/icons/package.json +++ b/icons/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/icons", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/lerna.json b/lerna.json index 03d3fd7b9..7f7583ff7 100644 --- a/lerna.json +++ b/lerna.json @@ -6,7 +6,7 @@ "ignore": [ "website" ], - "version": "6.3.1", + "version": "6.4.0", "npmClient": "yarn", "useNx": false } \ No newline at end of file diff --git a/packages/Accordion/CHANGELOG.md b/packages/Accordion/CHANGELOG.md index cf27aaafc..065d056a7 100644 --- a/packages/Accordion/CHANGELOG.md +++ b/packages/Accordion/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/accordion + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/accordion diff --git a/packages/Accordion/package.json b/packages/Accordion/package.json index bf7a44250..a25993ed2 100644 --- a/packages/Accordion/package.json +++ b/packages/Accordion/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/accordion", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -48,7 +48,7 @@ "dependencies": { "@ariakit/react": "0.4.3", "@welcome-ui/box": "^6.1.1", - "@welcome-ui/icons": "^6.1.1", + "@welcome-ui/icons": "^6.4.0", "@welcome-ui/system": "^6.1.1" }, "peerDependencies": { diff --git a/packages/Alert/CHANGELOG.md b/packages/Alert/CHANGELOG.md index dbb980c9f..c1e5cb74e 100644 --- a/packages/Alert/CHANGELOG.md +++ b/packages/Alert/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/alert + + + + + ## [6.3.1](https://github.com/WTTJ/welcome-ui/compare/v6.3.0...v6.3.1) (2024-11-25) diff --git a/packages/Alert/package.json b/packages/Alert/package.json index 60673500a..e3125100e 100644 --- a/packages/Alert/package.json +++ b/packages/Alert/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/alert", - "version": "6.3.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -47,11 +47,11 @@ }, "dependencies": { "@welcome-ui/box": "^6.1.1", - "@welcome-ui/button": "^6.1.1", - "@welcome-ui/close-button": "^6.1.1", + "@welcome-ui/button": "^6.4.0", + "@welcome-ui/close-button": "^6.4.0", "@welcome-ui/system": "^6.1.1", "@welcome-ui/text": "^6.2.0", - "@welcome-ui/variant-icon": "^6.1.1" + "@welcome-ui/variant-icon": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/Avatar/CHANGELOG.md b/packages/Avatar/CHANGELOG.md index 68caa50a1..ac8df58c5 100644 --- a/packages/Avatar/CHANGELOG.md +++ b/packages/Avatar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/avatar + + + + + ## [5.22.2](https://github.com/WTTJ/welcome-ui/compare/v5.22.1...v5.22.2) (2024-10-28) **Note:** Version bump only for package @welcome-ui/avatar diff --git a/packages/Avatar/package.json b/packages/Avatar/package.json index 10306bbd7..61f8f8e94 100644 --- a/packages/Avatar/package.json +++ b/packages/Avatar/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/avatar", - "version": "6.2.0", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -47,7 +47,7 @@ }, "dependencies": { "@welcome-ui/box": "^6.1.1", - "@welcome-ui/shape": "^6.1.1", + "@welcome-ui/shape": "^6.4.0", "@welcome-ui/system": "^6.1.1", "@welcome-ui/text": "^6.2.0" }, diff --git a/packages/Breadcrumb/CHANGELOG.md b/packages/Breadcrumb/CHANGELOG.md index db9acf0bd..e0f323546 100644 --- a/packages/Breadcrumb/CHANGELOG.md +++ b/packages/Breadcrumb/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/breadcrumb + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/breadcrumb diff --git a/packages/Breadcrumb/package.json b/packages/Breadcrumb/package.json index f9ea2e7e7..2a1dd03c3 100644 --- a/packages/Breadcrumb/package.json +++ b/packages/Breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/breadcrumb", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -48,9 +48,9 @@ "dependencies": { "@juggle/resize-observer": "^3.3.0", "@welcome-ui/box": "^6.1.1", - "@welcome-ui/icons": "^6.1.1", + "@welcome-ui/icons": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/Button/CHANGELOG.md b/packages/Button/CHANGELOG.md index 067f90a84..42e3bab40 100644 --- a/packages/Button/CHANGELOG.md +++ b/packages/Button/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/button + + + + + # [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07) diff --git a/packages/Button/package.json b/packages/Button/package.json index 925ebd67b..bef3d0125 100644 --- a/packages/Button/package.json +++ b/packages/Button/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/button", - "version": "6.1.1", + "version": "6.4.0", "description": "welcome-ui: A button component", "main": "dist/index.js", "module": "dist/index.mjs", @@ -48,14 +48,14 @@ "dependencies": { "@ariakit/react": "0.4.3", "@welcome-ui/box": "^6.1.1", - "@welcome-ui/loader": "^6.1.1", + "@welcome-ui/loader": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "devDependencies": { - "@welcome-ui/icons": "^6.1.1", - "@welcome-ui/icons.font": "^6.1.1", - "@welcome-ui/link": "^6.1.1" + "@welcome-ui/icons": "^6.4.0", + "@welcome-ui/icons.font": "^6.4.0", + "@welcome-ui/link": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/ButtonGroup/CHANGELOG.md b/packages/ButtonGroup/CHANGELOG.md index ac04dda98..4a92b8222 100644 --- a/packages/ButtonGroup/CHANGELOG.md +++ b/packages/ButtonGroup/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/button-group + + + + + ## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08) **Note:** Version bump only for package @welcome-ui/button-group diff --git a/packages/ButtonGroup/package.json b/packages/ButtonGroup/package.json index ff77bd121..d895c0f27 100644 --- a/packages/ButtonGroup/package.json +++ b/packages/ButtonGroup/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/button-group", - "version": "6.1.1", + "version": "6.4.0", "description": "welcome-ui: A ButtonGroup component", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,7 +46,7 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/button": "^6.1.1", + "@welcome-ui/button": "^6.4.0", "@welcome-ui/system": "^6.1.1" }, "peerDependencies": { diff --git a/packages/Card/CHANGELOG.md b/packages/Card/CHANGELOG.md index c1d99f782..9781c9b07 100644 --- a/packages/Card/CHANGELOG.md +++ b/packages/Card/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/card + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/card diff --git a/packages/Card/package.json b/packages/Card/package.json index d4f6124a3..f0c33feb7 100644 --- a/packages/Card/package.json +++ b/packages/Card/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/card", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -47,9 +47,9 @@ }, "dependencies": { "@welcome-ui/box": "^6.1.1", - "@welcome-ui/shape": "^6.1.1", + "@welcome-ui/shape": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/Checkbox/CHANGELOG.md b/packages/Checkbox/CHANGELOG.md index 8676bdc53..19aa43a1a 100644 --- a/packages/Checkbox/CHANGELOG.md +++ b/packages/Checkbox/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/checkbox + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/checkbox diff --git a/packages/Checkbox/package.json b/packages/Checkbox/package.json index fe066b6c8..5e056e4ea 100644 --- a/packages/Checkbox/package.json +++ b/packages/Checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/checkbox", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -48,7 +48,7 @@ "dependencies": { "@ariakit/react": "0.4.3", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/ClearButton/CHANGELOG.md b/packages/ClearButton/CHANGELOG.md index 606555093..07fcb4a74 100644 --- a/packages/ClearButton/CHANGELOG.md +++ b/packages/ClearButton/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/clear-button + + + + + # [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07) **Note:** Version bump only for package @welcome-ui/clear-button diff --git a/packages/ClearButton/package.json b/packages/ClearButton/package.json index 617155ded..c3714199d 100644 --- a/packages/ClearButton/package.json +++ b/packages/ClearButton/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/clear-button", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,8 +46,8 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/button": "^6.1.1", - "@welcome-ui/icons": "^6.1.1", + "@welcome-ui/button": "^6.4.0", + "@welcome-ui/icons": "^6.4.0", "@welcome-ui/system": "^6.1.1" }, "peerDependencies": { diff --git a/packages/CloseButton/CHANGELOG.md b/packages/CloseButton/CHANGELOG.md index be6567862..ea7e277e0 100644 --- a/packages/CloseButton/CHANGELOG.md +++ b/packages/CloseButton/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/close-button + + + + + # [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07) **Note:** Version bump only for package @welcome-ui/close-button diff --git a/packages/CloseButton/package.json b/packages/CloseButton/package.json index 10f23aace..ade6177e5 100644 --- a/packages/CloseButton/package.json +++ b/packages/CloseButton/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/close-button", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,8 +46,8 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/button": "^6.1.1", - "@welcome-ui/icons": "^6.1.1", + "@welcome-ui/button": "^6.4.0", + "@welcome-ui/icons": "^6.4.0", "@welcome-ui/system": "^6.1.1" }, "peerDependencies": { diff --git a/packages/Core/CHANGELOG.md b/packages/Core/CHANGELOG.md index f82339ae8..e6c76b4a7 100644 --- a/packages/Core/CHANGELOG.md +++ b/packages/Core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + + +### Features + +* rework hover on fields ([#2625](https://github.com/WTTJ/welcome-ui/issues/2625)) ([14fcd0e](https://github.com/WTTJ/welcome-ui/commit/14fcd0ec1e109e58873b6c02dd498ae1f8ca0679)) + + + + + ## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08) **Note:** Version bump only for package @welcome-ui/core diff --git a/packages/Core/package.json b/packages/Core/package.json index 25b4d4ab8..61a154f61 100644 --- a/packages/Core/package.json +++ b/packages/Core/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/core", - "version": "6.3.0", + "version": "6.4.0", "description": "welcome-ui: Core utils", "main": "dist/index.js", "module": "dist/index.mjs", @@ -43,7 +43,7 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/utils": "^6.1.1", + "@welcome-ui/utils": "^6.4.0", "ramda": "^0.30.1" }, "peerDependencies": { diff --git a/packages/DatePicker/CHANGELOG.md b/packages/DatePicker/CHANGELOG.md index fbe1b4619..243a3100b 100644 --- a/packages/DatePicker/CHANGELOG.md +++ b/packages/DatePicker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/date-picker + + + + + ## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08) **Note:** Version bump only for package @welcome-ui/date-picker diff --git a/packages/DatePicker/package.json b/packages/DatePicker/package.json index 734a93b75..3a92fd4b7 100644 --- a/packages/DatePicker/package.json +++ b/packages/DatePicker/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/date-picker", - "version": "6.3.0", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -47,7 +47,7 @@ }, "dependencies": { "@types/react-datepicker": "^4.15.0", - "@welcome-ui/date-time-picker-common": "^6.3.0", + "@welcome-ui/date-time-picker-common": "^6.4.0", "@welcome-ui/system": "^6.1.1", "react-datepicker": "^4.16.0" }, diff --git a/packages/DateTimePicker/CHANGELOG.md b/packages/DateTimePicker/CHANGELOG.md index 723b07789..56265f508 100644 --- a/packages/DateTimePicker/CHANGELOG.md +++ b/packages/DateTimePicker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/date-time-picker + + + + + ## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08) **Note:** Version bump only for package @welcome-ui/date-time-picker diff --git a/packages/DateTimePicker/package.json b/packages/DateTimePicker/package.json index 8b2ebe315..e42a69cf8 100644 --- a/packages/DateTimePicker/package.json +++ b/packages/DateTimePicker/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/date-time-picker", - "version": "6.3.0", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,10 +46,10 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/date-picker": "^6.3.0", - "@welcome-ui/date-time-picker-common": "^6.3.0", + "@welcome-ui/date-picker": "^6.4.0", + "@welcome-ui/date-time-picker-common": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/time-picker": "^6.3.0" + "@welcome-ui/time-picker": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/DateTimePickerCommon/CHANGELOG.md b/packages/DateTimePickerCommon/CHANGELOG.md index a7abd6c30..97e0a586a 100644 --- a/packages/DateTimePickerCommon/CHANGELOG.md +++ b/packages/DateTimePickerCommon/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/date-time-picker-common + + + + + ## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08) **Note:** Version bump only for package @welcome-ui/date-time-picker-common diff --git a/packages/DateTimePickerCommon/package.json b/packages/DateTimePickerCommon/package.json index e30e5f24d..cb0cfbff9 100644 --- a/packages/DateTimePickerCommon/package.json +++ b/packages/DateTimePickerCommon/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/date-time-picker-common", - "version": "6.3.0", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -48,14 +48,14 @@ "homepage": "https://github.com/WTTJ/welcome-ui#readme", "dependencies": { "@types/react-datepicker": "^4.15.0", - "@welcome-ui/button": "^6.1.1", - "@welcome-ui/clear-button": "^6.1.1", - "@welcome-ui/field": "^6.1.1", + "@welcome-ui/button": "^6.4.0", + "@welcome-ui/clear-button": "^6.4.0", + "@welcome-ui/field": "^6.4.0", "@welcome-ui/icon": "^6.1.1", - "@welcome-ui/icons": "^6.1.1", - "@welcome-ui/select": "^6.3.0", + "@welcome-ui/icons": "^6.4.0", + "@welcome-ui/select": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1", + "@welcome-ui/utils": "^6.4.0", "date-fns": "^4.1.0", "lodash.range": "^3.2.0", "react-datepicker": "^4.16.0" diff --git a/packages/Drawer/CHANGELOG.md b/packages/Drawer/CHANGELOG.md index f2feb41b7..55513b51a 100644 --- a/packages/Drawer/CHANGELOG.md +++ b/packages/Drawer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/drawer + + + + + ## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08) **Note:** Version bump only for package @welcome-ui/drawer diff --git a/packages/Drawer/package.json b/packages/Drawer/package.json index 779179338..76a82a7d6 100644 --- a/packages/Drawer/package.json +++ b/packages/Drawer/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/drawer", - "version": "6.2.0", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -48,10 +48,10 @@ "dependencies": { "@ariakit/react": "0.4.3", "@welcome-ui/box": "^6.1.1", - "@welcome-ui/close-button": "^6.1.1", + "@welcome-ui/close-button": "^6.4.0", "@welcome-ui/system": "^6.1.1", "@welcome-ui/text": "^6.2.0", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/DropdownMenu/CHANGELOG.md b/packages/DropdownMenu/CHANGELOG.md index 8ae1c3153..8727c008a 100644 --- a/packages/DropdownMenu/CHANGELOG.md +++ b/packages/DropdownMenu/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/dropdown-menu + + + + + ## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08) **Note:** Version bump only for package @welcome-ui/dropdown-menu diff --git a/packages/DropdownMenu/package.json b/packages/DropdownMenu/package.json index da212303c..deedf5906 100644 --- a/packages/DropdownMenu/package.json +++ b/packages/DropdownMenu/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/dropdown-menu", - "version": "6.3.0", + "version": "6.4.0", "description": "welcome-ui: A DropdownMenu component", "main": "dist/index.js", "module": "dist/index.mjs", @@ -48,9 +48,9 @@ "dependencies": { "@ariakit/react": "0.4.3", "@welcome-ui/box": "^6.1.1", - "@welcome-ui/core": "^6.3.0", + "@welcome-ui/core": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/EmojiPicker/CHANGELOG.md b/packages/EmojiPicker/CHANGELOG.md index 08aa92520..588d40963 100644 --- a/packages/EmojiPicker/CHANGELOG.md +++ b/packages/EmojiPicker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/emoji-picker + + + + + # [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07) **Note:** Version bump only for package @welcome-ui/emoji-picker diff --git a/packages/EmojiPicker/package.json b/packages/EmojiPicker/package.json index 6f1d6ad78..efd084f86 100644 --- a/packages/EmojiPicker/package.json +++ b/packages/EmojiPicker/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/emoji-picker", - "version": "6.2.0", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -49,13 +49,13 @@ "@ariakit/react": "0.4.3", "@welcome-ui/box": "^6.1.1", "@welcome-ui/emoji": "^6.1.1", - "@welcome-ui/icons": "^6.1.1", - "@welcome-ui/input-text": "^6.1.1", - "@welcome-ui/popover": "^6.1.1", + "@welcome-ui/icons": "^6.4.0", + "@welcome-ui/input-text": "^6.4.0", + "@welcome-ui/popover": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/tabs": "^6.1.1", + "@welcome-ui/tabs": "^6.4.0", "@welcome-ui/text": "^6.2.0", - "@welcome-ui/utils": "^6.1.1", + "@welcome-ui/utils": "^6.4.0", "lodash.debounce": "^4.0.8", "lodash.escaperegexp": "^4.1.2", "lodash.groupby": "^4.6.0", diff --git a/packages/Field/CHANGELOG.md b/packages/Field/CHANGELOG.md index 68e12b153..d3fb09ed3 100644 --- a/packages/Field/CHANGELOG.md +++ b/packages/Field/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/field + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/field diff --git a/packages/Field/package.json b/packages/Field/package.json index 053d7ebcc..9b6099e55 100644 --- a/packages/Field/package.json +++ b/packages/Field/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/field", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -47,10 +47,10 @@ }, "dependencies": { "@welcome-ui/hint": "^6.1.1", - "@welcome-ui/label": "^6.1.1", + "@welcome-ui/label": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1", - "@welcome-ui/variant-icon": "^6.1.1" + "@welcome-ui/utils": "^6.4.0", + "@welcome-ui/variant-icon": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/FieldGroup/CHANGELOG.md b/packages/FieldGroup/CHANGELOG.md index 845022c57..ea82ba7a2 100644 --- a/packages/FieldGroup/CHANGELOG.md +++ b/packages/FieldGroup/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/field-group + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/field-group diff --git a/packages/FieldGroup/package.json b/packages/FieldGroup/package.json index 59c68da16..0524e6a98 100644 --- a/packages/FieldGroup/package.json +++ b/packages/FieldGroup/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/field-group", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,7 +46,7 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/label": "^6.1.1", + "@welcome-ui/label": "^6.4.0", "@welcome-ui/system": "^6.1.1" }, "peerDependencies": { diff --git a/packages/FileDrop/CHANGELOG.md b/packages/FileDrop/CHANGELOG.md index 0414575c5..9a1da5823 100644 --- a/packages/FileDrop/CHANGELOG.md +++ b/packages/FileDrop/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/file-drop + + + + + # [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07) **Note:** Version bump only for package @welcome-ui/file-drop diff --git a/packages/FileDrop/package.json b/packages/FileDrop/package.json index 791b02a08..8bd5b2a15 100644 --- a/packages/FileDrop/package.json +++ b/packages/FileDrop/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/file-drop", - "version": "6.2.0", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,12 +46,12 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/button": "^6.1.1", - "@welcome-ui/files": "^6.1.1", - "@welcome-ui/icons": "^6.1.1", + "@welcome-ui/button": "^6.4.0", + "@welcome-ui/files": "^6.4.0", + "@welcome-ui/icons": "^6.4.0", "@welcome-ui/system": "^6.1.1", "@welcome-ui/text": "^6.2.0", - "@welcome-ui/utils": "^6.1.1", + "@welcome-ui/utils": "^6.4.0", "react-dropzone": "14.3.5" }, "peerDependencies": { diff --git a/packages/FileUpload/CHANGELOG.md b/packages/FileUpload/CHANGELOG.md index adf5c9aa0..4b48ea70a 100644 --- a/packages/FileUpload/CHANGELOG.md +++ b/packages/FileUpload/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/file-upload + + + + + ## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08) **Note:** Version bump only for package @welcome-ui/file-upload diff --git a/packages/FileUpload/package.json b/packages/FileUpload/package.json index 300b1a93f..06065b4ee 100644 --- a/packages/FileUpload/package.json +++ b/packages/FileUpload/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/file-upload", - "version": "6.3.0", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -47,11 +47,11 @@ }, "dependencies": { "@welcome-ui/box": "^6.1.1", - "@welcome-ui/button": "^6.1.1", - "@welcome-ui/files": "^6.1.1", + "@welcome-ui/button": "^6.4.0", + "@welcome-ui/files": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/tag": "^6.3.0", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/tag": "^6.4.0", + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/Files/CHANGELOG.md b/packages/Files/CHANGELOG.md index 946a1d726..48130b61a 100644 --- a/packages/Files/CHANGELOG.md +++ b/packages/Files/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/files + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/files diff --git a/packages/Files/package.json b/packages/Files/package.json index a9e5ad7bc..89ad16c98 100644 --- a/packages/Files/package.json +++ b/packages/Files/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/files", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -43,8 +43,8 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/icons": "^6.1.1", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/icons": "^6.4.0", + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "react": "^18.0.0" diff --git a/packages/IconFont/CHANGELOG.md b/packages/IconFont/CHANGELOG.md index 0f84f4c9d..c3c3fdb4c 100644 --- a/packages/IconFont/CHANGELOG.md +++ b/packages/IconFont/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + + +### Features + +* **Icon:** add TemporaryProfile Icon ([#2626](https://github.com/WTTJ/welcome-ui/issues/2626)) ([031f5d8](https://github.com/WTTJ/welcome-ui/commit/031f5d87282ad694580a6fd6b1ce0b167de6779c)) + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/icons.font diff --git a/packages/IconFont/package.json b/packages/IconFont/package.json index 93680c28a..500db606b 100644 --- a/packages/IconFont/package.json +++ b/packages/IconFont/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/icons.font", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/InputText/CHANGELOG.md b/packages/InputText/CHANGELOG.md index 43a1b0120..919c9c218 100644 --- a/packages/InputText/CHANGELOG.md +++ b/packages/InputText/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + + +### Features + +* rework hover on fields ([#2625](https://github.com/WTTJ/welcome-ui/issues/2625)) ([14fcd0e](https://github.com/WTTJ/welcome-ui/commit/14fcd0ec1e109e58873b6c02dd498ae1f8ca0679)) + + + + + # [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07) **Note:** Version bump only for package @welcome-ui/input-text diff --git a/packages/InputText/package.json b/packages/InputText/package.json index c13b3b585..5748b16b6 100644 --- a/packages/InputText/package.json +++ b/packages/InputText/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/input-text", - "version": "6.1.1", + "version": "6.4.0", "description": "welcome-ui: Text input", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,10 +46,10 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/clear-button": "^6.1.1", - "@welcome-ui/field": "^6.1.1", + "@welcome-ui/clear-button": "^6.4.0", + "@welcome-ui/field": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/Label/CHANGELOG.md b/packages/Label/CHANGELOG.md index 7bc2a94d8..8d54f022e 100644 --- a/packages/Label/CHANGELOG.md +++ b/packages/Label/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/label + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/label diff --git a/packages/Label/package.json b/packages/Label/package.json index 9ee3f037d..854fec925 100644 --- a/packages/Label/package.json +++ b/packages/Label/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/label", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,10 +46,10 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/icons": "^6.1.1", + "@welcome-ui/icons": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1", - "@welcome-ui/variant-icon": "^6.1.1" + "@welcome-ui/utils": "^6.4.0", + "@welcome-ui/variant-icon": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/Link/CHANGELOG.md b/packages/Link/CHANGELOG.md index 26905faa3..f0ac7dc39 100644 --- a/packages/Link/CHANGELOG.md +++ b/packages/Link/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/link + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/link diff --git a/packages/Link/package.json b/packages/Link/package.json index 71ced2fe5..553cd2c9b 100644 --- a/packages/Link/package.json +++ b/packages/Link/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/link", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,7 +46,7 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/icons": "^6.1.1", + "@welcome-ui/icons": "^6.4.0", "@welcome-ui/system": "^6.1.1", "@welcome-ui/universal-link": "^6.1.1" }, diff --git a/packages/Loader/CHANGELOG.md b/packages/Loader/CHANGELOG.md index ad405d451..b72b9423b 100644 --- a/packages/Loader/CHANGELOG.md +++ b/packages/Loader/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/loader + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/loader diff --git a/packages/Loader/package.json b/packages/Loader/package.json index 43bb0c9e6..890992110 100644 --- a/packages/Loader/package.json +++ b/packages/Loader/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/loader", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -47,7 +47,7 @@ }, "dependencies": { "@welcome-ui/box": "^6.1.1", - "@welcome-ui/shape": "^6.1.1", + "@welcome-ui/shape": "^6.4.0", "@welcome-ui/system": "^6.1.1" }, "peerDependencies": { diff --git a/packages/MarkdownEditor/CHANGELOG.md b/packages/MarkdownEditor/CHANGELOG.md index e54b917f1..39387f593 100644 --- a/packages/MarkdownEditor/CHANGELOG.md +++ b/packages/MarkdownEditor/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/markdown-editor + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/markdown-editor diff --git a/packages/MarkdownEditor/package.json b/packages/MarkdownEditor/package.json index 3eb7468c4..83d5b9431 100644 --- a/packages/MarkdownEditor/package.json +++ b/packages/MarkdownEditor/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/markdown-editor", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,9 +46,9 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/icons": "^6.1.1", + "@welcome-ui/icons": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1", + "@welcome-ui/utils": "^6.4.0", "easymde": "2.18.0", "emoji-mart": "=2.11.1", "react-simplemde-editor": "5.2.0" diff --git a/packages/Modal/CHANGELOG.md b/packages/Modal/CHANGELOG.md index 9d7d8453a..c14635696 100644 --- a/packages/Modal/CHANGELOG.md +++ b/packages/Modal/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/modal + + + + + ## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08) **Note:** Version bump only for package @welcome-ui/modal diff --git a/packages/Modal/package.json b/packages/Modal/package.json index 4bf6af63e..8640788a3 100644 --- a/packages/Modal/package.json +++ b/packages/Modal/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/modal", - "version": "6.2.0", + "version": "6.4.0", "description": "Modal from Ariakit with a really nice theme 👀", "main": "dist/index.js", "module": "dist/index.mjs", @@ -50,14 +50,14 @@ "dependencies": { "@ariakit/react": "0.4.3", "@welcome-ui/box": "^6.1.1", - "@welcome-ui/button": "^6.1.1", - "@welcome-ui/close-button": "^6.1.1", - "@welcome-ui/icons.font": "^6.1.1", - "@welcome-ui/shape": "^6.1.1", - "@welcome-ui/swiper": "^6.1.1", + "@welcome-ui/button": "^6.4.0", + "@welcome-ui/close-button": "^6.4.0", + "@welcome-ui/icons.font": "^6.4.0", + "@welcome-ui/shape": "^6.4.0", + "@welcome-ui/swiper": "^6.4.0", "@welcome-ui/system": "^6.1.1", "@welcome-ui/text": "^6.2.0", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/Pagination/CHANGELOG.md b/packages/Pagination/CHANGELOG.md index 53a2dd0c0..8136c1d53 100644 --- a/packages/Pagination/CHANGELOG.md +++ b/packages/Pagination/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/pagination + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/pagination diff --git a/packages/Pagination/package.json b/packages/Pagination/package.json index aa3c1b859..98af368a4 100644 --- a/packages/Pagination/package.json +++ b/packages/Pagination/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/pagination", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,9 +46,9 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/icons": "^6.1.1", + "@welcome-ui/icons": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/PasswordInput/CHANGELOG.md b/packages/PasswordInput/CHANGELOG.md index b0737f204..5af636f8f 100644 --- a/packages/PasswordInput/CHANGELOG.md +++ b/packages/PasswordInput/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/password-input + + + + + ## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08) **Note:** Version bump only for package @welcome-ui/password-input diff --git a/packages/PasswordInput/package.json b/packages/PasswordInput/package.json index b86ce0513..b9e423694 100644 --- a/packages/PasswordInput/package.json +++ b/packages/PasswordInput/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/password-input", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,9 +46,9 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/button": "^6.1.1", - "@welcome-ui/icons": "^6.1.1", - "@welcome-ui/input-text": "^6.1.1", + "@welcome-ui/button": "^6.4.0", + "@welcome-ui/icons": "^6.4.0", + "@welcome-ui/input-text": "^6.4.0", "@welcome-ui/system": "^6.1.1" }, "peerDependencies": { diff --git a/packages/Picker/CHANGELOG.md b/packages/Picker/CHANGELOG.md index b277760b8..250dbbdda 100644 --- a/packages/Picker/CHANGELOG.md +++ b/packages/Picker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/picker + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/picker diff --git a/packages/Picker/package.json b/packages/Picker/package.json index cfff578db..34f097732 100644 --- a/packages/Picker/package.json +++ b/packages/Picker/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/picker", - "version": "6.1.1", + "version": "6.4.0", "description": "welcome-ui: Picker", "main": "dist/index.js", "module": "dist/index.mjs", @@ -48,8 +48,8 @@ "dependencies": { "@ariakit/react": "0.4.3", "@welcome-ui/box": "^6.1.1", - "@welcome-ui/field-group": "^6.1.1", - "@welcome-ui/label": "^6.1.1", + "@welcome-ui/field-group": "^6.4.0", + "@welcome-ui/label": "^6.4.0", "@welcome-ui/system": "^6.1.1" }, "peerDependencies": { diff --git a/packages/Popover/CHANGELOG.md b/packages/Popover/CHANGELOG.md index 1db8e72b0..fb954305b 100644 --- a/packages/Popover/CHANGELOG.md +++ b/packages/Popover/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/popover + + + + + # [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07) **Note:** Version bump only for package @welcome-ui/popover diff --git a/packages/Popover/package.json b/packages/Popover/package.json index 5a26a5217..711c5cfdb 100644 --- a/packages/Popover/package.json +++ b/packages/Popover/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/popover", - "version": "6.1.1", + "version": "6.4.0", "description": "welcome-ui: A popover component", "main": "dist/index.js", "module": "dist/index.mjs", @@ -48,8 +48,8 @@ "dependencies": { "@ariakit/react": "0.4.3", "@welcome-ui/box": "^6.1.1", - "@welcome-ui/button": "^6.1.1", - "@welcome-ui/icons": "^6.1.1", + "@welcome-ui/button": "^6.4.0", + "@welcome-ui/icons": "^6.4.0", "@welcome-ui/system": "^6.1.1" }, "peerDependencies": { diff --git a/packages/Radio/CHANGELOG.md b/packages/Radio/CHANGELOG.md index 72b97bfa3..039a58cd7 100644 --- a/packages/Radio/CHANGELOG.md +++ b/packages/Radio/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/radio + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/radio diff --git a/packages/Radio/package.json b/packages/Radio/package.json index 386305160..194c2235f 100644 --- a/packages/Radio/package.json +++ b/packages/Radio/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/radio", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -49,9 +49,9 @@ "@ariakit/react": "0.4.3", "@welcome-ui/box": "^6.1.1", "@welcome-ui/hint": "^6.1.1", - "@welcome-ui/label": "^6.1.1", + "@welcome-ui/label": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/RadioGroup/CHANGELOG.md b/packages/RadioGroup/CHANGELOG.md index d49ee8874..e2ef83d8e 100644 --- a/packages/RadioGroup/CHANGELOG.md +++ b/packages/RadioGroup/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/radio-group + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/radio-group diff --git a/packages/RadioGroup/package.json b/packages/RadioGroup/package.json index 758c6954b..175842422 100644 --- a/packages/RadioGroup/package.json +++ b/packages/RadioGroup/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/radio-group", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -47,8 +47,8 @@ }, "dependencies": { "@ariakit/react": "0.4.3", - "@welcome-ui/field-group": "^6.1.1", - "@welcome-ui/radio": "^6.1.1", + "@welcome-ui/field-group": "^6.4.0", + "@welcome-ui/radio": "^6.4.0", "@welcome-ui/system": "^6.1.1" }, "peerDependencies": { diff --git a/packages/RadioTab/CHANGELOG.md b/packages/RadioTab/CHANGELOG.md index b2bb83bd4..89cfc5130 100644 --- a/packages/RadioTab/CHANGELOG.md +++ b/packages/RadioTab/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/radio-tab + + + + + # [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07) **Note:** Version bump only for package @welcome-ui/radio-tab diff --git a/packages/RadioTab/package.json b/packages/RadioTab/package.json index 7e9c4e507..7a848d5aa 100644 --- a/packages/RadioTab/package.json +++ b/packages/RadioTab/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/radio-tab", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -47,9 +47,9 @@ }, "dependencies": { "@ariakit/react": "0.4.3", - "@welcome-ui/button": "^6.1.1", + "@welcome-ui/button": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/Search/CHANGELOG.md b/packages/Search/CHANGELOG.md index d00a3ee41..bad9a9d39 100644 --- a/packages/Search/CHANGELOG.md +++ b/packages/Search/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/search + + + + + # [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07) **Note:** Version bump only for package @welcome-ui/search diff --git a/packages/Search/package.json b/packages/Search/package.json index dcb6ff07b..3bec14fb2 100644 --- a/packages/Search/package.json +++ b/packages/Search/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/search", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,14 +46,14 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "devDependencies": { - "@welcome-ui/shape": "^6.1.1" + "@welcome-ui/shape": "^6.4.0" }, "dependencies": { - "@welcome-ui/clear-button": "^6.1.1", - "@welcome-ui/field": "^6.1.1", + "@welcome-ui/clear-button": "^6.4.0", + "@welcome-ui/field": "^6.4.0", "@welcome-ui/icon": "^6.1.1", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1", + "@welcome-ui/utils": "^6.4.0", "downshift": "^7.4.1" }, "peerDependencies": { diff --git a/packages/Select/CHANGELOG.md b/packages/Select/CHANGELOG.md index 5220d4cb2..5c27d6542 100644 --- a/packages/Select/CHANGELOG.md +++ b/packages/Select/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/select + + + + + ## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08) **Note:** Version bump only for package @welcome-ui/select diff --git a/packages/Select/package.json b/packages/Select/package.json index ea81d25a0..263e71042 100644 --- a/packages/Select/package.json +++ b/packages/Select/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/select", - "version": "6.3.0", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,13 +46,13 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/clear-button": "^6.1.1", - "@welcome-ui/field": "^6.1.1", + "@welcome-ui/clear-button": "^6.4.0", + "@welcome-ui/field": "^6.4.0", "@welcome-ui/icon": "^6.1.1", - "@welcome-ui/icons": "^6.1.1", + "@welcome-ui/icons": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/tag": "^6.3.0", - "@welcome-ui/utils": "^6.1.1", + "@welcome-ui/tag": "^6.4.0", + "@welcome-ui/utils": "^6.4.0", "downshift": "^7.4.1", "match-sorter": "^8.0.0" }, diff --git a/packages/Shape/CHANGELOG.md b/packages/Shape/CHANGELOG.md index 2ad51e2e8..e124ea92c 100644 --- a/packages/Shape/CHANGELOG.md +++ b/packages/Shape/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/shape + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/shape diff --git a/packages/Shape/package.json b/packages/Shape/package.json index 5c20e4bb5..66ce3aff1 100644 --- a/packages/Shape/package.json +++ b/packages/Shape/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/shape", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -48,7 +48,7 @@ "dependencies": { "@welcome-ui/box": "^6.1.1", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/Slider/CHANGELOG.md b/packages/Slider/CHANGELOG.md index aa989f71c..424588328 100644 --- a/packages/Slider/CHANGELOG.md +++ b/packages/Slider/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/slider + + + + + # [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07) **Note:** Version bump only for package @welcome-ui/slider diff --git a/packages/Slider/package.json b/packages/Slider/package.json index 366c45339..ff36c5be7 100644 --- a/packages/Slider/package.json +++ b/packages/Slider/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/slider", - "version": "6.2.0", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -48,7 +48,7 @@ "dependencies": { "@welcome-ui/box": "^6.1.1", "@welcome-ui/hint": "^6.1.1", - "@welcome-ui/input-text": "^6.1.1", + "@welcome-ui/input-text": "^6.4.0", "@welcome-ui/system": "^6.1.1", "@welcome-ui/text": "^6.2.0" }, diff --git a/packages/Swiper/CHANGELOG.md b/packages/Swiper/CHANGELOG.md index fd1c985ff..b8cadf169 100644 --- a/packages/Swiper/CHANGELOG.md +++ b/packages/Swiper/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/swiper + + + + + # [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07) **Note:** Version bump only for package @welcome-ui/swiper diff --git a/packages/Swiper/package.json b/packages/Swiper/package.json index ce91eda49..c040342cd 100644 --- a/packages/Swiper/package.json +++ b/packages/Swiper/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/swiper", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,10 +46,10 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/button": "^6.1.1", - "@welcome-ui/icons.font": "^6.1.1", + "@welcome-ui/button": "^6.4.0", + "@welcome-ui/icons.font": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1", + "@welcome-ui/utils": "^6.4.0", "lodash.debounce": "^4.0.8" }, "peerDependencies": { diff --git a/packages/Tabs/CHANGELOG.md b/packages/Tabs/CHANGELOG.md index 625ed8318..9c217b9e2 100644 --- a/packages/Tabs/CHANGELOG.md +++ b/packages/Tabs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/tabs + + + + + ## [5.22.2](https://github.com/WTTJ/welcome-ui/compare/v5.22.1...v5.22.2) (2024-10-28) diff --git a/packages/Tabs/package.json b/packages/Tabs/package.json index 8800a886a..91b40c19d 100644 --- a/packages/Tabs/package.json +++ b/packages/Tabs/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/tabs", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -48,7 +48,7 @@ "dependencies": { "@ariakit/react": "0.4.3", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1", + "@welcome-ui/utils": "^6.4.0", "react-flatten-children": "^1.0.0" }, "peerDependencies": { diff --git a/packages/Tag/CHANGELOG.md b/packages/Tag/CHANGELOG.md index a70cbe397..c391dc156 100644 --- a/packages/Tag/CHANGELOG.md +++ b/packages/Tag/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/tag + + + + + ## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08) **Note:** Version bump only for package @welcome-ui/tag diff --git a/packages/Tag/package.json b/packages/Tag/package.json index f3a063f63..82750869e 100644 --- a/packages/Tag/package.json +++ b/packages/Tag/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/tag", - "version": "6.3.0", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,11 +46,11 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/core": "^6.3.0", + "@welcome-ui/core": "^6.4.0", "@welcome-ui/icon": "^6.1.1", - "@welcome-ui/icons": "^6.1.1", + "@welcome-ui/icons": "^6.4.0", "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/Textarea/CHANGELOG.md b/packages/Textarea/CHANGELOG.md index 26072465f..26881d64c 100644 --- a/packages/Textarea/CHANGELOG.md +++ b/packages/Textarea/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/textarea + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/textarea diff --git a/packages/Textarea/package.json b/packages/Textarea/package.json index 728d9f7c4..9366feb9e 100644 --- a/packages/Textarea/package.json +++ b/packages/Textarea/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/textarea", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -47,7 +47,7 @@ }, "dependencies": { "@welcome-ui/system": "^6.1.1", - "@welcome-ui/utils": "^6.1.1" + "@welcome-ui/utils": "^6.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3", diff --git a/packages/TimePicker/CHANGELOG.md b/packages/TimePicker/CHANGELOG.md index eb4fce74d..e586259bd 100644 --- a/packages/TimePicker/CHANGELOG.md +++ b/packages/TimePicker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/time-picker + + + + + ## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08) **Note:** Version bump only for package @welcome-ui/time-picker diff --git a/packages/TimePicker/package.json b/packages/TimePicker/package.json index 9630a801b..96f6ed1cf 100644 --- a/packages/TimePicker/package.json +++ b/packages/TimePicker/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/time-picker", - "version": "6.3.0", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -47,7 +47,7 @@ }, "dependencies": { "@types/react-datepicker": "^4.15.0", - "@welcome-ui/date-time-picker-common": "^6.3.0", + "@welcome-ui/date-time-picker-common": "^6.4.0", "@welcome-ui/system": "^6.1.1", "react-datepicker": "^4.16.0" }, diff --git a/packages/Toast/CHANGELOG.md b/packages/Toast/CHANGELOG.md index 2908ca1f2..39969a25c 100644 --- a/packages/Toast/CHANGELOG.md +++ b/packages/Toast/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/toast + + + + + ## [6.3.1](https://github.com/WTTJ/welcome-ui/compare/v6.3.0...v6.3.1) (2024-11-25) **Note:** Version bump only for package @welcome-ui/toast diff --git a/packages/Toast/package.json b/packages/Toast/package.json index e5b4aff0a..4afb09e3c 100644 --- a/packages/Toast/package.json +++ b/packages/Toast/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/toast", - "version": "6.3.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -49,13 +49,13 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/alert": "^6.3.1", + "@welcome-ui/alert": "^6.4.0", "@welcome-ui/box": "^6.1.1", - "@welcome-ui/button": "^6.1.1", - "@welcome-ui/close-button": "^6.1.1", + "@welcome-ui/button": "^6.4.0", + "@welcome-ui/close-button": "^6.4.0", "@welcome-ui/system": "^6.1.1", "@welcome-ui/text": "^6.2.0", - "@welcome-ui/utils": "^6.1.1", + "@welcome-ui/utils": "^6.4.0", "react-hot-toast": "^2.4.1" }, "peerDependencies": { diff --git a/packages/Toggle/CHANGELOG.md b/packages/Toggle/CHANGELOG.md index 5b48f0dd8..8892bb6de 100644 --- a/packages/Toggle/CHANGELOG.md +++ b/packages/Toggle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/toggle + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/toggle diff --git a/packages/Toggle/package.json b/packages/Toggle/package.json index f385f20b3..f909e58ea 100644 --- a/packages/Toggle/package.json +++ b/packages/Toggle/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/toggle", - "version": "6.1.1", + "version": "6.4.0", "description": "welcome-ui: A toggle component", "main": "dist/index.js", "module": "dist/index.mjs", @@ -47,7 +47,7 @@ }, "dependencies": { "@ariakit/react": "0.4.3", - "@welcome-ui/checkbox": "^6.1.1", + "@welcome-ui/checkbox": "^6.4.0", "@welcome-ui/system": "^6.1.1" }, "peerDependencies": { diff --git a/packages/Utils/CHANGELOG.md b/packages/Utils/CHANGELOG.md index a1940f997..47e606285 100644 --- a/packages/Utils/CHANGELOG.md +++ b/packages/Utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + + +### Features + +* rework hover on fields ([#2625](https://github.com/WTTJ/welcome-ui/issues/2625)) ([14fcd0e](https://github.com/WTTJ/welcome-ui/commit/14fcd0ec1e109e58873b6c02dd498ae1f8ca0679)) + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/utils diff --git a/packages/Utils/package.json b/packages/Utils/package.json index 4beace7aa..b88cacf68 100644 --- a/packages/Utils/package.json +++ b/packages/Utils/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/utils", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/VariantIcon/CHANGELOG.md b/packages/VariantIcon/CHANGELOG.md index 99fe61572..aefe743c5 100644 --- a/packages/VariantIcon/CHANGELOG.md +++ b/packages/VariantIcon/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/variant-icon + + + + + ## [5.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15) **Note:** Version bump only for package @welcome-ui/variant-icon diff --git a/packages/VariantIcon/package.json b/packages/VariantIcon/package.json index 4d06a7348..905e6513e 100644 --- a/packages/VariantIcon/package.json +++ b/packages/VariantIcon/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/variant-icon", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -43,7 +43,7 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/icons": "^6.1.1", + "@welcome-ui/icons": "^6.4.0", "@welcome-ui/system": "^6.1.1" }, "peerDependencies": { diff --git a/packages/WelcomeLoader/CHANGELOG.md b/packages/WelcomeLoader/CHANGELOG.md index d601bff1b..152de95ba 100644 --- a/packages/WelcomeLoader/CHANGELOG.md +++ b/packages/WelcomeLoader/CHANGELOG.md @@ -1,3 +1,11 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) + + +### Features + +* add new components WelcomeLoader ([#2624](https://github.com/WTTJ/welcome-ui/issues/2624)) ([af966a7](https://github.com/WTTJ/welcome-ui/commit/af966a73c51320befdaad505f6bcbd7005d353be)) diff --git a/packages/WelcomeLoader/package.json b/packages/WelcomeLoader/package.json index 21cb21cef..57943dd6a 100644 --- a/packages/WelcomeLoader/package.json +++ b/packages/WelcomeLoader/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/welcome-loader", - "version": "6.1.1", + "version": "6.4.0", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -46,9 +46,9 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "lottie-light-react": "^2.4.0", "@welcome-ui/box": "^6.1.1", - "@welcome-ui/system": "^6.1.1" + "@welcome-ui/system": "^6.1.1", + "lottie-light-react": "^2.4.0" }, "peerDependencies": { "@xstyled/styled-components": "^3.7.3",