@cocreate/users 1.11.5 → 1.11.6
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 +7 -0
- package/demo/signin.html +1 -1
- package/demo/signout.html +1 -1
- package/demo/signup.html +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.11.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.5...v1.11.6) (2022-12-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump cdn to 1.34.3 ([b600548](https://github.com/CoCreate-app/CoCreate-users/commit/b6005481efa91d0a553fce4048b0be4c55bfa707))
|
|
7
|
+
|
|
1
8
|
## [1.11.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.4...v1.11.5) (2022-12-21)
|
|
2
9
|
|
|
3
10
|
|
package/demo/signin.html
CHANGED
package/demo/signout.html
CHANGED
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.34.
|
|
106
|
+
<script src="https://cdn.cocreate.app/1.34.3/CoCreate.min.js"></script>
|
|
107
107
|
<!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
|
|
108
108
|
|
|
109
109
|
</body>
|