@cocreate/selection 1.6.9 → 1.6.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.6.10](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.9...v1.6.10) (2023-05-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([9f7a88d](https://github.com/CoCreate-app/CoCreate-selection/commit/9f7a88d66bdf978b0c4d09065489f01344ba3c71))
7
+
1
8
  ## [1.6.9](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.8...v1.6.9) (2023-05-19)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.6.9",
3
+ "version": "1.6.10",
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",
@@ -59,8 +59,8 @@
59
59
  "webpack-log": "^3.0.1"
60
60
  },
61
61
  "dependencies": {
62
- "@cocreate/docs": "^1.7.10",
63
- "@cocreate/hosting": "^1.10.2",
64
- "@cocreate/utils": "^1.20.8"
62
+ "@cocreate/docs": "^1.7.12",
63
+ "@cocreate/hosting": "^1.10.4",
64
+ "@cocreate/utils": "^1.20.9"
65
65
  }
66
66
  }