Compare commits

...

2 Commits

Author SHA1 Message Date
jkunz 5cba50b56e v2.19.4
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
2026-05-24 14:36:17 +00:00
jkunz 41ed17317c fix(deps): refresh smartgit lockfile resolution 2026-05-24 14:35:51 +00:00
4 changed files with 13 additions and 6 deletions
+7
View File
@@ -3,6 +3,13 @@
## Pending
## 2026-05-24 - 2.19.4
### Fixes
- refresh dependency resolution for global installs to pick up the fixed `@push.rocks/smartgit` release
- Refreshes the lockfile so `@git.zone/tsdoc` resolves `@push.rocks/smartgit@3.3.3`.
## 2026-05-24 - 2.19.3
### Fixes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@git.zone/cli",
"private": false,
"version": "2.19.3",
"version": "2.19.4",
"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.js",
"typings": "dist_ts/index.d.ts",
+4 -4
View File
@@ -1264,8 +1264,8 @@ packages:
'@push.rocks/smartfs@1.5.1':
resolution: {integrity: sha512-M/JIRWhVwY6EhwEGL+wz3d1CkuNTcBTXKylOv/gk1fyfw3tnkOQheux+NjV/8lVMQG+NeQca5yUaJIz1s+OESA==}
'@push.rocks/smartgit@3.3.2':
resolution: {integrity: sha512-Qp8Ds3sQp6GtwhBzOg5NWtysfXbfjZRcP4bLyqmbtI0LKJcW3iDSzeni6RmFcTpYTVxH3400VZLtKFJDIQ/hcg==}
'@push.rocks/smartgit@3.3.3':
resolution: {integrity: sha512-QjkSFDZjdr/Y3UTphsarAIqOecrk1aLdny6pHaWoINk/mxmBaEBaepaAnCc32jHripEXN71cleVFum1F5s8MyQ==}
'@push.rocks/smartguard@3.1.0':
resolution: {integrity: sha512-J23q84f1O+TwFGmd4lrO9XLHUh2DaLXo9PN/9VmTWYzTkQDv5JehmifXVI0esophXcCIfbdIu6hbt7/aHlDF4A==}
@@ -5682,7 +5682,7 @@ snapshots:
'@push.rocks/smartdelay': 3.1.0
'@push.rocks/smartfile': 13.1.3
'@push.rocks/smartfs': 1.5.1
'@push.rocks/smartgit': 3.3.2
'@push.rocks/smartgit': 3.3.3
'@push.rocks/smartinteract': 2.0.16
'@push.rocks/smartlog': 3.2.2
'@push.rocks/smartlog-destination-local': 9.0.2
@@ -6962,7 +6962,7 @@ snapshots:
'@push.rocks/smartpath': 6.0.0
'@push.rocks/smartrust': 1.4.0
'@push.rocks/smartgit@3.3.2':
'@push.rocks/smartgit@3.3.3':
dependencies:
'@push.rocks/smartenv': 6.0.0
'@push.rocks/smartfile': 13.1.3
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '2.19.3',
version: '2.19.4',
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.'
}