@cocreate/cli 1.42.7 → 1.42.9
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 +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.42.9](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.42.8...v1.42.9) (2023-11-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump dependencies for latest features ([53bf845](https://github.com/CoCreate-app/CoCreate-cli/commit/53bf845adba207b7078c261c6fd36a345f1d87a5))
|
|
7
|
+
|
|
8
|
+
## [1.42.8](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.42.7...v1.42.8) (2023-11-09)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* meta name typo ([430a697](https://github.com/CoCreate-app/CoCreate-cli/commit/430a6978abf2664b7740bc47fc912d85f6d66414))
|
|
14
|
+
|
|
1
15
|
## [1.42.7](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.42.6...v1.42.7) (2023-11-03)
|
|
2
16
|
|
|
3
17
|
|
package/docs/index.html
CHANGED
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
sizes="32x32"
|
|
12
12
|
href="https://cocreate.app/images/favicon.ico" />
|
|
13
13
|
<meta
|
|
14
|
-
|
|
14
|
+
name="description"
|
|
15
15
|
content="A simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and highly styleable." />
|
|
16
16
|
<meta
|
|
17
|
-
|
|
17
|
+
name="keywords"
|
|
18
18
|
content="helper classes, utility classes, css framework, css library, inline style classes" />
|
|
19
19
|
<meta name="robots" content="index,follow" />
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/cli",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.9",
|
|
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.6.
|
|
59
|
-
"@cocreate/file": "^1.
|
|
58
|
+
"@cocreate/config": "^1.6.8",
|
|
59
|
+
"@cocreate/file": "^1.10.0",
|
|
60
60
|
"glob": "^7.1.7",
|
|
61
61
|
"prettier": "^2.3.2"
|
|
62
62
|
}
|