diff --git a/CHANGELOG.md b/CHANGELOG.md index da82c9384..7d6bea25d 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. +## [5.21.2](https://github.com/WTTJ/welcome-ui/compare/v5.21.1...v5.21.2) (2024-09-30) + + +### Bug Fixes + +* swiper item width when there is less than x items ([#2535](https://github.com/WTTJ/welcome-ui/issues/2535)) ([4508a9c](https://github.com/WTTJ/welcome-ui/commit/4508a9c734f91332308d13d460e4232a11f3a2b6)) + + + + + ## [5.21.1](https://github.com/WTTJ/welcome-ui/compare/v5.21.0...v5.21.1) (2024-09-24) diff --git a/lerna.json b/lerna.json index bee306f83..c57014372 100644 --- a/lerna.json +++ b/lerna.json @@ -6,7 +6,7 @@ "ignore": [ "website" ], - "version": "5.21.1", + "version": "5.21.2", "npmClient": "yarn", "useNx": false } \ No newline at end of file diff --git a/packages/Modal/CHANGELOG.md b/packages/Modal/CHANGELOG.md index ea0e7cb8e..f1e6e18a8 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. +## [5.21.2](https://github.com/WTTJ/welcome-ui/compare/v5.21.1...v5.21.2) (2024-09-30) + +**Note:** Version bump only for package @welcome-ui/modal + + + + + ## [5.21.1](https://github.com/WTTJ/welcome-ui/compare/v5.21.0...v5.21.1) (2024-09-24) **Note:** Version bump only for package @welcome-ui/modal diff --git a/packages/Modal/package.json b/packages/Modal/package.json index 8df0b1336..06a0595e5 100644 --- a/packages/Modal/package.json +++ b/packages/Modal/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/modal", - "version": "5.21.1", + "version": "5.21.2", "description": "Modal from Ariakit with a really nice theme 👀", "main": "dist/index.js", "module": "dist/index.mjs", @@ -54,7 +54,7 @@ "@welcome-ui/close-button": "^5.21.0", "@welcome-ui/icons.font": "^5.21.0", "@welcome-ui/shape": "^5.20.0", - "@welcome-ui/swiper": "^5.21.0", + "@welcome-ui/swiper": "^5.21.2", "@welcome-ui/system": "^5.17.1", "@welcome-ui/text": "^5.21.1", "@welcome-ui/utils": "^5.18.1" diff --git a/packages/Swiper/CHANGELOG.md b/packages/Swiper/CHANGELOG.md index 145fbba0a..4a3b1f009 100644 --- a/packages/Swiper/CHANGELOG.md +++ b/packages/Swiper/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. +## [5.21.2](https://github.com/WTTJ/welcome-ui/compare/v5.21.1...v5.21.2) (2024-09-30) + + +### Bug Fixes + +* swiper item width when there is less than x items ([#2535](https://github.com/WTTJ/welcome-ui/issues/2535)) ([4508a9c](https://github.com/WTTJ/welcome-ui/commit/4508a9c734f91332308d13d460e4232a11f3a2b6)) + + + + + # [5.21.0](https://github.com/WTTJ/welcome-ui/compare/v5.20.0...v5.21.0) (2024-09-17) **Note:** Version bump only for package @welcome-ui/swiper diff --git a/packages/Swiper/package.json b/packages/Swiper/package.json index 0c7e60253..399f03811 100644 --- a/packages/Swiper/package.json +++ b/packages/Swiper/package.json @@ -1,6 +1,6 @@ { "name": "@welcome-ui/swiper", - "version": "5.21.0", + "version": "5.21.2", "description": "Customizable design system with react • styled-components • styled-system and ariakit.", "main": "dist/index.js", "module": "dist/index.mjs",