diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 18db26a..e0b1e8e 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.3.1](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.3.0...@gecut/components@2.3.1) (2024-06-11) + +**Note:** Version bump only for package @gecut/components + # [2.3.0](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.2.0...@gecut/components@2.3.0) (2024-05-30) ### Features diff --git a/packages/components/package.json b/packages/components/package.json index 4685b3e..3509388 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/components", - "version": "2.3.0", + "version": "2.3.1", "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 3e6ace2..981604e 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.5](https://github.com/gecut/hybrid-ui/compare/@gecut/i18n@2.0.4...@gecut/i18n@2.0.5) (2024-06-11) + +**Note:** Version bump only for package @gecut/i18n + ## [2.0.4](https://github.com/gecut/hybrid-ui/compare/@gecut/i18n@2.0.3...@gecut/i18n@2.0.4) (2024-05-30) **Note:** Version bump only for package @gecut/i18n diff --git a/packages/i18n/package.json b/packages/i18n/package.json index e7582c9..aeaa564 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/i18n", - "version": "2.0.4", + "version": "2.0.5", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", diff --git a/packages/lit-helper/CHANGELOG.md b/packages/lit-helper/CHANGELOG.md index 69418b8..4b8e8c7 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.1.4](https://github.com/gecut/hybrid-ui/compare/@gecut/lit-helper@2.1.3...@gecut/lit-helper@2.1.4) (2024-06-11) + +**Note:** Version bump only for package @gecut/lit-helper + ## [2.1.3](https://github.com/gecut/hybrid-ui/compare/@gecut/lit-helper@2.1.2...@gecut/lit-helper@2.1.3) (2024-05-30) **Note:** Version bump only for package @gecut/lit-helper diff --git a/packages/lit-helper/package.json b/packages/lit-helper/package.json index 125404f..db101f5 100644 --- a/packages/lit-helper/package.json +++ b/packages/lit-helper/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/lit-helper", - "version": "2.1.3", + "version": "2.1.4", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", diff --git a/packages/mixins/CHANGELOG.md b/packages/mixins/CHANGELOG.md index 3a7fd45..dea30c2 100644 --- a/packages/mixins/CHANGELOG.md +++ b/packages/mixins/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.1.3](https://github.com/gecut/hybrid-ui/compare/@gecut/mixins@2.1.2...@gecut/mixins@2.1.3) (2024-06-11) + +**Note:** Version bump only for package @gecut/mixins + ## [2.1.2](https://github.com/gecut/hybrid-ui/compare/@gecut/mixins@2.1.1...@gecut/mixins@2.1.2) (2024-05-30) **Note:** Version bump only for package @gecut/mixins diff --git a/packages/mixins/package.json b/packages/mixins/package.json index a00b5f9..6fde188 100644 --- a/packages/mixins/package.json +++ b/packages/mixins/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "@gecut/mixins", "description": "A tiny, TypeScript-powered package of hyper-fast LitElement mixins. Enhance your web components with swift, type-safe functionality that’s easy to integrate.", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "keywords": [ "TypeScript",