Skip to content

Commit

Permalink
release: %s
Browse files Browse the repository at this point in the history
  • Loading branch information
MM25Zamanian committed Jun 11, 2024
1 parent dea677b commit faaca78
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/logger/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.

## [1.4.3](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-06-11)

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

## [1.4.2](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-5-25)

**Note:** Version bump only for package @gecut/logger
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gecut/logger",
"version": "1.4.2",
"version": "1.4.3",
"type": "module",
"author": {
"name": "S. MohammadMahdi Zamanian",
Expand Down
6 changes: 6 additions & 0 deletions packages/signal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-06-11)

### Features

* **signal:** add debounce feature ([6a50158](https://github.com/gecut/hybrid-core/commit/6a50158b8b3c814ac449db9d22d5cb5dc7c1c97a)) by @MM25Zamanian

## [2.1.2](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-5-25)

**Note:** Version bump only for package @gecut/signal
Expand Down
2 changes: 1 addition & 1 deletion packages/signal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "@gecut/signal",
"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",
"version": "2.1.2",
"version": "2.2.0",
"license": "MIT",
"keywords": [
"High-performance",
Expand Down
4 changes: 4 additions & 0 deletions packages/types/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.1](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-06-11)

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

# [2.2.0](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-5-4)

**Note:** Version bump only for package @gecut/types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gecut/types",
"version": "2.2.0",
"version": "2.2.1",
"type": "module",
"description": "Internal types for Gecut Company",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.3.0](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-06-11)

### Bug Fixes

* all sources ([dea677b](https://github.com/gecut/hybrid-core/commit/dea677b4d05acb17964189beef485d413b6445bf)) by @MM25Zamanian

### Features

* **utilities/debounce:** more wait system ([1631453](https://github.com/gecut/hybrid-core/commit/1631453c31647d1135f3b084595d3b14fa56b5ec)) by @MM25Zamanian
* **utilities/wait/polyfill:** `supported` object ([965b3a2](https://github.com/gecut/hybrid-core/commit/965b3a276d94ecd32dd4c4e1b0cf7e80997adf01)) by @MM25Zamanian

## [5.2.1](https://github.com/gecut/hybrid-core/compare/@gecut/[email protected]...@gecut/[email protected]) (2024-5-9)

**Note:** Version bump only for package @gecut/utilities
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gecut/utilities",
"version": "5.2.1",
"version": "5.3.0",
"type": "module",
"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.",
"keywords": [
Expand Down

0 comments on commit faaca78

Please sign in to comment.