@cocreate/cli 1.12.31 → 1.12.35

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## [1.12.35](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.34...v1.12.35) (2021-12-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([5651d85](https://github.com/CoCreate-app/CoCreate-cli/commit/5651d851b6d78d85395ec3451ec94d0f18eee579))
7
+
8
+ ## [1.12.34](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.33...v1.12.34) (2021-12-14)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update dependencies ([1acd03d](https://github.com/CoCreate-app/CoCreate-cli/commit/1acd03dc6edbbe40f8cc16ad3a82b0e2cb1b8947))
14
+
15
+ ## [1.12.33](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.32...v1.12.33) (2021-11-27)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update dependencies ([6bc4a45](https://github.com/CoCreate-app/CoCreate-cli/commit/6bc4a452bd5b56d7572925a404680b0946c8bfd7))
21
+
22
+ ## [1.12.32](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.31...v1.12.32) (2021-11-27)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * update dependencies ([7ea93ee](https://github.com/CoCreate-app/CoCreate-cli/commit/7ea93ee2adc0cf29156ee5772f414f1694a41067))
28
+
1
29
  ## [1.12.31](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.30...v1.12.31) (2021-11-27)
2
30
 
3
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.12.31",
3
+ "version": "1.12.35",
4
4
  "description": "A simple cli component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "cli",
@@ -70,8 +70,8 @@
70
70
  "webpack-log": "^3.0.1"
71
71
  },
72
72
  "dependencies": {
73
- "@cocreate/docs": "^1.2.56",
74
- "@cocreate/hosting": "^1.2.52",
73
+ "@cocreate/docs": "^1.2.62",
74
+ "@cocreate/hosting": "^1.2.58",
75
75
  "colors": "latest",
76
76
  "glob": "^7.1.7",
77
77
  "got": "latest",