@cocreate/selection 1.4.60 → 1.4.62

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 +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.4.62](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.61...v1.4.62) (2023-01-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([a425c4b](https://github.com/CoCreate-app/CoCreate-selection/commit/a425c4b9815763d92259caf8f5e68f692bd2cb6e))
7
+
8
+ ## [1.4.61](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.60...v1.4.61) (2023-01-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump dependnecies ([a2be93c](https://github.com/CoCreate-app/CoCreate-selection/commit/a2be93cb1563b26f020a0111c1530140c9f17f21))
14
+
1
15
  ## [1.4.60](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.59...v1.4.60) (2023-01-06)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.4.60",
3
+ "version": "1.4.62",
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.5.4",
64
- "@cocreate/hosting": "^1.7.4",
65
- "@cocreate/utils": "^1.17.16"
63
+ "@cocreate/docs": "^1.5.6",
64
+ "@cocreate/hosting": "^1.7.6",
65
+ "@cocreate/utils": "^1.17.19"
66
66
  }
67
67
  }