Skip to content

Commit

Permalink
chore(release): publish new version v2.10.12🔥🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Aug 2, 2024
1 parent ab15fc7 commit 6e39fdf
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 58 deletions.
27 changes: 10 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.11](https://github.com/scaleflex/ui/compare/v2.10.10...v2.10.11) (2024-07-31)

## [2.10.12](https://github.com/scaleflex/ui/compare/v2.10.11...v2.10.12) (2024-08-02)

### Bug Fixes

* **Autocomplete:** preventDefault issue [FRA-5712] ([095bd22](https://github.com/scaleflex/ui/commit/095bd227eaec67c0e08fe38e4c54465e31ecedbb))


- label fonts ([7bb9950](https://github.com/scaleflex/ui/commit/7bb99506c689fb2a6e8b96606af950bfd58c080c))

## [2.10.11](https://github.com/scaleflex/ui/compare/v2.10.10...v2.10.11) (2024-07-31)

### Bug Fixes

- **Autocomplete:** preventDefault issue [FRA-5712] ([095bd22](https://github.com/scaleflex/ui/commit/095bd227eaec67c0e08fe38e4c54465e31ecedbb))

## [2.10.10](https://github.com/scaleflex/ui/compare/v2.10.9...v2.10.10) (2024-07-31)


### Bug Fixes

* Ai icons colors -FRA-5916 ([a09c037](https://github.com/scaleflex/ui/commit/a09c0374a1c2ef18586e8b9ef30e3b258ab563e5))
* **AutoComplete:** value remove on typing [FRA-5712] ([a3c0973](https://github.com/scaleflex/ui/commit/a3c0973673549c3c0a49038a9841733f3dde3ab5))
* **ColorPicker:** rgb value doest work [FRA-6061] ([9d3b3a5](https://github.com/scaleflex/ui/commit/9d3b3a5138cec10cd91f9624e690a9f3de12e236))

- Ai icons colors -FRA-5916 ([a09c037](https://github.com/scaleflex/ui/commit/a09c0374a1c2ef18586e8b9ef30e3b258ab563e5))
- **AutoComplete:** value remove on typing [FRA-5712] ([a3c0973](https://github.com/scaleflex/ui/commit/a3c0973673549c3c0a49038a9841733f3dde3ab5))
- **ColorPicker:** rgb value doest work [FRA-6061] ([9d3b3a5](https://github.com/scaleflex/ui/commit/9d3b3a5138cec10cd91f9624e690a9f3de12e236))

### Features

* **AutoComplete:** select items by arrows [FRA-5965] ([efad64d](https://github.com/scaleflex/ui/commit/efad64ddb5aed242dd2ab0e3dda3c34853a7c13a))
* synchronize hub with ui-kit and add missing icons -FRA-5916 ([00540a6](https://github.com/scaleflex/ui/commit/00540a6da28ef52898557e755f8fa76357cf5e27))





- **AutoComplete:** select items by arrows [FRA-5965] ([efad64d](https://github.com/scaleflex/ui/commit/efad64ddb5aed242dd2ab0e3dda3c34853a7c13a))
- synchronize hub with ui-kit and add missing icons -FRA-5916 ([00540a6](https://github.com/scaleflex/ui/commit/00540a6da28ef52898557e755f8fa76357cf5e27))

## [2.10.9](https://github.com/scaleflex/ui/compare/v2.10.8...v2.10.9) (2024-07-24)

Expand Down
17 changes: 4 additions & 13 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
{
"version": "2.10.11",
"version": "2.10.12",
"npmClient": "yarn",
"packages": [
"packages/*"
],
"ignoreChanges": [
"**/*.spec.{ts,tsx}",
"**/*.story.tsx"
],
"packages": ["packages/*"],
"ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"],
"command": {
"version": {
"message": "chore(release): publish new version %s🔥🚀",
"allowBranch": [
"master",
"hotfix-*",
"release-*"
],
"allowBranch": ["master", "hotfix-*", "release-*"],
"conventionalCommits": true
}
},
Expand Down
15 changes: 6 additions & 9 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.10](https://github.com/scaleflex/ui/compare/v2.10.9...v2.10.10) (2024-07-31)
## [2.10.12](https://github.com/scaleflex/ui/compare/v2.10.11...v2.10.12) (2024-08-02)

**Note:** Version bump only for package @scaleflex/icons

### Bug Fixes
## [2.10.10](https://github.com/scaleflex/ui/compare/v2.10.9...v2.10.10) (2024-07-31)

* Ai icons colors -FRA-5916 ([a09c037](https://github.com/scaleflex/ui/commit/a09c0374a1c2ef18586e8b9ef30e3b258ab563e5))
### Bug Fixes

- Ai icons colors -FRA-5916 ([a09c037](https://github.com/scaleflex/ui/commit/a09c0374a1c2ef18586e8b9ef30e3b258ab563e5))

### Features

* synchronize hub with ui-kit and add missing icons -FRA-5916 ([00540a6](https://github.com/scaleflex/ui/commit/00540a6da28ef52898557e755f8fa76357cf5e27))





- synchronize hub with ui-kit and add missing icons -FRA-5916 ([00540a6](https://github.com/scaleflex/ui/commit/00540a6da28ef52898557e755f8fa76357cf5e27))

## [2.10.4](https://github.com/scaleflex/ui/compare/v2.10.3...v2.10.4) (2024-06-25)

Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleflex/icons",
"version": "2.10.10",
"version": "2.10.12",
"description": "SVG icons as React components",
"scripts": {
"prebuild": "copyfiles README.md lib"
Expand Down
25 changes: 9 additions & 16 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.11](https://github.com/scaleflex/ui/compare/v2.10.10...v2.10.11) (2024-07-31)

## [2.10.12](https://github.com/scaleflex/ui/compare/v2.10.11...v2.10.12) (2024-08-02)

### Bug Fixes

* **Autocomplete:** preventDefault issue [FRA-5712] ([095bd22](https://github.com/scaleflex/ui/commit/095bd227eaec67c0e08fe38e4c54465e31ecedbb))


- label fonts ([7bb9950](https://github.com/scaleflex/ui/commit/7bb99506c689fb2a6e8b96606af950bfd58c080c))

## [2.10.11](https://github.com/scaleflex/ui/compare/v2.10.10...v2.10.11) (2024-07-31)

### Bug Fixes

- **Autocomplete:** preventDefault issue [FRA-5712] ([095bd22](https://github.com/scaleflex/ui/commit/095bd227eaec67c0e08fe38e4c54465e31ecedbb))

## [2.10.10](https://github.com/scaleflex/ui/compare/v2.10.9...v2.10.10) (2024-07-31)


### Bug Fixes

* **AutoComplete:** value remove on typing [FRA-5712] ([a3c0973](https://github.com/scaleflex/ui/commit/a3c0973673549c3c0a49038a9841733f3dde3ab5))
* **ColorPicker:** rgb value doest work [FRA-6061] ([9d3b3a5](https://github.com/scaleflex/ui/commit/9d3b3a5138cec10cd91f9624e690a9f3de12e236))

- **AutoComplete:** value remove on typing [FRA-5712] ([a3c0973](https://github.com/scaleflex/ui/commit/a3c0973673549c3c0a49038a9841733f3dde3ab5))
- **ColorPicker:** rgb value doest work [FRA-6061] ([9d3b3a5](https://github.com/scaleflex/ui/commit/9d3b3a5138cec10cd91f9624e690a9f3de12e236))

### Features

* **AutoComplete:** select items by arrows [FRA-5965] ([efad64d](https://github.com/scaleflex/ui/commit/efad64ddb5aed242dd2ab0e3dda3c34853a7c13a))
* synchronize hub with ui-kit and add missing icons -FRA-5916 ([00540a6](https://github.com/scaleflex/ui/commit/00540a6da28ef52898557e755f8fa76357cf5e27))





- **AutoComplete:** select items by arrows [FRA-5965] ([efad64d](https://github.com/scaleflex/ui/commit/efad64ddb5aed242dd2ab0e3dda3c34853a7c13a))
- synchronize hub with ui-kit and add missing icons -FRA-5916 ([00540a6](https://github.com/scaleflex/ui/commit/00540a6da28ef52898557e755f8fa76357cf5e27))

## [2.10.9](https://github.com/scaleflex/ui/compare/v2.10.8...v2.10.9) (2024-07-24)

Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@scaleflex/ui",
"version": "2.10.11",
"version": "2.10.12",
"description": "React UI components library by Scaleflex Company",
"main": "lib/index.js",
"scripts": {
"prebuild": "copyfiles README.md lib"
},
"dependencies": {
"@popperjs/core": "^2.6.0",
"@scaleflex/icons": "^2.10.10",
"@scaleflex/icons": "^2.10.12",
"@tippyjs/react": "^4.2.6",
"@types/lodash.merge": "^4.6.9",
"lodash.merge": "^4.6.2",
Expand Down

0 comments on commit 6e39fdf

Please sign in to comment.