Skip to content

Commit

Permalink
chore(release): publish new version v2.10.22🔥🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdy-git committed Sep 11, 2024
1 parent eade89a commit e01d9e3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.22](https://github.com/scaleflex/ui/compare/v2.10.21...v2.10.22) (2024-09-11)

### Features

- **TooltipV2:** add isHidden prop ([0899c6e](https://github.com/scaleflex/ui/commit/0899c6e20bdb6c52e6fc7911298a0e2300792380))
- **TooltipV2:** add isHidden prop ([210428e](https://github.com/scaleflex/ui/commit/210428e8d186472910b3f8a3129af63480c162e5))

## [2.10.21](https://github.com/scaleflex/ui/compare/v2.10.20...v2.10.21) (2024-09-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.10.21",
"version": "2.10.22",
"npmClient": "yarn",
"packages": ["packages/*"],
"ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"],
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.22](https://github.com/scaleflex/ui/compare/v2.10.21...v2.10.22) (2024-09-11)

### Features

- **TooltipV2:** add isHidden prop ([0899c6e](https://github.com/scaleflex/ui/commit/0899c6e20bdb6c52e6fc7911298a0e2300792380))
- **TooltipV2:** add isHidden prop ([210428e](https://github.com/scaleflex/ui/commit/210428e8d186472910b3f8a3129af63480c162e5))

## [2.10.21](https://github.com/scaleflex/ui/compare/v2.10.20...v2.10.21) (2024-09-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleflex/ui",
"version": "2.10.21",
"version": "2.10.22",
"description": "React UI components library by Scaleflex Company",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit e01d9e3

Please sign in to comment.