update-versions 7.2.5 → 7.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -22,11 +22,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
22
22
|
- migrate the CLI to codsenCLI ([56f142d](https://github.com/codsen/codsen/commit/56f142d143e062f48d33bc466c504587ae16d523))
|
|
23
23
|
- refresh the tooling and generate with the latest dependencies ([781f802](https://github.com/codsen/codsen/commit/781f802911066a82a4533b0e5a3fcbd742d0dd83))
|
|
24
24
|
|
|
25
|
-
### Reverts
|
|
26
|
-
|
|
27
|
-
- Revert "Merge pull request #128 from codsen/release/npm-32198404552-1" ([5baeeaa](https://github.com/codsen/codsen/commit/5baeeaaa677b86f1eaa6396cadf3aea32b06416e)), closes [#128](https://github.com/codsen/codsen/issues/128)
|
|
28
|
-
- Revert "Merge pull request #127 from codsen/release/npm-32194020886-1" ([5f1e94d](https://github.com/codsen/codsen/commit/5f1e94deef910ce735266b16aeee08a76de7a862)), closes [#127](https://github.com/codsen/codsen/issues/127)
|
|
29
|
-
|
|
30
25
|
## 7.0.0 (2024-01-05)
|
|
31
26
|
|
|
32
27
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "update-versions",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.6",
|
|
4
4
|
"description": "Like npm-check-updates but supports Lerna monorepos and enforces strict semver values",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"ansi-diff-stream": "^1.2.1",
|
|
77
77
|
"codsen-glob": "^1.1.2",
|
|
78
|
-
"codsen-utils": "^1.10.
|
|
79
|
-
"edit-package-json": "^0.10.
|
|
78
|
+
"codsen-utils": "^1.10.2",
|
|
79
|
+
"edit-package-json": "^0.10.6",
|
|
80
80
|
"object-path": "^0.11.8",
|
|
81
81
|
"p-progress": "^1.0.0",
|
|
82
82
|
"package-json": "^10.0.1"
|