Skip to content

Commit

Permalink
release: %s
Browse files Browse the repository at this point in the history
  • Loading branch information
MM25Zamanian committed May 30, 2024
1 parent f327d84 commit 3b5338e
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-05-30)

### Features

* **components/button:** `efo` logger ([6286f11](https://github.com/gecut/hybrid-ui/commit/6286f110e41d8817e9430ed2a8bba08686dd7bed)) by @MM25Zamanian
* **components/icon-button:** `efo` logger ([94025e3](https://github.com/gecut/hybrid-ui/commit/94025e399ead9314c1cd2249f4427c56cf1e1872)) by @MM25Zamanian
* **components/item:** `efo` logger ([8509b3a](https://github.com/gecut/hybrid-ui/commit/8509b3a878a2f431cac2a57bce9b8d496661f57d)) by @MM25Zamanian

## [2.1.1](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-5-21)

**Note:** Version bump only for package @gecut/components
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gecut/components",
"version": "2.1.1",
"version": "2.2.0",
"type": "module",
"description": "A collection of high-performance and beautiful UI components with Tailwind CSS, optimized for JS usage.",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-05-30)

**Note:** Version bump only for package @gecut/i18n

## [2.0.3](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-5-21)

**Note:** Version bump only for package @gecut/i18n
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gecut/i18n",
"version": "2.0.3",
"version": "2.0.4",
"type": "module",
"author": {
"name": "S. MohammadMahdi Zamanian",
Expand Down
4 changes: 4 additions & 0 deletions packages/lit-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-05-30)

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

## [2.1.1](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-5-21)

**Note:** Version bump only for package @gecut/lit-helper
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gecut/lit-helper",
"version": "2.1.1",
"version": "2.1.2",
"type": "module",
"author": {
"name": "S. MohammadMahdi Zamanian",
Expand Down
4 changes: 4 additions & 0 deletions packages/mixins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-05-30)

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

## [2.1.1](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-5-21)

**Note:** Version bump only for package @gecut/mixins
Expand Down
2 changes: 1 addition & 1 deletion packages/mixins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"version": "2.1.2",
"license": "MIT",
"keywords": [
"TypeScript",
Expand Down
4 changes: 4 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-05-30)

**Note:** Version bump only for package @gecut/styles

# [2.3.0](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-4-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gecut/styles",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b5338e

Please sign in to comment.