Skip to content

Commit

Permalink
chore(release): publish new version v2.10.13🔥🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Aug 5, 2024
1 parent 550cdab commit a21a069
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.13](https://github.com/scaleflex/ui/compare/v2.10.12...v2.10.13) (2024-08-05)

### Bug Fixes

- [Icons] mail outline icon -FRA-6158 ([a70d172](https://github.com/scaleflex/ui/commit/a70d1727b2d5492d52d1d486342e0ac9e1d7e3dd))
- **ColorPicker:** not updating rgb color correct [FRA-6061] ([2aa55c9](https://github.com/scaleflex/ui/commit/2aa55c9b916ba36ca8845cc88b4d2b2147ccc3c9))
- **Popper:** overlay is shown when popper is closed ([73f474c](https://github.com/scaleflex/ui/commit/73f474c628a6c039169d56e2353e60a023b4f1bb))

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

### Bug Fixes
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.12",
"version": "2.10.13",
"npmClient": "yarn",
"packages": ["packages/*"],
"ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"],
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.13](https://github.com/scaleflex/ui/compare/v2.10.12...v2.10.13) (2024-08-05)

### Bug Fixes

- [Icons] mail outline icon -FRA-6158 ([a70d172](https://github.com/scaleflex/ui/commit/a70d1727b2d5492d52d1d486342e0ac9e1d7e3dd))

## [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
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.12",
"version": "2.10.13",
"description": "SVG icons as React components",
"scripts": {
"prebuild": "copyfiles README.md lib"
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.13](https://github.com/scaleflex/ui/compare/v2.10.12...v2.10.13) (2024-08-05)

### Bug Fixes

- **ColorPicker:** not updating rgb color correct [FRA-6061] ([2aa55c9](https://github.com/scaleflex/ui/commit/2aa55c9b916ba36ca8845cc88b4d2b2147ccc3c9))
- **Popper:** overlay is shown when popper is closed ([73f474c](https://github.com/scaleflex/ui/commit/73f474c628a6c039169d56e2353e60a023b4f1bb))

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

### Bug Fixes
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.12",
"version": "2.10.13",
"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.12",
"@scaleflex/icons": "^2.10.13",
"@tippyjs/react": "^4.2.6",
"@types/lodash.merge": "^4.6.9",
"lodash.merge": "^4.6.2",
Expand Down

0 comments on commit a21a069

Please sign in to comment.