Skip to content

Commit

Permalink
v5.0.0-alpha.50
Browse files Browse the repository at this point in the history
  • Loading branch information
mleralec committed Aug 22, 2023
1 parent 2ef3f15 commit 5333ab0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 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.0.0-alpha.50](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.49...v5.0.0-alpha.50) (2023-08-22)


### Bug Fixes

* missing system props on ariakit tooltip ([#2206](https://github.com/WTTJ/welcome-ui/issues/2206)) ([2ef3f15](https://github.com/WTTJ/welcome-ui/commit/2ef3f156274a0efad27b750ef0f4f6eaacbc7062))





# [5.0.0-alpha.49](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.48...v5.0.0-alpha.49) (2023-08-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.0.0-alpha.49",
"version": "5.0.0-alpha.50",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false
Expand Down
11 changes: 11 additions & 0 deletions packages/Tooltip/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.0.0-alpha.50](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.49...v5.0.0-alpha.50) (2023-08-22)


### Bug Fixes

* missing system props on ariakit tooltip ([#2206](https://github.com/WTTJ/welcome-ui/issues/2206)) ([2ef3f15](https://github.com/WTTJ/welcome-ui/commit/2ef3f156274a0efad27b750ef0f4f6eaacbc7062))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/Tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/tooltip",
"version": "5.0.0-alpha.48",
"version": "5.0.0-alpha.50",
"description": "welcome-ui: A tooltip component",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 5333ab0

Please sign in to comment.