From 1797d8743ca840002b67b8e30a67bba1fed0af3e Mon Sep 17 00:00:00 2001 From: "S. MohammadMahdi Zamanian" Date: Tue, 21 May 2024 14:44:40 +0330 Subject: [PATCH] release: %s - @gecut/components@2.1.1 - @gecut/i18n@2.0.3 - @gecut/lit-helper@2.1.1 - @gecut/mixins@2.1.1 --- 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 +- 8 files changed, 20 insertions(+), 4 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 753b22c..28f40ce 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.1.1](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.1.0...@gecut/components@2.1.1) (2024-5-21) + +**Note:** Version bump only for package @gecut/components + # [2.1.0](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.1.0-alpha.4...@gecut/components@2.1.0) (2024-4-19) **Note:** Version bump only for package @gecut/components diff --git a/packages/components/package.json b/packages/components/package.json index ddcf450..113acf4 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/components", - "version": "2.1.0", + "version": "2.1.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 39374b9..b0c9e6e 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.3](https://github.com/gecut/hybrid-ui/compare/@gecut/i18n@2.0.2...@gecut/i18n@2.0.3) (2024-5-21) + +**Note:** Version bump only for package @gecut/i18n + ## [2.0.2](https://github.com/gecut/hybrid-ui/compare/@gecut/i18n@2.0.1...@gecut/i18n@2.0.2) (2024-4-8) **Note:** Version bump only for package @gecut/i18n diff --git a/packages/i18n/package.json b/packages/i18n/package.json index b72273d..656d459 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/i18n", - "version": "2.0.2", + "version": "2.0.3", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", diff --git a/packages/lit-helper/CHANGELOG.md b/packages/lit-helper/CHANGELOG.md index 61d69dd..10e70ab 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.1](https://github.com/gecut/hybrid-ui/compare/@gecut/lit-helper@2.1.0...@gecut/lit-helper@2.1.1) (2024-5-21) + +**Note:** Version bump only for package @gecut/lit-helper + # [2.1.0](https://github.com/gecut/hybrid-ui/compare/@gecut/lit-helper@2.0.3...@gecut/lit-helper@2.1.0) (2024-4-19) **Note:** Version bump only for package @gecut/lit-helper diff --git a/packages/lit-helper/package.json b/packages/lit-helper/package.json index 25169d3..365773b 100644 --- a/packages/lit-helper/package.json +++ b/packages/lit-helper/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/lit-helper", - "version": "2.1.0", + "version": "2.1.1", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", diff --git a/packages/mixins/CHANGELOG.md b/packages/mixins/CHANGELOG.md index d7e790b..b4b63d5 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.1](https://github.com/gecut/hybrid-ui/compare/@gecut/mixins@2.1.0...@gecut/mixins@2.1.1) (2024-5-21) + +**Note:** Version bump only for package @gecut/mixins + # [2.1.0](https://github.com/gecut/hybrid-ui/compare/@gecut/mixins@2.0.2...@gecut/mixins@2.1.0) (2024-4-19) ### Bug Fixes diff --git a/packages/mixins/package.json b/packages/mixins/package.json index 927942c..4434cc4 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.0", + "version": "2.1.1", "license": "MIT", "keywords": [ "TypeScript",