Skip to content

Commit

Permalink
chore(release): publish new version v2.10.16🔥🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Aug 9, 2024
1 parent d1f38b1 commit 95d50e1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 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.16](https://github.com/scaleflex/ui/compare/v2.10.15...v2.10.16) (2024-08-09)

### Bug Fixes

- remove type from label in checkbox, radio, switcher ([d1f38b1](https://github.com/scaleflex/ui/commit/d1f38b1344a7d1fcf5a6763593b4022fe138af29))

## [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 lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.10.15",
"version": "2.10.16",
"npmClient": "yarn",
"packages": ["packages/*"],
"ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"],
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.16](https://github.com/scaleflex/ui/compare/v2.10.15...v2.10.16) (2024-08-09)

### Bug Fixes

- remove type from label in checkbox, radio, switcher ([d1f38b1](https://github.com/scaleflex/ui/commit/d1f38b1344a7d1fcf5a6763593b4022fe138af29))

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

**Note:** Version bump only for package @scaleflex/ui
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.15",
"version": "2.10.16",
"description": "React UI components library by Scaleflex Company",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 95d50e1

Please sign in to comment.