Skip to content

Commit

Permalink
chore(release): publish new version v2.10.17🔥🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Aug 12, 2024
1 parent 989666b commit 58bd3ae
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
6 changes: 6 additions & 0 deletions 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.17](https://github.com/scaleflex/ui/compare/v2.10.16...v2.10.17) (2024-08-12)

### Bug Fixes

- **Select:** update arrow color when disabled ([95a6bd1](https://github.com/scaleflex/ui/commit/95a6bd11860c272e5e4a374cdbd7966442bf6da1))

## [2.10.16](https://github.com/scaleflex/ui/compare/v2.10.15...v2.10.16) (2024-08-09)

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

## [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

## [2.10.15](https://github.com/scaleflex/ui/compare/v2.10.14...v2.10.15) (2024-08-06)

### Bug Fixes
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.15",
"version": "2.10.17",
"description": "SVG icons as React components",
"scripts": {
"prebuild": "copyfiles README.md lib"
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/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.17](https://github.com/scaleflex/ui/compare/v2.10.16...v2.10.17) (2024-08-12)

### Bug Fixes

- **Select:** update arrow color when disabled ([95a6bd1](https://github.com/scaleflex/ui/commit/95a6bd11860c272e5e4a374cdbd7966442bf6da1))

## [2.10.16](https://github.com/scaleflex/ui/compare/v2.10.15...v2.10.16) (2024-08-09)

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

0 comments on commit 58bd3ae

Please sign in to comment.