Compare commits

..

4 Commits

Author SHA1 Message Date
c9985102c3 1.19.7
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2025-11-04 02:31:22 +00:00
73f98c1c3f fix(dependencies): Bump @git.zone/tsdoc to ^1.9.1 2025-11-04 02:31:22 +00:00
ae93e6f146 1.19.6
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2025-11-04 02:22:44 +00:00
2abaeee500 fix(cli): Bump @git.zone/tsdoc dependency to ^1.9.0 2025-11-04 02:22:44 +00:00
4 changed files with 18 additions and 8 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## 2025-11-04 - 1.19.7 - fix(dependencies)
Bump @git.zone/tsdoc to ^1.9.1
- Updated package.json dependency @git.zone/tsdoc from ^1.9.0 to ^1.9.1
## 2025-11-04 - 1.19.6 - fix(cli)
Bump @git.zone/tsdoc dependency to ^1.9.0
- Updated dependency @git.zone/tsdoc from ^1.8.3 to ^1.9.0 in package.json
## 2025-11-04 - 1.19.5 - fix(cli)
Bump @git.zone/tsdoc to ^1.8.3 and add local .claude settings for allowed permissions

View File

@@ -1,7 +1,7 @@
{
"name": "@git.zone/cli",
"private": false,
"version": "1.19.5",
"version": "1.19.7",
"description": "A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.",
"main": "dist_ts/index.ts",
"typings": "dist_ts/index.d.ts",
@@ -68,7 +68,7 @@
"@types/node": "^22.15.18"
},
"dependencies": {
"@git.zone/tsdoc": "^1.8.3",
"@git.zone/tsdoc": "^1.9.1",
"@git.zone/tspublish": "^1.10.3",
"@push.rocks/commitinfo": "^1.0.12",
"@push.rocks/early": "^4.0.4",

10
pnpm-lock.yaml generated
View File

@@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@git.zone/tsdoc':
specifier: ^1.8.3
version: 1.8.3(ws@8.18.3)(zod@3.25.76)
specifier: ^1.9.1
version: 1.9.1(ws@8.18.3)(zod@3.25.76)
'@git.zone/tspublish':
specifier: ^1.10.3
version: 1.10.3
@@ -512,8 +512,8 @@ packages:
resolution: {integrity: sha512-gBskgM3ECy9FEmhCWnQahDyFCAjjw/7emjx/KYM/FOlPqGV+hmYzt368zwSlkzOGgYF8k9OZ+mp6vexDL/+f2w==}
hasBin: true
'@git.zone/tsdoc@1.8.3':
resolution: {integrity: sha512-hQ7A5dhu6OqRIqFvXKZ2i/M1TU0BizkRr2rjEdT/wTPpef+zq7Hy/IsG0e353vsrvsyQ4XzrsAkjW1pWhozPeA==}
'@git.zone/tsdoc@1.9.1':
resolution: {integrity: sha512-3gEVud1YcokTiOalCojzVLY0gUEW1o9u2GferryXq1/LicK0U9tG/X2ETAR+yV70w0Ak3S9ES1qedjx8pX56qg==}
hasBin: true
'@git.zone/tspublish@1.10.3':
@@ -5336,7 +5336,7 @@ snapshots:
- '@swc/helpers'
- supports-color
'@git.zone/tsdoc@1.8.3(ws@8.18.3)(zod@3.25.76)':
'@git.zone/tsdoc@1.9.1(ws@8.18.3)(zod@3.25.76)':
dependencies:
'@git.zone/tspublish': 1.10.3
'@push.rocks/early': 4.0.4

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.19.5',
version: '1.19.7',
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
}