Skip to content

Commit

Permalink
release: %s
Browse files Browse the repository at this point in the history
  • Loading branch information
MM25Zamanian committed Mar 6, 2024
1 parent 036e121 commit 5654a05
Show file tree
Hide file tree
Showing 10 changed files with 72 additions and 5 deletions.
14 changes: 14 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2024-03-06)

### Bug Fixes

* **components:** eslint issues ([d839b84](https://github.com/gecut/hybrid-ui/commit/d839b8487ae815e8bf46bff3e93bfa7f4b4d71c8)) by @MM25Zamanian

### Features

* **components:** new packages ([07f7233](https://github.com/gecut/hybrid-ui/commit/07f72331da17e4a01299477d0f2bed923e4ca1bb)) by @MM25Zamanian
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": "1.0.0",
"version": "2.0.0",
"type": "module",
"description": "A collection of high-performance and beautiful UI components with Tailwind CSS, optimized for JS usage.",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2024-03-06)

### Features

* **i18n:** new packages ([8b91de8](https://github.com/gecut/hybrid-ui/commit/8b91de8636a6b51bfec084ab7b8edf1e61e77378)) by @MM25Zamanian
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": "1.2.4",
"version": "2.0.0",
"type": "module",
"author": {
"name": "S. MohammadMahdi Zamanian",
Expand Down
14 changes: 14 additions & 0 deletions packages/lit-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2024-03-06)

### Bug Fixes

* **lit-helper:** eslint issues ([82addf0](https://github.com/gecut/hybrid-ui/commit/82addf08e6f839659082b6a9313b0cbc1680fc66)) by @MM25Zamanian

### Features

* **lit-helper:** new packages ([f2ac41c](https://github.com/gecut/hybrid-ui/commit/f2ac41c9dcb2f2ac0ba48b01b6661c4f9ab70dcd)) by @MM25Zamanian
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": "1.2.4",
"version": "2.0.0",
"type": "module",
"author": {
"name": "S. MohammadMahdi Zamanian",
Expand Down
14 changes: 14 additions & 0 deletions packages/mixins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2024-03-06)

### Bug Fixes

* **mixins:** exports path ([461bd92](https://github.com/gecut/hybrid-ui/commit/461bd92c9a1b2ea106e9be4de695e5087799da0a)) by @MM25Zamanian

### Features

* **mixins:** new package ([9b2a1d0](https://github.com/gecut/hybrid-ui/commit/9b2a1d01ee7fa6eae9cc39088245870e02ab701e)) by @MM25Zamanian
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": "1.2.4",
"version": "2.0.0",
"license": "MIT",
"keywords": [
"TypeScript",
Expand Down
15 changes: 15 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2024-03-06)

### Bug Fixes

* **styles:** eslint issues ([036e121](https://github.com/gecut/hybrid-ui/commit/036e12134efe38e77516834201256ef66c2f3596)) by @MM25Zamanian
* **styles:** exports paths ([49e4b9a](https://github.com/gecut/hybrid-ui/commit/49e4b9a3bf8e31ef94ee35b28ff816e917a196d1)) by @MM25Zamanian

### Features

* **styles:** new package ([e470e6a](https://github.com/gecut/hybrid-ui/commit/e470e6af50ae89f4d72be5e0319dc8e0a5cbdce5)) by @MM25Zamanian
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": "1.2.4",
"version": "2.0.0",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5654a05

Please sign in to comment.