@cocreate/cli 1.12.12 → 1.12.16

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.16](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.15...v1.12.16) (2021-11-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update package dependencies ([a2aeee5](https://github.com/CoCreate-app/CoCreate-cli/commit/a2aeee58c23b8acf3157f17fbd126ae99ca2b2a2))
7
+
8
+ ## [1.12.15](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.14...v1.12.15) (2021-10-29)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update dependencies ([be23c91](https://github.com/CoCreate-app/CoCreate-cli/commit/be23c918940918302f5d9fa6718c6cf4b029eafc))
14
+
15
+ ## [1.12.14](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.13...v1.12.14) (2021-10-17)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update dependendies ([79c51f9](https://github.com/CoCreate-app/CoCreate-cli/commit/79c51f98508645b7497b0f3b2f58a9ff7067e134))
21
+
22
+ ## [1.12.13](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.12...v1.12.13) (2021-10-16)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * update socket package to fix bug in docs ([78720d1](https://github.com/CoCreate-app/CoCreate-cli/commit/78720d1b01c90e16c5cc0dd4276a1610d4f35c76))
28
+
1
29
  ## [1.12.12](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.11...v1.12.12) (2021-10-15)
2
30
 
3
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.12.12",
3
+ "version": "1.12.16",
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.35",
74
- "@cocreate/hosting": "^1.2.32",
73
+ "@cocreate/docs": "^1.2.44",
74
+ "@cocreate/hosting": "^1.2.38",
75
75
  "colors": "latest",
76
76
  "glob": "^7.1.7",
77
77
  "got": "latest",