@cocreate/cli 1.40.1 → 1.42.0
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 +14 -0
- package/docs/index.html +0 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [1.42.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.41.0...v1.42.0) (2023-09-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Update CoCreate dependencies to their latest versions ([44f66f8](https://github.com/CoCreate-app/CoCreate-cli/commit/44f66f88631a46ff4da3f45f0477a47f33a9d641))
|
|
7
|
+
|
|
8
|
+
# [1.41.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.40.1...v1.41.0) (2023-09-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* bump dependencies for there latest features ([b032206](https://github.com/CoCreate-app/CoCreate-cli/commit/b032206eecfd7eefda034a4a18954f6f480826f7))
|
|
14
|
+
|
|
1
15
|
## [1.40.1](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.40.0...v1.40.1) (2023-09-18)
|
|
2
16
|
|
|
3
17
|
|
package/docs/index.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.42.0",
|
|
4
4
|
"description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"coc": "src/coc.js"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@cocreate/config": "^1.5.
|
|
59
|
-
"@cocreate/file": "^1.
|
|
58
|
+
"@cocreate/config": "^1.5.2",
|
|
59
|
+
"@cocreate/file": "^1.8.0",
|
|
60
60
|
"glob": "^7.1.7",
|
|
61
61
|
"prettier": "^2.3.2"
|
|
62
62
|
}
|