diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index dfac4a0..d027312 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.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 + ## [7.0.1](https://github.com/gecut/hybrid-core/compare/@gecut/logger@7.0.0...@gecut/logger@7.0.1) (2024-10-25) **Note:** Version bump only for package @gecut/logger diff --git a/packages/logger/package.json b/packages/logger/package.json index 471a0d8..9a0e1f4 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/logger", - "version": "7.0.1", + "version": "7.0.2", "type": "module", "author": { "name": "S. MohammadMahdi Zamanian", @@ -41,6 +41,7 @@ "url": "https://github.com/gecut/hybrid-core/issues" }, "dependencies": { - "@gecut/utilities": "workspace:^" - } + "@gecut/utilities": "^7.0.2" + }, + "gitHead": "759603d0dcd8f7610d7439a4e4cda7eaaaf9e0e9" } diff --git a/packages/signal/CHANGELOG.md b/packages/signal/CHANGELOG.md index bd11eb2..1236116 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.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 + ## [7.0.1](https://github.com/gecut/hybrid-core/compare/@gecut/signal@7.0.0...@gecut/signal@7.0.1) (2024-10-25) **Note:** Version bump only for package @gecut/signal diff --git a/packages/signal/package.json b/packages/signal/package.json index 1a89869..4656eb5 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.1", + "version": "7.0.2", "license": "MIT", "keywords": [ "High-performance", @@ -42,9 +42,10 @@ "directory": "packages/signal" }, "dependencies": { - "@gecut/logger": "workspace:^", - "@gecut/types": "workspace:^", - "@gecut/utilities": "workspace:^", + "@gecut/logger": "^7.0.2", + "@gecut/types": "^7.0.2", + "@gecut/utilities": "^7.0.2", "ky": "^1.7.2" - } + }, + "gitHead": "759603d0dcd8f7610d7439a4e4cda7eaaaf9e0e9" } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 0c66157..f197bd4 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.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 + ## [7.0.1](https://github.com/gecut/hybrid-core/compare/@gecut/types@7.0.0...@gecut/types@7.0.1) (2024-10-25) **Note:** Version bump only for package @gecut/types diff --git a/packages/types/package.json b/packages/types/package.json index 1ca0b64..c4bfc4e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/types", - "version": "7.0.1", + "version": "7.0.2", "type": "module", "description": "Internal types for Gecut Company", "keywords": [ @@ -42,5 +42,6 @@ "@types/node": "^22.5.4", "lit": "^3.2.0", "type-fest": "^4.26.1" - } + }, + "gitHead": "759603d0dcd8f7610d7439a4e4cda7eaaaf9e0e9" } diff --git a/packages/utilities/CHANGELOG.md b/packages/utilities/CHANGELOG.md index da16085..5bcba4f 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.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 + ## [7.0.1](https://github.com/gecut/hybrid-core/compare/@gecut/utilities@7.0.0...@gecut/utilities@7.0.1) (2024-10-25) **Note:** Version bump only for package @gecut/utilities diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 8a04ad6..1040efe 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,6 +1,6 @@ { "name": "@gecut/utilities", - "version": "7.0.1", + "version": "7.0.2", "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,10 +39,11 @@ "**/*.{js,mjs,cjs,map,d.ts,html,md}" ], "dependencies": { - "@gecut/types": "workspace:^", + "@gecut/types": "^7.0.2", "change-case": "^5.4.4" }, "devDependencies": { "@types/node": "^22.5.4" - } + }, + "gitHead": "759603d0dcd8f7610d7439a4e4cda7eaaaf9e0e9" }