Skip to content

Commit

Permalink
v5.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Sep 30, 2024
1 parent 4508a9c commit 03853d7
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ignore": [
"website"
],
"version": "5.21.1",
"version": "5.21.2",
"npmClient": "yarn",
"useNx": false
}
8 changes: 8 additions & 0 deletions packages/Modal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/Modal/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/Swiper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/Swiper/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 03853d7

Please sign in to comment.