Skip to content

Commit

Permalink
chore(release): publish new version v2.10.20🔥🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Aug 22, 2024
1 parent 272c594 commit 87ab3f0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions 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.20](https://github.com/scaleflex/ui/compare/v2.10.19...v2.10.20) (2024-08-22)

### Bug Fixes

- **Button:** fix overriding button type ([272c594](https://github.com/scaleflex/ui/commit/272c594c52e0b70d0b38a993a57cc9a20436a5c7))
- **Button:** fix overriding button type ([f5ce550](https://github.com/scaleflex/ui/commit/f5ce5507464524a001e4d4b640a83e384de0f845))

## [2.10.19](https://github.com/scaleflex/ui/compare/v2.10.18...v2.10.19) (2024-08-18)

### 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.19",
"version": "2.10.20",
"npmClient": "yarn",
"packages": ["packages/*"],
"ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"],
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.20](https://github.com/scaleflex/ui/compare/v2.10.19...v2.10.20) (2024-08-22)

### Bug Fixes

- **Button:** fix overriding button type ([272c594](https://github.com/scaleflex/ui/commit/272c594c52e0b70d0b38a993a57cc9a20436a5c7))
- **Button:** fix overriding button type ([f5ce550](https://github.com/scaleflex/ui/commit/f5ce5507464524a001e4d4b640a83e384de0f845))

## [2.10.19](https://github.com/scaleflex/ui/compare/v2.10.18...v2.10.19) (2024-08-18)

### Bug Fixes
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.19",
"version": "2.10.20",
"description": "React UI components library by Scaleflex Company",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 87ab3f0

Please sign in to comment.