diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 01fd2f7..367768c 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -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.8.0](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.7.0...@gecut/components@2.8.0) (2024-09-09) + +### Features + +* **components/snack-bar:** define `textMultiLine` ([850a92e](https://github.com/gecut/hybrid-ui/commit/850a92e2e3bd7c47530908432f55467c139d8790)) by @MM25Zamanian + # [2.7.0](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.6.1...@gecut/components@2.7.0) (2024-07-17) ### Features diff --git a/packages/components/package.json b/packages/components/package.json index 3003bbc..6a0844c 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/components", - "version": "2.7.0", + "version": "2.8.0", "type": "module", "description": "A collection of high-performance and beautiful UI components with Tailwind CSS, optimized for JS usage.", "keywords": [ diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 26c1a60..d7f406d 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -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.8.0](https://github.com/gecut/hybrid-ui/compare/@gecut/styles@2.7.0...@gecut/styles@2.8.0) (2024-09-09) + +### Features + +* **styles/snack-bar:** define `textMultiLine` ([8182970](https://github.com/gecut/hybrid-ui/commit/8182970a15f35be7ba82338e4e96316564460f42)) by @MM25Zamanian + # [2.7.0](https://github.com/gecut/hybrid-ui/compare/@gecut/styles@2.6.0...@gecut/styles@2.7.0) (2024-07-17) ### Features diff --git a/packages/styles/package.json b/packages/styles/package.json index 73e983d..1fa31ea 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/styles", - "version": "2.7.0", + "version": "2.8.0", "type": "module", "repository": { "type": "git",