Skip to content

Commit

Permalink
release: %s
Browse files Browse the repository at this point in the history
  • Loading branch information
MM25Zamanian committed Oct 25, 2024
1 parent 759603d commit 95245c5
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 13 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.

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

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

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

**Note:** Version bump only for package @gecut/logger
Expand Down
7 changes: 4 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gecut/logger",
"version": "7.0.1",
"version": "7.0.2",
"type": "module",
"author": {
"name": "S. MohammadMahdi Zamanian",
Expand Down Expand Up @@ -41,6 +41,7 @@
"url": "https://github.com/gecut/hybrid-core/issues"
},
"dependencies": {
"@gecut/utilities": "workspace:^"
}
"@gecut/utilities": "^7.0.2"
},
"gitHead": "759603d0dcd8f7610d7439a4e4cda7eaaaf9e0e9"
}
4 changes: 4 additions & 0 deletions packages/signal/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.

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

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

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

**Note:** Version bump only for package @gecut/signal
Expand Down
11 changes: 6 additions & 5 deletions 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": "7.0.1",
"version": "7.0.2",
"license": "MIT",
"keywords": [
"High-performance",
Expand Down Expand Up @@ -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"
}
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.

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

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

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

**Note:** Version bump only for package @gecut/types
Expand Down
5 changes: 3 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gecut/types",
"version": "7.0.1",
"version": "7.0.2",
"type": "module",
"description": "Internal types for Gecut Company",
"keywords": [
Expand Down Expand Up @@ -42,5 +42,6 @@
"@types/node": "^22.5.4",
"lit": "^3.2.0",
"type-fest": "^4.26.1"
}
},
"gitHead": "759603d0dcd8f7610d7439a4e4cda7eaaaf9e0e9"
}
4 changes: 4 additions & 0 deletions packages/utilities/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.

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

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

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

**Note:** Version bump only for package @gecut/utilities
Expand Down
7 changes: 4 additions & 3 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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"
}

0 comments on commit 95245c5

Please sign in to comment.