@cocreate/cli 1.12.33 → 1.12.37

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 CHANGED
@@ -1,3 +1,31 @@
1
+ ## [1.12.37](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.36...v1.12.37) (2022-02-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependency versions ([40d4cb0](https://github.com/CoCreate-app/CoCreate-cli/commit/40d4cb087a13cf3abe8673f43399fd627bbe55a4))
7
+
8
+ ## [1.12.36](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.35...v1.12.36) (2022-01-01)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * 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))
14
+
15
+ ## [1.12.35](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.34...v1.12.35) (2021-12-15)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update dependencies ([5651d85](https://github.com/CoCreate-app/CoCreate-cli/commit/5651d851b6d78d85395ec3451ec94d0f18eee579))
21
+
22
+ ## [1.12.34](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.33...v1.12.34) (2021-12-14)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * update dependencies ([1acd03d](https://github.com/CoCreate-app/CoCreate-cli/commit/1acd03dc6edbbe40f8cc16ad3a82b0e2cb1b8947))
28
+
1
29
  ## [1.12.33](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.32...v1.12.33) (2021-11-27)
2
30
 
3
31
 
package/docs/index.html CHANGED
@@ -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.33",
4
- "description": "A simple cli component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
3
+ "version": "1.12.37",
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.60",
74
- "@cocreate/hosting": "^1.2.56",
73
+ "@cocreate/docs": "^1.2.65",
74
+ "@cocreate/hosting": "^1.2.60",
75
75
  "colors": "latest",
76
76
  "glob": "^7.1.7",
77
77
  "got": "latest",