Skip to content

Commit b7439b0

Browse files
committed
chore(release): publish %s
- @gecut/[email protected] - @gecut/[email protected] - @gecut/[email protected] - @gecut/[email protected] - @gecut/[email protected]
1 parent 97708df commit b7439b0

File tree

10 files changed

+37
-12
lines changed

10 files changed

+37
-12
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.8.4](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)
7+
8+
**Note:** Version bump only for package @gecut/components
9+
610
## [2.8.3](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)
711

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

packages/components/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gecut/components",
3-
"version": "2.8.3",
3+
"version": "2.8.4",
44
"type": "module",
55
"description": "A collection of high-performance and beautiful UI components with Tailwind CSS, optimized for JS usage.",
66
"keywords": [
@@ -52,12 +52,13 @@
5252
"**/*.{js,mjs,cjs,map,d.ts,html,md,css}"
5353
],
5454
"dependencies": {
55-
"@gecut/lit-helper": "workspace:^",
55+
"@gecut/lit-helper": "^2.4.7",
5656
"@gecut/logger": "^7.0.3",
5757
"@gecut/signal": "^7.0.3",
5858
"@gecut/types": "^7.0.3",
5959
"@gecut/utilities": "^7.0.3",
6060
"@types/node": "^20.11.30",
6161
"lit": "^3.1.3"
62-
}
62+
},
63+
"gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d"
6364
}

packages/i18n/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.2.3](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)
7+
8+
**Note:** Version bump only for package @gecut/i18n
9+
610
## [2.2.2](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)
711

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

packages/i18n/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gecut/i18n",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"type": "module",
55
"author": {
66
"name": "S. MohammadMahdi Zamanian",
@@ -36,5 +36,6 @@
3636
"@gecut/signal": "^7.0.3",
3737
"@gecut/types": "^7.0.3",
3838
"type-fest": "^4.13.0"
39-
}
39+
},
40+
"gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d"
4041
}

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.4.7](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)
7+
8+
**Note:** Version bump only for package @gecut/lit-helper
9+
610
## [2.4.6](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)
711

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

packages/lit-helper/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gecut/lit-helper",
3-
"version": "2.4.6",
3+
"version": "2.4.7",
44
"type": "module",
55
"author": {
66
"name": "S. MohammadMahdi Zamanian",
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@gecut/data-manager": "^1.2.3",
4343
"@gecut/logger": "^7.0.3",
44-
"@gecut/mixins": "workspace:^",
44+
"@gecut/mixins": "^2.2.4",
4545
"@gecut/signal": "^7.0.3",
4646
"@gecut/types": "^7.0.3",
4747
"@gecut/utilities": "^7.0.3",
@@ -51,5 +51,6 @@
5151
"lit-html": "^3.1.2",
5252
"tslib": "^2.6.2",
5353
"type-fest": "^4.13.0"
54-
}
54+
},
55+
"gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d"
5556
}

packages/mixins/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.2.4](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)
7+
8+
**Note:** Version bump only for package @gecut/mixins
9+
610
## [2.2.3](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)
711

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

packages/mixins/package.json

Lines changed: 3 additions & 2 deletions
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.2.3",
5+
"version": "2.2.4",
66
"license": "MIT",
77
"keywords": [
88
"TypeScript",
@@ -61,5 +61,6 @@
6161
"@gecut/types": "^7.0.3",
6262
"@gecut/utilities": "^7.0.3",
6363
"lit": "^3.1.3"
64-
}
64+
},
65+
"gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d"
6566
}

packages/styles/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.8.5](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)
7+
8+
**Note:** Version bump only for package @gecut/styles
9+
610
## [2.8.4](https://github.com/gecut/hybrid-ui/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-10-25)
711

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

packages/styles/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gecut/styles",
3-
"version": "2.8.4",
3+
"version": "2.8.5",
44
"type": "module",
55
"repository": {
66
"type": "git",
@@ -39,5 +39,6 @@
3939
},
4040
"dependencies": {
4141
"tailwindcss": "^3.4.1"
42-
}
42+
},
43+
"gitHead": "97708df0274f7cbea59b69d48b2c5aede231737d"
4344
}

0 commit comments

Comments
 (0)