@cocreate/cli 1.12.35 → 1.12.39
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 +28 -0
- package/docs/index.html +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## [1.12.39](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.38...v1.12.39) (2022-02-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump dependency versions ([c9ed479](https://github.com/CoCreate-app/CoCreate-cli/commit/c9ed479412f3ac9ed42a8474d5272ef970e8949d))
|
|
7
|
+
|
|
8
|
+
## [1.12.38](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.37...v1.12.38) (2022-02-03)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* replaced show and hide class hidden with attribute hidden ([0c61c4f](https://github.com/CoCreate-app/CoCreate-cli/commit/0c61c4f5c6fcbc1c37506baebe1dfdd2dcd85a05))
|
|
14
|
+
|
|
15
|
+
## [1.12.37](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.36...v1.12.37) (2022-02-01)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* update dependency versions ([40d4cb0](https://github.com/CoCreate-app/CoCreate-cli/commit/40d4cb087a13cf3abe8673f43399fd627bbe55a4))
|
|
21
|
+
|
|
22
|
+
## [1.12.36](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.35...v1.12.36) (2022-01-01)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* get-value attribute value now supports a selector added # to all values currently in get-value attributes ([cc0a621](https://github.com/CoCreate-app/CoCreate-cli/commit/cc0a621c01a5594982d134fc9a94abed42751396))
|
|
28
|
+
|
|
1
29
|
## [1.12.35](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.34...v1.12.35) (2021-12-15)
|
|
2
30
|
|
|
3
31
|
|
package/docs/index.html
CHANGED
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<div class="container svColumn overflow:hidden card position:relative border-radius:2px width:auto height:100%" id="sandbox">
|
|
73
73
|
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
|
74
74
|
<a class="margin-right:10px" id="code" show="#preview" hide="#code, #view"><i class="far fa-eye"></i></a>
|
|
75
|
-
<a class="margin-right:10px
|
|
75
|
+
<a class="margin-right:10px" id="preview" show="#code, #view" hide="#preview" hidden><i class="fas fa-code"></i></a>
|
|
76
76
|
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
|
|
77
77
|
</div>
|
|
78
78
|
<div class="svRow">
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
<div class="svSplitter svHorizontal"> </div>
|
|
86
86
|
|
|
87
87
|
<div class="svPanel">
|
|
88
|
-
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
88
|
+
<iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
89
89
|
</div>
|
|
90
90
|
|
|
91
91
|
</div>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/cli",
|
|
3
|
-
"version": "1.12.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.12.39",
|
|
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",
|
|
7
7
|
"cocreate",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"webpack-log": "^3.0.1"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@cocreate/docs": "^1.2.
|
|
74
|
-
"@cocreate/hosting": "^1.2.
|
|
73
|
+
"@cocreate/docs": "^1.2.67",
|
|
74
|
+
"@cocreate/hosting": "^1.2.62",
|
|
75
75
|
"colors": "latest",
|
|
76
76
|
"glob": "^7.1.7",
|
|
77
77
|
"got": "latest",
|