diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 6034f21..ab0214d 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.1.0-alpha.0](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.0.1-alpha.0...@gecut/components@2.1.0-alpha.0) (2024-3-20) + +### Features + +* **components:** create dialog components ([#26](https://github.com/gecut/hybrid-ui/issues/26)) ([db91c35](https://github.com/gecut/hybrid-ui/commit/db91c352417257d8f516e2104209597eeeb26647)) by @MM25Zamanian + ## [2.0.1-alpha.0](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.0.0...@gecut/components@2.0.1-alpha.0) (2024-3-10) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 28723c6..922e3ee 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/components", - "version": "2.0.1-alpha.0", + "version": "2.1.0-alpha.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/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 9a86772..43d6c14 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -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.0.1](https://github.com/gecut/hybrid-ui/compare/@gecut/i18n@2.0.0...@gecut/i18n@2.0.1) (2024-3-20) + +**Note:** Version bump only for package @gecut/i18n + # 2.0.0 (2024-03-06) ### Features diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 6bb1523..a81ddc0 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/i18n", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", diff --git a/packages/lit-helper/CHANGELOG.md b/packages/lit-helper/CHANGELOG.md index 74d31d4..705be55 100644 --- a/packages/lit-helper/CHANGELOG.md +++ b/packages/lit-helper/CHANGELOG.md @@ -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.0.1](https://github.com/gecut/hybrid-ui/compare/@gecut/lit-helper@2.0.0...@gecut/lit-helper@2.0.1) (2024-3-20) + +**Note:** Version bump only for package @gecut/lit-helper + # 2.0.0 (2024-03-06) ### Bug Fixes diff --git a/packages/lit-helper/package.json b/packages/lit-helper/package.json index 458b149..bf11aec 100644 --- a/packages/lit-helper/package.json +++ b/packages/lit-helper/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/lit-helper", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 5bb3d7f..f4d8a6f 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.1.0](https://github.com/gecut/hybrid-ui/compare/@gecut/styles@2.0.0...@gecut/styles@2.1.0) (2024-3-20) + +### Features + +* **components:** create dialog components ([#26](https://github.com/gecut/hybrid-ui/issues/26)) ([db91c35](https://github.com/gecut/hybrid-ui/commit/db91c352417257d8f516e2104209597eeeb26647)) by @MM25Zamanian + # 2.0.0 (2024-03-06) ### Bug Fixes diff --git a/packages/styles/package.json b/packages/styles/package.json index 0070b93..144745f 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/styles", - "version": "2.0.0", + "version": "2.1.0", "type": "module", "repository": { "type": "git",