@cocreate/selection 1.2.10 → 1.2.11
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/docs/index.html +2 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.2.11](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.2.10...v1.2.11) (2021-11-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated script tags and link tags ([fe1298e](https://github.com/CoCreate-app/CoCreate-selection/commit/fe1298ead9c4106d14ed02f19944b76cab3f58f9))
|
|
7
|
+
|
|
1
8
|
## [1.2.10](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.2.9...v1.2.10) (2021-11-20)
|
|
2
9
|
|
|
3
10
|
|
package/docs/index.html
CHANGED
|
@@ -112,15 +112,7 @@
|
|
|
112
112
|
|
|
113
113
|
</div>
|
|
114
114
|
</div>
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
|
|
118
|
-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
|
|
119
|
-
organization_Id: '5de0387b12e200ea63204d6c'
|
|
120
|
-
}
|
|
121
|
-
</script>
|
|
122
|
-
|
|
123
|
-
<!--CoCreateJS-->
|
|
124
|
-
<script src="https://server.cocreate.app/js/CoCreate.min.js"></script>
|
|
115
|
+
<script src="/apikey.js"></script>
|
|
116
|
+
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script>
|
|
125
117
|
</body>
|
|
126
118
|
</html>
|
package/package.json
CHANGED