diff --git a/CHANGELOG.md b/CHANGELOG.md index 34aae022a..112b7aa2d 100644 --- a/CHANGELOG.md +++ b/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.1](https://github.com/WTTJ/welcome-ui/compare/v6.4.0...v6.4.1) (2024-11-26) + + +### Bug Fixes + +* **alert:** crash when return null as child on cta property ([#2630](https://github.com/WTTJ/welcome-ui/issues/2630)) ([34f76f1](https://github.com/WTTJ/welcome-ui/commit/34f76f120913390319b698b7f0c7599a61629b6d)) + + + + + # [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26) diff --git a/lerna.json b/lerna.json index 7f7583ff7..175f7a254 100644 --- a/lerna.json +++ b/lerna.json @@ -6,7 +6,7 @@ "ignore": [ "website" ], - "version": "6.4.0", + "version": "6.4.1", "npmClient": "yarn", "useNx": false } \ No newline at end of file diff --git a/packages/Alert/CHANGELOG.md b/packages/Alert/CHANGELOG.md index c1e5cb74e..7b38ed893 100644 --- a/packages/Alert/CHANGELOG.md +++ b/packages/Alert/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.1](https://github.com/WTTJ/welcome-ui/compare/v6.4.0...v6.4.1) (2024-11-26) + + +### Bug Fixes + +* **alert:** crash when return null as child on cta property ([#2630](https://github.com/WTTJ/welcome-ui/issues/2630)) ([34f76f1](https://github.com/WTTJ/welcome-ui/commit/34f76f120913390319b698b7f0c7599a61629b6d)) + + + + + # [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 diff --git a/packages/Alert/package.json b/packages/Alert/package.json index e3125100e..9543fd7f9 100644 --- a/packages/Alert/package.json +++ b/packages/Alert/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/alert", - "version": "6.4.0", + "version": "6.4.1", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/Toast/CHANGELOG.md b/packages/Toast/CHANGELOG.md index 39969a25c..62073a0a7 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.1](https://github.com/WTTJ/welcome-ui/compare/v6.4.0...v6.4.1) (2024-11-26) + +**Note:** Version bump only for package @welcome-ui/toast + + + + + # [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 diff --git a/packages/Toast/package.json b/packages/Toast/package.json index 4afb09e3c..066d826d8 100644 --- a/packages/Toast/package.json +++ b/packages/Toast/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/toast", - "version": "6.4.0", + "version": "6.4.1", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs", @@ -49,7 +49,7 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "dependencies": { - "@welcome-ui/alert": "^6.4.0", + "@welcome-ui/alert": "^6.4.1", "@welcome-ui/box": "^6.1.1", "@welcome-ui/button": "^6.4.0", "@welcome-ui/close-button": "^6.4.0",