Skip to content

Commit f3976bd

Browse files
committed
release: %s
- @gecut/[email protected] - @gecut/[email protected] - @gecut/[email protected]
1 parent e92241c commit f3976bd

File tree

6 files changed

+17
-3
lines changed

6 files changed

+17
-3
lines changed

packages/components/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-4-19)
7+
8+
**Note:** Version bump only for package @gecut/components
9+
610
# [2.1.0-alpha.4](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-4-19)
711

812
### Features

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gecut/components",
3-
"version": "2.1.0-alpha.4",
3+
"version": "2.1.0",
44
"type": "module",
55
"description": "A collection of high-performance and beautiful UI components with Tailwind CSS, optimized for JS usage.",
66
"keywords": [

packages/lit-helper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-4-19)
7+
8+
**Note:** Version bump only for package @gecut/lit-helper
9+
610
## [2.0.3](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-4-19)
711

812
**Note:** Version bump only for package @gecut/lit-helper

packages/lit-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gecut/lit-helper",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"type": "module",
55
"author": {
66
"name": "S. MohammadMahdi Zamanian",

packages/mixins/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-4-19)
7+
8+
### Bug Fixes
9+
10+
* **mixins:** export as type ([e92241c](https://github.com/gecut/hybrid-ui/commit/e92241c6466a13898b1ab7daa9ebfc4f2650bc69)) by @MM25Zamanian
11+
612
## [2.0.2](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-4-19)
713

814
**Note:** Version bump only for package @gecut/mixins

packages/mixins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "module",
33
"name": "@gecut/mixins",
44
"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.",
5-
"version": "2.0.2",
5+
"version": "2.1.0",
66
"license": "MIT",
77
"keywords": [
88
"TypeScript",

0 commit comments

Comments
 (0)