Skip to content

Commit faaca78

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

File tree

8 files changed

+29
-4
lines changed

8 files changed

+29
-4
lines changed

packages/logger/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+
## [1.4.3](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-06-11)
7+
8+
**Note:** Version bump only for package @gecut/logger
9+
610
## [1.4.2](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-5-25)
711

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

packages/logger/package.json

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

packages/signal/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.2.0](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-06-11)
7+
8+
### Features
9+
10+
* **signal:** add debounce feature ([6a50158](https://github.com/gecut/hybrid-core/commit/6a50158b8b3c814ac449db9d22d5cb5dc7c1c97a)) by @MM25Zamanian
11+
612
## [2.1.2](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-5-25)
713

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

packages/signal/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/signal",
44
"description": "Experience the pinnacle of high-performance, memory-safe signal architecture with our TypeScript-based npm package—easy to use and perfect for micro-component systems",
5-
"version": "2.1.2",
5+
"version": "2.2.0",
66
"license": "MIT",
77
"keywords": [
88
"High-performance",

packages/types/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.1](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-06-11)
7+
8+
**Note:** Version bump only for package @gecut/types
9+
610
# [2.2.0](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-5-4)
711

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

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gecut/types",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"type": "module",
55
"description": "Internal types for Gecut Company",
66
"keywords": [

packages/utilities/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [5.3.0](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-06-11)
7+
8+
### Bug Fixes
9+
10+
* all sources ([dea677b](https://github.com/gecut/hybrid-core/commit/dea677b4d05acb17964189beef485d413b6445bf)) by @MM25Zamanian
11+
12+
### Features
13+
14+
* **utilities/debounce:** more wait system ([1631453](https://github.com/gecut/hybrid-core/commit/1631453c31647d1135f3b084595d3b14fa56b5ec)) by @MM25Zamanian
15+
* **utilities/wait/polyfill:** `supported` object ([965b3a2](https://github.com/gecut/hybrid-core/commit/965b3a276d94ecd32dd4c4e1b0cf7e80997adf01)) by @MM25Zamanian
16+
617
## [5.2.1](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-5-9)
718

819
**Note:** Version bump only for package @gecut/utilities

packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gecut/utilities",
3-
"version": "5.2.1",
3+
"version": "5.3.0",
44
"type": "module",
55
"description": "The ultimate utility toolkit from Gecut Company, crafted with TypeScript for optimal speed and efficiency. Designed to boost productivity with a suite of fast and optimized tools.",
66
"keywords": [

0 commit comments

Comments
 (0)