Skip to content

Commit

Permalink
chore(release): publish new version v2.10.28🔥🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Nov 4, 2024
1 parent 1f2d185 commit 59301bd
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 4 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.28](https://github.com/scaleflex/ui/compare/v2.10.27...v2.10.28) (2024-11-04)

### Features

- **Drawer:** add prop to collaspse button [FRA-5949] ([785efc2](https://github.com/scaleflex/ui/commit/785efc2a83f4f3642a9c53e1e805802c7a3c465a))
- **Icons:** add new icon ([f480ca1](https://github.com/scaleflex/ui/commit/f480ca123f6e11e68af87c618176ec8a24489231))

## [2.10.27](https://github.com/scaleflex/ui/compare/v2.10.26...v2.10.27) (2024-10-25)

### 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.27",
"version": "2.10.28",
"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.28](https://github.com/scaleflex/ui/compare/v2.10.27...v2.10.28) (2024-11-04)

### Features

- **Icons:** add new icon ([f480ca1](https://github.com/scaleflex/ui/commit/f480ca123f6e11e68af87c618176ec8a24489231))

## [2.10.27](https://github.com/scaleflex/ui/compare/v2.10.26...v2.10.27) (2024-10-25)

**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.27",
"version": "2.10.28",
"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.28](https://github.com/scaleflex/ui/compare/v2.10.27...v2.10.28) (2024-11-04)

### Features

- **Drawer:** add prop to collaspse button [FRA-5949] ([785efc2](https://github.com/scaleflex/ui/commit/785efc2a83f4f3642a9c53e1e805802c7a3c465a))

## [2.10.27](https://github.com/scaleflex/ui/compare/v2.10.26...v2.10.27) (2024-10-25)

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

0 comments on commit 59301bd

Please sign in to comment.