Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Sep 25, 2023
1 parent 66097ba commit d786f1a
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.3.0](https://github.com/WTTJ/welcome-ui/compare/v5.2.3...v5.3.0) (2023-09-25)


### Bug Fixes

* swiper custom button background ([#2292](https://github.com/WTTJ/welcome-ui/issues/2292)) ([8102bc0](https://github.com/WTTJ/welcome-ui/commit/8102bc0bba2ed15ea80870d5b42120b52017df93))
* swiper reload if children changes ([#2291](https://github.com/WTTJ/welcome-ui/issues/2291)) ([5c8962d](https://github.com/WTTJ/welcome-ui/commit/5c8962d7b21e94d40f829a0c525f5cfbcdce2e41))


### Features

* add possibity to not show close button on modal content ([#2301](https://github.com/WTTJ/welcome-ui/issues/2301)) ([66097ba](https://github.com/WTTJ/welcome-ui/commit/66097ba7f5d9e8d39db51804f4d8118ee89a0dba))





## [5.2.3](https://github.com/WTTJ/welcome-ui/compare/v5.2.2...v5.2.3) (2023-09-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"icons"
],
"version": "5.2.3",
"version": "5.3.0",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false
Expand Down
11 changes: 11 additions & 0 deletions packages/Modal/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.3.0](https://github.com/WTTJ/welcome-ui/compare/v5.2.3...v5.3.0) (2023-09-25)


### Features

* add possibity to not show close button on modal content ([#2301](https://github.com/WTTJ/welcome-ui/issues/2301)) ([66097ba](https://github.com/WTTJ/welcome-ui/commit/66097ba7f5d9e8d39db51804f4d8118ee89a0dba))





## [5.2.3](https://github.com/WTTJ/welcome-ui/compare/v5.2.2...v5.2.3) (2023-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/Modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/modal",
"version": "5.2.3",
"version": "5.3.0",
"description": "Modal from Ariakit with a really nice theme 👀",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/Swiper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.3.0](https://github.com/WTTJ/welcome-ui/compare/v5.2.3...v5.3.0) (2023-09-25)


### Bug Fixes

* swiper custom button background ([#2292](https://github.com/WTTJ/welcome-ui/issues/2292)) ([8102bc0](https://github.com/WTTJ/welcome-ui/commit/8102bc0bba2ed15ea80870d5b42120b52017df93))
* swiper reload if children changes ([#2291](https://github.com/WTTJ/welcome-ui/issues/2291)) ([5c8962d](https://github.com/WTTJ/welcome-ui/commit/5c8962d7b21e94d40f829a0c525f5cfbcdce2e41))





# [5.0.0](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.52...v5.0.0) (2023-08-31)


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.0.0",
"version": "5.3.0",
"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 d786f1a

Please sign in to comment.