@cocreate/selection 1.2.7 → 1.2.11

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
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
+
8
+ ## [1.2.10](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.2.9...v1.2.10) (2021-11-20)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update dependencies ([32ce648](https://github.com/CoCreate-app/CoCreate-selection/commit/32ce648d32869b541a5c15279af321e9b228d6a9))
14
+
15
+ ## [1.2.9](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.2.8...v1.2.9) (2021-11-19)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update dependencies ([766541b](https://github.com/CoCreate-app/CoCreate-selection/commit/766541b51423899aa1bb2667370a1fd3153438a8))
21
+
22
+ ## [1.2.8](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.2.7...v1.2.8) (2021-11-18)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * update dependencies ([68c5b1f](https://github.com/CoCreate-app/CoCreate-selection/commit/68c5b1f0572b912007c66df46c54aff2f9189ad1))
28
+
1
29
  ## [1.2.7](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.2.6...v1.2.7) (2021-11-16)
2
30
 
3
31
 
package/docs/index.html CHANGED
@@ -112,15 +112,7 @@
112
112
 
113
113
  </div>
114
114
  </div>
115
- <script>
116
- var config = {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.2.7",
3
+ "version": "1.2.11",
4
4
  "description": "A simple selection component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "selection",
@@ -61,8 +61,8 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/docs": "^1.2.50",
65
- "@cocreate/hosting": "^1.2.45",
66
- "@cocreate/utils": "^1.3.7"
64
+ "@cocreate/docs": "^1.2.53",
65
+ "@cocreate/hosting": "^1.2.48",
66
+ "@cocreate/utils": "^1.3.10"
67
67
  }
68
68
  }