Skip to content

Commit

Permalink
v5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mleralec committed Oct 17, 2023
1 parent 7f95539 commit c2c4117
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [5.5.1](https://github.com/WTTJ/welcome-ui/compare/v5.5.0...v5.5.1) (2023-10-17)


### Bug Fixes

* **modal:** not visible while updating state on open ([bef611d](https://github.com/WTTJ/welcome-ui/commit/bef611d96ea4c303fc769130d4985ed3d9061138))
* **vulnerabilities:** @babel/traverse ([3ac13ad](https://github.com/WTTJ/welcome-ui/commit/3ac13adc9785e2fd091de14a97d976ffc1be9988))
* **vulnerabilities:** @babel/traverse ([f7262e1](https://github.com/WTTJ/welcome-ui/commit/f7262e18fae3867086660e8b773ea5bcdc998a83))





# [5.5.0](https://github.com/WTTJ/welcome-ui/compare/v5.4.0...v5.5.0) (2023-10-11)


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.5.0",
"version": "5.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false
Expand Down
12 changes: 12 additions & 0 deletions packages/Modal/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.5.1](https://github.com/WTTJ/welcome-ui/compare/v5.5.0...v5.5.1) (2023-10-17)


### Bug Fixes

* **modal:** not visible while updating state on open ([bef611d](https://github.com/WTTJ/welcome-ui/commit/bef611d96ea4c303fc769130d4985ed3d9061138))
* **vulnerabilities:** @babel/traverse ([3ac13ad](https://github.com/WTTJ/welcome-ui/commit/3ac13adc9785e2fd091de14a97d976ffc1be9988))





# [5.5.0](https://github.com/WTTJ/welcome-ui/compare/v5.4.0...v5.5.0) (2023-10-11)


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.5.0",
"version": "5.5.1",
"description": "Modal from Ariakit with a really nice theme 👀",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit c2c4117

Please sign in to comment.