From 5333ab08a42ae62a3544593afa559fedf62477b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Le=20Ralec?= Date: Tue, 22 Aug 2023 10:28:23 +0200 Subject: [PATCH] v5.0.0-alpha.50 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/Tooltip/CHANGELOG.md | 11 +++++++++++ packages/Tooltip/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a8c8c4af..7fe807a502 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.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) diff --git a/lerna.json b/lerna.json index 2ff231f2bb..1d0ef2e7b0 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*", "icons" ], - "version": "5.0.0-alpha.49", + "version": "5.0.0-alpha.50", "npmClient": "yarn", "useWorkspaces": true, "useNx": false diff --git a/packages/Tooltip/CHANGELOG.md b/packages/Tooltip/CHANGELOG.md index a892efc78f..f926d6ef68 100644 --- a/packages/Tooltip/CHANGELOG.md +++ b/packages/Tooltip/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.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) diff --git a/packages/Tooltip/package.json b/packages/Tooltip/package.json index 8731f9d8a2..bd57da9808 100644 --- a/packages/Tooltip/package.json +++ b/packages/Tooltip/package.json @@ -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",