fix(deps): bump @push.rocks/smartshell dependency to ^3.3.7 and update package version to 1.11.1
This commit is contained in:
14
changelog.md
14
changelog.md
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-05 - 1.11.2 - fix(deps)
|
||||
bump @push.rocks/smartshell dependency to ^3.3.7 and update package version to 1.11.1
|
||||
|
||||
- package.json: version 1.11.0 -> 1.11.1
|
||||
- package.json: @push.rocks/smartshell ^3.3.0 -> ^3.3.7
|
||||
- ts/00_commitinfo_data.ts: version updated to 1.11.1
|
||||
- changelog.md: added entry documenting the dependency bump and patch release
|
||||
|
||||
## 2026-03-05 - 1.11.1 - fix(deps)
|
||||
bump @push.rocks/smartshell dependency to ^3.3.7
|
||||
|
||||
- package.json: @push.rocks/smartshell ^3.3.0 -> ^3.3.7
|
||||
- Only dependency version updated (patch-level)
|
||||
|
||||
## 2025-12-16 - 1.11.0 - feat(publish)
|
||||
add registry resolution (useBase/extendBase) and migrate filesystem operations to async SmartFs; improve publish flow and docs
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tspublish",
|
||||
"version": "1.11.0",
|
||||
"version": "1.11.1",
|
||||
"private": false,
|
||||
"description": "A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.",
|
||||
"main": "dist_ts/index.js",
|
||||
@@ -57,7 +57,7 @@
|
||||
"@push.rocks/smartnpm": "^2.0.6",
|
||||
"@push.rocks/smartpath": "^6.0.0",
|
||||
"@push.rocks/smartrequest": "^5.0.1",
|
||||
"@push.rocks/smartshell": "^3.3.0"
|
||||
"@push.rocks/smartshell": "^3.3.7"
|
||||
},
|
||||
"keywords": [
|
||||
"typescript",
|
||||
|
||||
2391
pnpm-lock.yaml
generated
2391
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tspublish',
|
||||
version: '1.11.0',
|
||||
version: '1.11.2',
|
||||
description: 'A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user