Skip to content

Commit

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

## [2.10.24](https://github.com/scaleflex/ui/compare/v2.10.23...v2.10.24) (2024-10-11)

### Bug Fixes

- **DatePicker:** input aligment [FRA-5859] ([17a49ba](https://github.com/scaleflex/ui/commit/17a49ba2f988e15af11771e5be3a9ca5493acd9a))
- **DatePicker:** input centered [FRA-5850] ([5c077b7](https://github.com/scaleflex/ui/commit/5c077b7405480b7ac45610a177a2606312a6ede5))
- duplicate icon is not aligned [FRA-6734] ([9584a7a](https://github.com/scaleflex/ui/commit/9584a7ae86504fdfa856af700293522c62575031))
- duplicate icon is not aligned [FRA-6734] ([34806c7](https://github.com/scaleflex/ui/commit/34806c700a8e430f2e43d1860326e7eda2c98baa))
- menu width ([1a7d11d](https://github.com/scaleflex/ui/commit/1a7d11d62f9c27411440a3d3316e7fb76e52ff1e))
- menu width ([fa23a4d](https://github.com/scaleflex/ui/commit/fa23a4d50335a3339e881fe1b0af2c4c9e4fb943))
- Options selected state [FRA-6666] ([94a3ed2](https://github.com/scaleflex/ui/commit/94a3ed2a000a20a53abddcbaeb24cdb0f91b909b))

### Features

- UI KIT Select all to choose all applicable values [SHA-57] ([fd0b098](https://github.com/scaleflex/ui/commit/fd0b098138f053f5f411960cc69a746b967a7ca6))
- UI KIT Select all to choose all applicable values [SHA-57] ([6291e9f](https://github.com/scaleflex/ui/commit/6291e9ff6746cd4a4b1eca00ed4950aacc8ca97f))
- UI KIT Select all to choose all applicable values [SHA-57] ([d148948](https://github.com/scaleflex/ui/commit/d148948e7de9b9ae6b91f7f4f1efafc7685c20ec))
- UI KIT Select all to choose all applicable values [SHA-57] ([f0c81e3](https://github.com/scaleflex/ui/commit/f0c81e3fd98e13b1e86021375149ea8470a9b300))

## [2.10.23](https://github.com/scaleflex/ui/compare/v2.10.22...v2.10.23) (2024-09-13)

### 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.23",
"version": "2.10.24",
"npmClient": "yarn",
"packages": ["packages/*"],
"ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"],
Expand Down
7 changes: 7 additions & 0 deletions packages/icons/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.24](https://github.com/scaleflex/ui/compare/v2.10.23...v2.10.24) (2024-10-11)

### Bug Fixes

- duplicate icon is not aligned [FRA-6734] ([9584a7a](https://github.com/scaleflex/ui/commit/9584a7ae86504fdfa856af700293522c62575031))
- duplicate icon is not aligned [FRA-6734] ([34806c7](https://github.com/scaleflex/ui/commit/34806c700a8e430f2e43d1860326e7eda2c98baa))

## [2.10.17](https://github.com/scaleflex/ui/compare/v2.10.16...v2.10.17) (2024-08-12)

**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.17",
"version": "2.10.24",
"description": "SVG icons as React components",
"scripts": {
"prebuild": "copyfiles README.md lib"
Expand Down
16 changes: 16 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.24](https://github.com/scaleflex/ui/compare/v2.10.23...v2.10.24) (2024-10-11)

### Bug Fixes

- **DatePicker:** input aligment [FRA-5859] ([17a49ba](https://github.com/scaleflex/ui/commit/17a49ba2f988e15af11771e5be3a9ca5493acd9a))
- menu width ([1a7d11d](https://github.com/scaleflex/ui/commit/1a7d11d62f9c27411440a3d3316e7fb76e52ff1e))
- menu width ([fa23a4d](https://github.com/scaleflex/ui/commit/fa23a4d50335a3339e881fe1b0af2c4c9e4fb943))
- Options selected state [FRA-6666] ([94a3ed2](https://github.com/scaleflex/ui/commit/94a3ed2a000a20a53abddcbaeb24cdb0f91b909b))

### Features

- UI KIT Select all to choose all applicable values [SHA-57] ([fd0b098](https://github.com/scaleflex/ui/commit/fd0b098138f053f5f411960cc69a746b967a7ca6))
- UI KIT Select all to choose all applicable values [SHA-57] ([6291e9f](https://github.com/scaleflex/ui/commit/6291e9ff6746cd4a4b1eca00ed4950aacc8ca97f))
- UI KIT Select all to choose all applicable values [SHA-57] ([d148948](https://github.com/scaleflex/ui/commit/d148948e7de9b9ae6b91f7f4f1efafc7685c20ec))
- UI KIT Select all to choose all applicable values [SHA-57] ([f0c81e3](https://github.com/scaleflex/ui/commit/f0c81e3fd98e13b1e86021375149ea8470a9b300))

## [2.10.23](https://github.com/scaleflex/ui/compare/v2.10.22...v2.10.23) (2024-09-13)

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

0 comments on commit 62bcc48

Please sign in to comment.