@cocreate/users 1.7.7 → 1.7.10

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,27 @@
1
+ ## [1.7.10](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.9...v1.7.10) (2022-06-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump cdn version to 1.15.13 ([1aa11a2](https://github.com/CoCreate-app/CoCreate-users/commit/1aa11a2ba553633370d4062343e9258f7555ae74))
7
+ * update dependencies ([c4f3b8c](https://github.com/CoCreate-app/CoCreate-users/commit/c4f3b8c36c11ed4824628065d91888e697252376))
8
+ * update docs css document_id ([cdb5ca5](https://github.com/CoCreate-app/CoCreate-users/commit/cdb5ca5d38b58839b1e0573ca94de1f2f5be92dc))
9
+ * update modal btn to actions ([f4a7e0a](https://github.com/CoCreate-app/CoCreate-users/commit/f4a7e0a1fe45c208522f571edbd757abb48e115c))
10
+
11
+ ## [1.7.9](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.8...v1.7.9) (2022-06-02)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * bump cdn version to 1.15.11 ([51ec7aa](https://github.com/CoCreate-app/CoCreate-users/commit/51ec7aa4840b898374a3410df096abceca1bd213))
17
+
18
+ ## [1.7.8](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.7...v1.7.8) (2022-05-29)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * bump cdn version to 1.15.10 ([2faa2bb](https://github.com/CoCreate-app/CoCreate-users/commit/2faa2bb0ee0e9beb45bbcd15105f8db2c3cb73ff))
24
+
1
25
  ## [1.7.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.7.6...v1.7.7) (2022-05-27)
2
26
 
3
27
 
package/demo/login.html CHANGED
@@ -83,7 +83,7 @@
83
83
  }
84
84
  </script>
85
85
 
86
- <script src="https://cdn.cocreate.app/1.15.9/CoCreate.min.js"></script>
86
+ <script src="https://cdn.cocreate.app/1.16.0/CoCreate.min.js"></script>
87
87
  <!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
88
88
 
89
89
  </body>
package/demo/logout.html CHANGED
@@ -32,7 +32,7 @@
32
32
  </div>
33
33
  </div>
34
34
 
35
- <script src="https://cdn.cocreate.app/1.15.9/CoCreate.min.js"></script>
35
+ <script src="https://cdn.cocreate.app/1.16.0/CoCreate.min.js"></script>
36
36
  <!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
37
37
 
38
38
  </body>
package/demo/signup.html CHANGED
@@ -103,7 +103,7 @@
103
103
  host: 'server.cocreate.app' // Points to socket server. If not defined it will use the url in web browser by default
104
104
  }
105
105
  </script>
106
- <script src="https://cdn.cocreate.app/1.15.9/CoCreate.min.js"></script>
106
+ <script src="https://cdn.cocreate.app/1.16.0/CoCreate.min.js"></script>
107
107
  <!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
108
108
 
109
109
  </body>
package/docs/index.html CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  <!-- CoCreate CSS -->
15
15
  <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
16
- <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="62827d7e8082ce05b081430b" name="src" type="text/css" save="true"/>
16
+ <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
17
17
  </head>
18
18
 
19
19
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/users",
3
- "version": "1.7.7",
3
+ "version": "1.7.10",
4
4
  "description": "A simple users component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "users",
@@ -61,11 +61,11 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/actions": "^1.4.1",
65
- "@cocreate/crud-client": "^1.6.2",
66
- "@cocreate/docs": "^1.3.1",
67
- "@cocreate/elements": "^1.7.3",
68
- "@cocreate/render": "^1.8.0",
64
+ "@cocreate/actions": "^1.4.2",
65
+ "@cocreate/crud-client": "^1.7.0",
66
+ "@cocreate/docs": "^1.3.2",
67
+ "@cocreate/elements": "^1.8.0",
68
+ "@cocreate/render": "^1.8.1",
69
69
  "mongodb": "^4.4.0"
70
70
  }
71
71
  }