Skip to content

Commit

Permalink
chore(release): publish %s
Browse files Browse the repository at this point in the history
  • Loading branch information
MM25Zamanian committed Oct 25, 2024
1 parent 97708df commit b7439b0
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 12 deletions.
4 changes: 4 additions & 0 deletions packages/components/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.8.4](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)

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

## [2.8.3](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)

**Note:** Version bump only for package @gecut/components
Expand Down
7 changes: 4 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gecut/components",
"version": "2.8.3",
"version": "2.8.4",
"type": "module",
"description": "A collection of high-performance and beautiful UI components with Tailwind CSS, optimized for JS usage.",
"keywords": [
Expand Down Expand Up @@ -52,12 +52,13 @@
"**/*.{js,mjs,cjs,map,d.ts,html,md,css}"
],
"dependencies": {
"@gecut/lit-helper": "workspace:^",
"@gecut/lit-helper": "^2.4.7",
"@gecut/logger": "^7.0.3",
"@gecut/signal": "^7.0.3",
"@gecut/types": "^7.0.3",
"@gecut/utilities": "^7.0.3",
"@types/node": "^20.11.30",
"lit": "^3.1.3"
}
},
"gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d"
}
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.2.3](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)

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

## [2.2.2](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)

**Note:** Version bump only for package @gecut/i18n
Expand Down
5 changes: 3 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gecut/i18n",
"version": "2.2.2",
"version": "2.2.3",
"type": "module",
"author": {
"name": "S. MohammadMahdi Zamanian",
Expand Down Expand Up @@ -36,5 +36,6 @@
"@gecut/signal": "^7.0.3",
"@gecut/types": "^7.0.3",
"type-fest": "^4.13.0"
}
},
"gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d"
}
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.4.7](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)

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

## [2.4.6](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)

**Note:** Version bump only for package @gecut/lit-helper
Expand Down
7 changes: 4 additions & 3 deletions 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.4.6",
"version": "2.4.7",
"type": "module",
"author": {
"name": "S. MohammadMahdi Zamanian",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@gecut/data-manager": "^1.2.3",
"@gecut/logger": "^7.0.3",
"@gecut/mixins": "workspace:^",
"@gecut/mixins": "^2.2.4",
"@gecut/signal": "^7.0.3",
"@gecut/types": "^7.0.3",
"@gecut/utilities": "^7.0.3",
Expand All @@ -51,5 +51,6 @@
"lit-html": "^3.1.2",
"tslib": "^2.6.2",
"type-fest": "^4.13.0"
}
},
"gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d"
}
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.2.4](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)

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

## [2.2.3](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)

**Note:** Version bump only for package @gecut/mixins
Expand Down
5 changes: 3 additions & 2 deletions 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.2.3",
"version": "2.2.4",
"license": "MIT",
"keywords": [
"TypeScript",
Expand Down Expand Up @@ -61,5 +61,6 @@
"@gecut/types": "^7.0.3",
"@gecut/utilities": "^7.0.3",
"lit": "^3.1.3"
}
},
"gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d"
}
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.8.5](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)

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

## [2.8.4](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)

**Note:** Version bump only for package @gecut/styles
Expand Down
5 changes: 3 additions & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gecut/styles",
"version": "2.8.4",
"version": "2.8.5",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,5 +39,6 @@
},
"dependencies": {
"tailwindcss": "^3.4.1"
}
},
"gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d"
}

0 comments on commit b7439b0

Please sign in to comment.