Skip to content

Commit

Permalink
chore(release): publish new version v2.10.31🔥🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Nov 26, 2024
1 parent daee1fa commit 3497b29
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.

## [2.10.31](https://github.com/scaleflex/ui/compare/v2.10.30...v2.10.31) (2024-11-26)

### Bug Fixes

- **Input:** blur onClick cross button [FRA-5665] ([816bf10](https://github.com/scaleflex/ui/commit/816bf10953574165e2742424daf49643f4de033a))

### Features

- add suffix text to the ellipsed text component ([981271f](https://github.com/scaleflex/ui/commit/981271f0363aa04e3617d3b4947149e1e69f9818))
- add tooltip title to elipsed text ([f405972](https://github.com/scaleflex/ui/commit/f405972c6b8e7c54e1cf7f5906986a69447aa0d1))

## [2.10.30](https://github.com/scaleflex/ui/compare/v2.10.29...v2.10.30) (2024-11-12)

### 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.30",
"version": "2.10.31",
"npmClient": "yarn",
"packages": ["packages/*"],
"ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"],
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/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.

## [2.10.31](https://github.com/scaleflex/ui/compare/v2.10.30...v2.10.31) (2024-11-26)

### Bug Fixes

- **Input:** blur onClick cross button [FRA-5665] ([816bf10](https://github.com/scaleflex/ui/commit/816bf10953574165e2742424daf49643f4de033a))

### Features

- add suffix text to the ellipsed text component ([981271f](https://github.com/scaleflex/ui/commit/981271f0363aa04e3617d3b4947149e1e69f9818))
- add tooltip title to elipsed text ([f405972](https://github.com/scaleflex/ui/commit/f405972c6b8e7c54e1cf7f5906986a69447aa0d1))

## [2.10.30](https://github.com/scaleflex/ui/compare/v2.10.29...v2.10.30) (2024-11-12)

**Note:** Version bump only for package @scaleflex/ui
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.30",
"version": "2.10.31",
"description": "React UI components library by Scaleflex Company",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 3497b29

Please sign in to comment.