diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index fe59bf1..4a9f70c 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.6.1](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.6.0...@gecut/components@2.6.1) (2024-07-08) + +**Note:** Version bump only for package @gecut/components + # [2.6.0](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.5.5...@gecut/components@2.6.0) (2024-07-08) ### Features diff --git a/packages/components/package.json b/packages/components/package.json index 157792d..3d5053e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/components", - "version": "2.6.0", + "version": "2.6.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 94240da..1733055 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.1.1](https://github.com/gecut/hybrid-ui/compare/@gecut/i18n@2.1.0...@gecut/i18n@2.1.1) (2024-07-08) + +**Note:** Version bump only for package @gecut/i18n + # [2.1.0](https://github.com/gecut/hybrid-ui/compare/@gecut/i18n@2.0.6...@gecut/i18n@2.1.0) (2024-06-22) ### Features diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 344b91f..d50ec88 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/i18n", - "version": "2.1.0", + "version": "2.1.1", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", diff --git a/packages/lit-helper/CHANGELOG.md b/packages/lit-helper/CHANGELOG.md index 2e5a5e0..09e3e39 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.4.4](https://github.com/gecut/hybrid-ui/compare/@gecut/lit-helper@2.4.3...@gecut/lit-helper@2.4.4) (2024-07-08) + +**Note:** Version bump only for package @gecut/lit-helper + ## [2.4.3](https://github.com/gecut/hybrid-ui/compare/@gecut/lit-helper@2.4.2...@gecut/lit-helper@2.4.3) (2024-07-06) ### Bug Fixes diff --git a/packages/lit-helper/package.json b/packages/lit-helper/package.json index 69570d6..954304d 100644 --- a/packages/lit-helper/package.json +++ b/packages/lit-helper/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/lit-helper", - "version": "2.4.3", + "version": "2.4.4", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", diff --git a/packages/mixins/CHANGELOG.md b/packages/mixins/CHANGELOG.md index 321a139..f13303a 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.2.1](https://github.com/gecut/hybrid-ui/compare/@gecut/mixins@2.2.0...@gecut/mixins@2.2.1) (2024-07-08) + +**Note:** Version bump only for package @gecut/mixins + # [2.2.0](https://github.com/gecut/hybrid-ui/compare/@gecut/mixins@2.1.4...@gecut/mixins@2.2.0) (2024-06-22) ### Features diff --git a/packages/mixins/package.json b/packages/mixins/package.json index b89490a..2f3c57f 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.2.0", + "version": "2.2.1", "license": "MIT", "keywords": [ "TypeScript",