Skip to content

Commit

Permalink
chore(release): publish new version v2.10.33🔥🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Dec 5, 2024
1 parent d30ea88 commit 368c81a
Show file tree
Hide file tree
Showing 6 changed files with 22 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.33](https://github.com/scaleflex/ui/compare/v2.10.32...v2.10.33) (2024-12-05)

### Features

- **Icons:** add LinkConnected and LinkNotConnected components ([d30ea88](https://github.com/scaleflex/ui/commit/d30ea88119e18ba02657ea733b17e761458ce778))
- **Icons:** update success icon ([affff55](https://github.com/scaleflex/ui/commit/affff5547f7eb8d985120f96fb0830990fbaf496))

## [2.10.32](https://github.com/scaleflex/ui/compare/v2.10.31...v2.10.32) (2024-11-27)

### 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.32",
"version": "2.10.33",
"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.33](https://github.com/scaleflex/ui/compare/v2.10.32...v2.10.33) (2024-12-05)

### Features

- **Icons:** add LinkConnected and LinkNotConnected components ([d30ea88](https://github.com/scaleflex/ui/commit/d30ea88119e18ba02657ea733b17e761458ce778))
- **Icons:** update success icon ([affff55](https://github.com/scaleflex/ui/commit/affff5547f7eb8d985120f96fb0830990fbaf496))

## [2.10.30](https://github.com/scaleflex/ui/compare/v2.10.29...v2.10.30) (2024-11-12)

### Features
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.30",
"version": "2.10.33",
"description": "SVG icons as React components",
"scripts": {
"prebuild": "copyfiles README.md lib"
Expand Down
4 changes: 4 additions & 0 deletions packages/ui/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.33](https://github.com/scaleflex/ui/compare/v2.10.32...v2.10.33) (2024-12-05)

**Note:** Version bump only for package @scaleflex/ui

## [2.10.32](https://github.com/scaleflex/ui/compare/v2.10.31...v2.10.32) (2024-11-27)

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

0 comments on commit 368c81a

Please sign in to comment.