From f3976bd16e82642527f624397198c3bc4371fd61 Mon Sep 17 00:00:00 2001 From: "S. MohammadMahdi Zamanian" Date: Fri, 19 Apr 2024 22:11:45 +0330 Subject: [PATCH] release: %s - @gecut/components@2.1.0 - @gecut/lit-helper@2.1.0 - @gecut/mixins@2.1.0 --- packages/components/CHANGELOG.md | 4 ++++ packages/components/package.json | 2 +- packages/lit-helper/CHANGELOG.md | 4 ++++ packages/lit-helper/package.json | 2 +- packages/mixins/CHANGELOG.md | 6 ++++++ packages/mixins/package.json | 2 +- 6 files changed, 17 insertions(+), 3 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index c129c94..753b22c 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.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 + # [2.1.0-alpha.4](https://github.com/gecut/hybrid-ui/compare/@gecut/components@2.1.0-alpha.3...@gecut/components@2.1.0-alpha.4) (2024-4-19) ### Features diff --git a/packages/components/package.json b/packages/components/package.json index 35ad47a..99870b0 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/components", - "version": "2.1.0-alpha.4", + "version": "2.1.0", "type": "module", "description": "A collection of high-performance and beautiful UI components with Tailwind CSS, optimized for JS usage.", "keywords": [ diff --git a/packages/lit-helper/CHANGELOG.md b/packages/lit-helper/CHANGELOG.md index 9f15407..61d69dd 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.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 + ## [2.0.3](https://github.com/gecut/hybrid-ui/compare/@gecut/lit-helper@2.0.2...@gecut/lit-helper@2.0.3) (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 412fcd1..cab56cb 100644 --- a/packages/lit-helper/package.json +++ b/packages/lit-helper/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/lit-helper", - "version": "2.0.3", + "version": "2.1.0", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", diff --git a/packages/mixins/CHANGELOG.md b/packages/mixins/CHANGELOG.md index 3327afc..d7e790b 100644 --- a/packages/mixins/CHANGELOG.md +++ b/packages/mixins/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 + +* **mixins:** export as type ([e92241c](https://github.com/gecut/hybrid-ui/commit/e92241c6466a13898b1ab7daa9ebfc4f2650bc69)) by @MM25Zamanian + ## [2.0.2](https://github.com/gecut/hybrid-ui/compare/@gecut/mixins@2.0.1...@gecut/mixins@2.0.2) (2024-4-19) **Note:** Version bump only for package @gecut/mixins diff --git a/packages/mixins/package.json b/packages/mixins/package.json index 7293a90..0ceea14 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.0.2", + "version": "2.1.0", "license": "MIT", "keywords": [ "TypeScript",