diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 3dc2a70..cf35eea 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.8.4](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.8.3...@gecut/components@2.8.4) (2024-10-25) + +**Note:** Version bump only for package @gecut/components + ## [2.8.3](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.8.2...@gecut/components@2.8.3) (2024-10-25) **Note:** Version bump only for package @gecut/components diff --git a/packages/components/package.json b/packages/components/package.json index 363b41b..1803ae0 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/components", - "version": "2.8.3", + "version": "2.8.4", "type": "module", "description": "A collection of high-performance and beautiful UI components with Tailwind CSS, optimized for JS usage.", "keywords": [ @@ -52,12 +52,13 @@ "**/*.{js,mjs,cjs,map,d.ts,html,md,css}" ], "dependencies": { - "@gecut/lit-helper": "workspace:^", + "@gecut/lit-helper": "^2.4.7", "@gecut/logger": "^7.0.3", "@gecut/signal": "^7.0.3", "@gecut/types": "^7.0.3", "@gecut/utilities": "^7.0.3", "@types/node": "^20.11.30", "lit": "^3.1.3" - } + }, + "gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d" } diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index e2be65b..fff8985 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.2.3](https://github.com/gecut/hybrid-ui/compare/@gecut/i18n@2.2.2...@gecut/i18n@2.2.3) (2024-10-25) + +**Note:** Version bump only for package @gecut/i18n + ## [2.2.2](https://github.com/gecut/hybrid-ui/compare/@gecut/i18n@2.2.1...@gecut/i18n@2.2.2) (2024-10-25) **Note:** Version bump only for package @gecut/i18n diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 07bf4c5..b13bf71 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/i18n", - "version": "2.2.2", + "version": "2.2.3", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", @@ -36,5 +36,6 @@ "@gecut/signal": "^7.0.3", "@gecut/types": "^7.0.3", "type-fest": "^4.13.0" - } + }, + "gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d" } diff --git a/packages/lit-helper/CHANGELOG.md b/packages/lit-helper/CHANGELOG.md index db96134..5471a10 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.7](https://github.com/gecut/hybrid-ui/compare/@gecut/lit-helper@2.4.6...@gecut/lit-helper@2.4.7) (2024-10-25) + +**Note:** Version bump only for package @gecut/lit-helper + ## [2.4.6](https://github.com/gecut/hybrid-ui/compare/@gecut/lit-helper@2.4.5...@gecut/lit-helper@2.4.6) (2024-10-25) **Note:** Version bump only for package @gecut/lit-helper diff --git a/packages/lit-helper/package.json b/packages/lit-helper/package.json index 1462bc2..c4e6cb1 100644 --- a/packages/lit-helper/package.json +++ b/packages/lit-helper/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/lit-helper", - "version": "2.4.6", + "version": "2.4.7", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", @@ -41,7 +41,7 @@ "dependencies": { "@gecut/data-manager": "^1.2.3", "@gecut/logger": "^7.0.3", - "@gecut/mixins": "workspace:^", + "@gecut/mixins": "^2.2.4", "@gecut/signal": "^7.0.3", "@gecut/types": "^7.0.3", "@gecut/utilities": "^7.0.3", @@ -51,5 +51,6 @@ "lit-html": "^3.1.2", "tslib": "^2.6.2", "type-fest": "^4.13.0" - } + }, + "gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d" } diff --git a/packages/mixins/CHANGELOG.md b/packages/mixins/CHANGELOG.md index d5d4cf5..ce3f673 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.4](https://github.com/gecut/hybrid-ui/compare/@gecut/mixins@2.2.3...@gecut/mixins@2.2.4) (2024-10-25) + +**Note:** Version bump only for package @gecut/mixins + ## [2.2.3](https://github.com/gecut/hybrid-ui/compare/@gecut/mixins@2.2.2...@gecut/mixins@2.2.3) (2024-10-25) **Note:** Version bump only for package @gecut/mixins diff --git a/packages/mixins/package.json b/packages/mixins/package.json index ecf7c92..361c046 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.3", + "version": "2.2.4", "license": "MIT", "keywords": [ "TypeScript", @@ -61,5 +61,6 @@ "@gecut/types": "^7.0.3", "@gecut/utilities": "^7.0.3", "lit": "^3.1.3" - } + }, + "gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d" } diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index b5e3a3d..6716a02 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/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.8.5](https://github.com/gecut/hybrid-ui/compare/@gecut/styles@2.8.4...@gecut/styles@2.8.5) (2024-10-25) + +**Note:** Version bump only for package @gecut/styles + ## [2.8.4](https://github.com/gecut/hybrid-ui/compare/@gecut/styles@2.8.3...@gecut/styles@2.8.4) (2024-10-25) **Note:** Version bump only for package @gecut/styles diff --git a/packages/styles/package.json b/packages/styles/package.json index b164848..9e24d75 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/styles", - "version": "2.8.4", + "version": "2.8.5", "type": "module", "repository": { "type": "git", @@ -39,5 +39,6 @@ }, "dependencies": { "tailwindcss": "^3.4.1" - } + }, + "gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d" }