diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index d027312..8becb2e 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -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. +## [7.0.3](https://github.com/gecut/hybrid-core/compare/@gecut/logger@7.0.2...@gecut/logger@7.0.3) (2024-10-25) + +**Note:** Version bump only for package @gecut/logger + ## [7.0.2](https://github.com/gecut/hybrid-core/compare/@gecut/logger@7.0.1...@gecut/logger@7.0.2) (2024-10-25) **Note:** Version bump only for package @gecut/logger diff --git a/packages/logger/package.json b/packages/logger/package.json index 9a0e1f4..5b59c10 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/logger", - "version": "7.0.2", + "version": "7.0.3", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", @@ -41,7 +41,7 @@ "url": "https://github.com/gecut/hybrid-core/issues" }, "dependencies": { - "@gecut/utilities": "^7.0.2" + "@gecut/utilities": "^7.0.3" }, "gitHead": "759603d0dcd8f7610d7439a4e4cda7eaaaf9e0e9" } diff --git a/packages/signal/CHANGELOG.md b/packages/signal/CHANGELOG.md index 1236116..d1d8330 100644 --- a/packages/signal/CHANGELOG.md +++ b/packages/signal/CHANGELOG.md @@ -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. +## [7.0.3](https://github.com/gecut/hybrid-core/compare/@gecut/signal@7.0.2...@gecut/signal@7.0.3) (2024-10-25) + +**Note:** Version bump only for package @gecut/signal + ## [7.0.2](https://github.com/gecut/hybrid-core/compare/@gecut/signal@7.0.1...@gecut/signal@7.0.2) (2024-10-25) **Note:** Version bump only for package @gecut/signal diff --git a/packages/signal/package.json b/packages/signal/package.json index 4656eb5..50ff46c 100644 --- a/packages/signal/package.json +++ b/packages/signal/package.json @@ -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": "7.0.2", + "version": "7.0.3", "license": "MIT", "keywords": [ "High-performance", @@ -42,9 +42,9 @@ "directory": "packages/signal" }, "dependencies": { - "@gecut/logger": "^7.0.2", - "@gecut/types": "^7.0.2", - "@gecut/utilities": "^7.0.2", + "@gecut/logger": "^7.0.3", + "@gecut/types": "^7.0.3", + "@gecut/utilities": "^7.0.3", "ky": "^1.7.2" }, "gitHead": "759603d0dcd8f7610d7439a4e4cda7eaaaf9e0e9" diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index f197bd4..c569b1d 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -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. +## [7.0.3](https://github.com/gecut/hybrid-core/compare/@gecut/types@7.0.2...@gecut/types@7.0.3) (2024-10-25) + +**Note:** Version bump only for package @gecut/types + ## [7.0.2](https://github.com/gecut/hybrid-core/compare/@gecut/types@7.0.1...@gecut/types@7.0.2) (2024-10-25) **Note:** Version bump only for package @gecut/types diff --git a/packages/types/package.json b/packages/types/package.json index c4bfc4e..05b710c 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/types", - "version": "7.0.2", + "version": "7.0.3", "type": "module", "description": "Internal types for Gecut Company", "keywords": [ diff --git a/packages/utilities/CHANGELOG.md b/packages/utilities/CHANGELOG.md index 5bcba4f..1e6c323 100644 --- a/packages/utilities/CHANGELOG.md +++ b/packages/utilities/CHANGELOG.md @@ -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. +## [7.0.3](https://github.com/gecut/hybrid-core/compare/@gecut/utilities@7.0.2...@gecut/utilities@7.0.3) (2024-10-25) + +**Note:** Version bump only for package @gecut/utilities + ## [7.0.2](https://github.com/gecut/hybrid-core/compare/@gecut/utilities@7.0.1...@gecut/utilities@7.0.2) (2024-10-25) **Note:** Version bump only for package @gecut/utilities diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 1040efe..50ea7c8 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/utilities", - "version": "7.0.2", + "version": "7.0.3", "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": [ @@ -39,7 +39,7 @@ "**/*.{js,mjs,cjs,map,d.ts,html,md}" ], "dependencies": { - "@gecut/types": "^7.0.2", + "@gecut/types": "^7.0.3", "change-case": "^5.4.4" }, "devDependencies": {