Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
1c7fbb073d | |||
9b05252045 | |||
f34718bfb3 | |||
0db0b17e0d | |||
7c4dffd142 | |||
d716364cb0 | |||
53cb139277 | |||
5c0834aa48 | |||
a2df347ee3 | |||
632bdd7847 |
77
changelog.md
77
changelog.md
@ -1,40 +1,59 @@
|
||||
# Changelog
|
||||
|
||||
## 23.06.2024 - 1.9.107 - {{nextVersionScope}}
|
||||
## 2024-06-23 - 1.9.112 - fix(changelog)
|
||||
Remove outdated changelog entries and update formatting
|
||||
|
||||
- Removed outdated changelog entries for clarity.
|
||||
- Updated changelog formatting for better readability.
|
||||
|
||||
|
||||
```markdown
|
||||
## 2024-06-23 - 1.9.110 - Dependencies
|
||||
fix(dependencies): Update @git.zone/tsdoc to version 1.3.4
|
||||
- Updated the @git.zone/tsdoc dependency in package.json and pnpm-lock.yaml.
|
||||
|
||||
## 2024-06-23 - 1.9.109 - Changelog
|
||||
fix(changelog): Remove outdated entries and adjust formatting in changelog
|
||||
- Removed outdated placeholder entries and adjusted formatting for better readability.
|
||||
|
||||
## 2024-06-23 - 1.9.108 - Dependencies
|
||||
fix(dependencies): Update @git.zone/tsdoc dependency to version 1.3.2
|
||||
- Updated the @git.zone/tsdoc dependency to version 1.3.2 in package.json and pnpm-lock.yaml.
|
||||
|
||||
## 2024-06-23 - 1.9.107 - Changelog
|
||||
fix(changelog): Remove placeholder entries and adjust formatting in changelog.
|
||||
- Removed placeholder entries and adjusted formatting in changelog for clarity.
|
||||
|
||||
## 2024-06-23 - 1.9.106 - Dependencies
|
||||
fix(dependencies): Updated @git.zone/tsdoc from version 1.3.0 to 1.3.1
|
||||
{{nextVersionDetails}}
|
||||
- Updated the @git.zone/tsdoc dependency from version 1.3.0 to 1.3.1 in package.json and pnpm-lock.yaml.
|
||||
|
||||
## 2024-06-23 - 1.9.105 - Dependencies
|
||||
fix(dependencies): Updated @git.zone/tsdoc dependency from 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml.
|
||||
- Updated the @git.zone/tsdoc dependency from version 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml.
|
||||
|
||||
## 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.
|
||||
## 2024-06-23 - 1.9.104 - Changelog
|
||||
fix(changelog): Remove placeholder entries and adjust formatting in changelog.
|
||||
- Removed placeholder entries and improved formatting in changelog.
|
||||
|
||||
## 1.9.99 - Core Updates
|
||||
- update core components
|
||||
## 2024-06-23 - 1.9.103 - Changelog
|
||||
fix(changelog): Fix changelog to remove placeholder entries and adjust formatting
|
||||
- Corrected the changelog by removing placeholder entries and adjusting formatting.
|
||||
|
||||
## 1.9.98 - Core Updates
|
||||
- update core components
|
||||
## 2024-06-23 - 1.9.102 - Logging
|
||||
fix(logging): Optimize logger instantiation and configuration.
|
||||
- Optimized the instantiation and configuration of the logger for better performance.
|
||||
|
||||
## 1.9.97 - Core Updates
|
||||
- update core components
|
||||
## 2024-06-23 - 1.9.101 - Metadata
|
||||
fix(metadata): Ensure accurate project metadata in package.json
|
||||
- Corrected and ensured the accuracy of project metadata in package.json.
|
||||
|
||||
## 1.9.96 - Core Updates
|
||||
- update core components
|
||||
## 2024-06-23 - 1.9.100 - Dependencies
|
||||
fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml
|
||||
- Updated the @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml.
|
||||
|
||||
## 1.9.95 - Core Updates
|
||||
- update core components
|
||||
## 2024-06-23 - 1.9.99 - Commit Handling
|
||||
fix(mod_commit): Fix variable reassignment issue in changelog writing step
|
||||
- Fixed an issue with variable reassignment in the changelog writing step.
|
||||
```
|
||||
|
||||
## 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@git.zone/cli",
|
||||
"private": false,
|
||||
"version": "1.9.107",
|
||||
"version": "1.9.112",
|
||||
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
|
||||
"main": "dist_ts/index.ts",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
@ -58,7 +58,7 @@
|
||||
"@types/node": "^20.14.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@git.zone/tsdoc": "^1.3.1",
|
||||
"@git.zone/tsdoc": "^1.3.4",
|
||||
"@push.rocks/commitinfo": "^1.0.12",
|
||||
"@push.rocks/early": "^4.0.4",
|
||||
"@push.rocks/gulp-function": "^3.0.7",
|
||||
|
19
pnpm-lock.yaml
generated
19
pnpm-lock.yaml
generated
@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
'@git.zone/tsdoc':
|
||||
specifier: ^1.3.1
|
||||
version: 1.3.1
|
||||
specifier: ^1.3.4
|
||||
version: 1.3.4
|
||||
'@push.rocks/commitinfo':
|
||||
specifier: ^1.0.12
|
||||
version: 1.0.12
|
||||
@ -320,8 +320,8 @@ packages:
|
||||
resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tsdoc@1.3.1':
|
||||
resolution: {integrity: sha512-TjaSC3obvbM0Z/npooH/+pa2QapE9K6xrQ0zK3mNNdiY+hfLJt6qotmDxWF8wwQ+PgQUiKkTJVWYiwxr6vv/8A==}
|
||||
'@git.zone/tsdoc@1.3.4':
|
||||
resolution: {integrity: sha512-L3HA7d+rEs5NIEpX/zTOMrTQNsbiUjDfXOX8mFJ5+Jg6sSYLJDSBUtpE/5FgLJ39s3CYMGgolJxAZfZJDXmRoA==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tsrun@1.2.46':
|
||||
@ -517,8 +517,8 @@ packages:
|
||||
'@push.rocks/smartfm@2.0.4':
|
||||
resolution: {integrity: sha512-5cDSW/+85mI+9lVkiivQKfq+HHdbXz+Vv8rKYX6/4yNpyJup+0YDlrtqnCXSp683cJd/gfGLVX/eNN9LIGe4Nw==}
|
||||
|
||||
'@push.rocks/smartgit@3.0.4':
|
||||
resolution: {integrity: sha512-6uYifD4rGjTp6KO8kdaVenXeef0uZOfQSTuLuG3+ubpMXwZNSp0iQWx+XgS5pQipzG0+3p4ddnQ7/R8gm7LWOg==}
|
||||
'@push.rocks/smartgit@3.1.0':
|
||||
resolution: {integrity: sha512-a3LbECFQSURkJc9t8CGJrzv7ZzfG1c83x424nb6jfj3jVJXCqjMvs1AkmpkUiro77J7yg4CavTu8vslAfrPIOw==}
|
||||
|
||||
'@push.rocks/smartguard@3.0.2':
|
||||
resolution: {integrity: sha512-9TuYPSRxNj0DS84d5ZvSARXRehVCqVq7nC85o/p58kb3aeRtY0A6Hz9dtSdFjEvprEBCqEEzdmiFlNsNYBpwbQ==}
|
||||
@ -3928,7 +3928,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@git.zone/tsdoc@1.3.1':
|
||||
'@git.zone/tsdoc@1.3.4':
|
||||
dependencies:
|
||||
'@push.rocks/early': 4.0.4
|
||||
'@push.rocks/npmextra': 5.0.23
|
||||
@ -3937,7 +3937,7 @@ snapshots:
|
||||
'@push.rocks/smartcli': 4.0.11
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@push.rocks/smartfile': 11.0.20
|
||||
'@push.rocks/smartgit': 3.0.4
|
||||
'@push.rocks/smartgit': 3.1.0
|
||||
'@push.rocks/smartinteract': 2.0.15
|
||||
'@push.rocks/smartlog': 3.0.7
|
||||
'@push.rocks/smartlog-destination-local': 9.0.2
|
||||
@ -4354,7 +4354,7 @@ snapshots:
|
||||
dependencies:
|
||||
gray-matter: 4.0.3
|
||||
|
||||
'@push.rocks/smartgit@3.0.4':
|
||||
'@push.rocks/smartgit@3.1.0':
|
||||
dependencies:
|
||||
'@push.rocks/smartenv': 5.0.12
|
||||
'@push.rocks/smartfile': 11.0.20
|
||||
@ -4362,6 +4362,7 @@ snapshots:
|
||||
'@push.rocks/smartpromise': 4.0.3
|
||||
'@push.rocks/smartshell': 3.0.5
|
||||
'@push.rocks/smartstring': 4.0.15
|
||||
'@push.rocks/smarttime': 4.0.6
|
||||
'@types/diff': 5.2.1
|
||||
'@types/minimatch': 5.1.2
|
||||
diff: 5.2.0
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/cli',
|
||||
version: '1.9.107',
|
||||
version: '1.9.112',
|
||||
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user