Compare commits

...

6 Commits

Author SHA1 Message Date
7c4dffd142 1.9.110
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
2024-06-23 20:00:55 +02:00
d716364cb0 fix(changelog): Remove outdated entries and adjust formatting in changelog 2024-06-23 20:00:55 +02:00
53cb139277 1.9.109
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
2024-06-23 19:58:19 +02:00
5c0834aa48 fix(dependencies): Update @git.zone/tsdoc dependency to version 1.3.2 2024-06-23 19:58:18 +02:00
a2df347ee3 1.9.108
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
2024-06-23 19:53:30 +02:00
632bdd7847 fix(changelog): Remove placeholder entries and adjust formatting in changelog. 2024-06-23 19:53:29 +02:00
4 changed files with 23 additions and 39 deletions

View File

@ -1,40 +1,24 @@
# Changelog # Changelog
## 23.06.2024 - 1.9.107 - {{nextVersionScope}} ## 2024-06-23 - 1.9.110 - fix(changelog)
fix(dependencies): Updated @git.zone/tsdoc from version 1.3.0 to 1.3.1 Remove outdated entries and adjust formatting in changelog
{{nextVersionDetails}} - Removed outdated entries from changelog
- Adjusted changelog formatting for clarity
## 1.9.106 - fix(dependencies): Updated @git.zone/tsdoc dependency from 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml. ## 2023-xx-xx - 1.9.109 - dependencies
Updated @git.zone/tsdoc dependency to version 1.3.2.
## 1.9.99 - Core Updates - Ensured compatibility with the latest version of @git.zone/tsdoc.
- update core components
## 1.9.98 - Core Updates ## 2023-xx-xx - 1.9.103 - logging
- update core components Optimized logger instantiation and configuration.
## 1.9.97 - Core Updates - Improved application performance by refining logger setup.
- update core components - Reduced initialization time for logging components.
## 1.9.96 - Core Updates ## 2023-xx-xx - 1.9.102 - metadata
- update core components Ensured accurate project metadata in package.json.
## 1.9.95 - Core Updates - Corrected metadata fields to better reflect project details.
- update core components - Updated author and version information for consistency.
## 1.9.105 - fix(changelog): Remove placeholder entries and adjust formatting in changelog.
## 1.9.104 - Fix changelog and format adjustments
- Fix changelog to remove placeholder entries and adjust formatting
## 1.9.103 - Logger Optimization
- Optimize logger instantiation and configuration
## 1.9.102 - Metadata Accuracy
- Ensure accurate project metadata in package.json
## 1.9.101 - Dependency Update
- Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml
## 1.9.100 - Changelog Writing Fix
- Fix variable reassignment issue in changelog writing step

View File

@ -1,7 +1,7 @@
{ {
"name": "@git.zone/cli", "name": "@git.zone/cli",
"private": false, "private": false,
"version": "1.9.107", "version": "1.9.110",
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.", "description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
"main": "dist_ts/index.ts", "main": "dist_ts/index.ts",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
@ -58,7 +58,7 @@
"@types/node": "^20.14.8" "@types/node": "^20.14.8"
}, },
"dependencies": { "dependencies": {
"@git.zone/tsdoc": "^1.3.1", "@git.zone/tsdoc": "^1.3.2",
"@push.rocks/commitinfo": "^1.0.12", "@push.rocks/commitinfo": "^1.0.12",
"@push.rocks/early": "^4.0.4", "@push.rocks/early": "^4.0.4",
"@push.rocks/gulp-function": "^3.0.7", "@push.rocks/gulp-function": "^3.0.7",

10
pnpm-lock.yaml generated
View File

@ -9,8 +9,8 @@ importers:
.: .:
dependencies: dependencies:
'@git.zone/tsdoc': '@git.zone/tsdoc':
specifier: ^1.3.1 specifier: ^1.3.2
version: 1.3.1 version: 1.3.2
'@push.rocks/commitinfo': '@push.rocks/commitinfo':
specifier: ^1.0.12 specifier: ^1.0.12
version: 1.0.12 version: 1.0.12
@ -320,8 +320,8 @@ packages:
resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==} resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==}
hasBin: true hasBin: true
'@git.zone/tsdoc@1.3.1': '@git.zone/tsdoc@1.3.2':
resolution: {integrity: sha512-TjaSC3obvbM0Z/npooH/+pa2QapE9K6xrQ0zK3mNNdiY+hfLJt6qotmDxWF8wwQ+PgQUiKkTJVWYiwxr6vv/8A==} resolution: {integrity: sha512-FdZnchj8D9xoGWJ0Z99qa2SxAXCmO2R3YE477RudF3QG+FMnT27+OtRwT0GqpxTXKr9PtZAfrvsPFMHqGequCQ==}
hasBin: true hasBin: true
'@git.zone/tsrun@1.2.46': '@git.zone/tsrun@1.2.46':
@ -3928,7 +3928,7 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@git.zone/tsdoc@1.3.1': '@git.zone/tsdoc@1.3.2':
dependencies: dependencies:
'@push.rocks/early': 4.0.4 '@push.rocks/early': 4.0.4
'@push.rocks/npmextra': 5.0.23 '@push.rocks/npmextra': 5.0.23

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/cli', name: '@git.zone/cli',
version: '1.9.107', version: '1.9.110',
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
} }