@cocreate/selection 1.4.50 → 1.4.51

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [1.4.51](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.50...v1.4.51) (2022-12-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([00bed31](https://github.com/CoCreate-app/CoCreate-selection/commit/00bed31106b836e2c25f93d4f0b11db54dabb0f9))
7
+ * update cdn ([3aed8ae](https://github.com/CoCreate-app/CoCreate-selection/commit/3aed8aecb5a9b0cb7a9a50f25e96604b24a52b31))
8
+
1
9
  ## [1.4.50](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.49...v1.4.50) (2022-12-22)
2
10
 
3
11
 
package/demo/index.html CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
  <!--<script src="https://cdn.cocreate.app/selection/latest/CoCreate-selection.min.js"></script>-->
17
- <script src="../../../CoCreateJS/dist/CoCreate.js"></script>
17
+ <script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
18
18
 
19
19
  </body>
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.4.50",
3
+ "version": "1.4.51",
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",
@@ -60,8 +60,8 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/docs": "^1.4.22",
64
- "@cocreate/hosting": "^1.6.23",
65
- "@cocreate/utils": "^1.17.2"
63
+ "@cocreate/docs": "^1.4.23",
64
+ "@cocreate/hosting": "^1.6.24",
65
+ "@cocreate/utils": "^1.17.3"
66
66
  }
67
67
  }