From 2ac2cb94d078a1f135140f4face3589152f6b839 Mon Sep 17 00:00:00 2001 From: "S. MohammadMahdi Zamanian" Date: Fri, 25 Oct 2024 13:33:14 -0400 Subject: [PATCH] chore(release): publish %s - @gecut/components@2.8.2 - @gecut/i18n@2.2.1 - @gecut/lit-helper@2.4.5 - @gecut/mixins@2.2.2 - @gecut/styles@2.8.3 --- packages/components/CHANGELOG.md | 4 ++++ packages/components/package.json | 2 +- packages/i18n/CHANGELOG.md | 4 ++++ packages/i18n/package.json | 2 +- packages/lit-helper/CHANGELOG.md | 4 ++++ packages/lit-helper/package.json | 2 +- packages/mixins/CHANGELOG.md | 4 ++++ packages/mixins/package.json | 2 +- packages/styles/CHANGELOG.md | 4 ++++ packages/styles/package.json | 2 +- 10 files changed, 25 insertions(+), 5 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 40739fe..bebc48e 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.2](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.8.1...@gecut/components@2.8.2) (2024-10-25) + +**Note:** Version bump only for package @gecut/components + ## [2.8.1](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.8.0...@gecut/components@2.8.1) (2024-09-10) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 8989e3a..334f61c 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/components", - "version": "2.8.1", + "version": "2.8.2", "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 d7c212a..88318ce 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.1](https://github.com/gecut/hybrid-ui/compare/@gecut/i18n@2.2.0...@gecut/i18n@2.2.1) (2024-10-25) + +**Note:** Version bump only for package @gecut/i18n + # [2.2.0](https://github.com/gecut/hybrid-ui/compare/@gecut/i18n@2.1.1...@gecut/i18n@2.2.0) (2024-08-26) ### Features diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 737a5f7..0ed7a31 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/i18n", - "version": "2.2.0", + "version": "2.2.1", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", diff --git a/packages/lit-helper/CHANGELOG.md b/packages/lit-helper/CHANGELOG.md index 09e3e39..04996da 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.5](https://github.com/gecut/hybrid-ui/compare/@gecut/lit-helper@2.4.4...@gecut/lit-helper@2.4.5) (2024-10-25) + +**Note:** Version bump only for package @gecut/lit-helper + ## [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 diff --git a/packages/lit-helper/package.json b/packages/lit-helper/package.json index 49da4ef..396e36d 100644 --- a/packages/lit-helper/package.json +++ b/packages/lit-helper/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/lit-helper", - "version": "2.4.4", + "version": "2.4.5", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", diff --git a/packages/mixins/CHANGELOG.md b/packages/mixins/CHANGELOG.md index f13303a..50b84b1 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.2](https://github.com/gecut/hybrid-ui/compare/@gecut/mixins@2.2.1...@gecut/mixins@2.2.2) (2024-10-25) + +**Note:** Version bump only for package @gecut/mixins + ## [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 diff --git a/packages/mixins/package.json b/packages/mixins/package.json index 712065d..b532afe 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.1", + "version": "2.2.2", "license": "MIT", "keywords": [ "TypeScript", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 55bc8c4..16c9a48 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.3](https://github.com/gecut/hybrid-ui/compare/@gecut/styles@2.8.2...@gecut/styles@2.8.3) (2024-10-25) + +**Note:** Version bump only for package @gecut/styles + ## [2.8.2](https://github.com/gecut/hybrid-ui/compare/@gecut/styles@2.8.1...@gecut/styles@2.8.2) (2024-09-28) ### Bug Fixes diff --git a/packages/styles/package.json b/packages/styles/package.json index 944347f..321f092 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/styles", - "version": "2.8.2", + "version": "2.8.3", "type": "module", "repository": { "type": "git",