@cocreate/selection 1.4.8 → 1.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## [1.4.11](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.10...v1.4.11) (2022-06-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([9b27560](https://github.com/CoCreate-app/CoCreate-selection/commit/9b2756064e1928ea3d7d4edd11d22c0f78cadf4d))
7
+ * update docs css document_id ([234fc34](https://github.com/CoCreate-app/CoCreate-selection/commit/234fc344cb94447afbb4014c2ae62633e45bb548))
8
+
9
+ ## [1.4.10](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.9...v1.4.10) (2022-05-23)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump all dependencies ([c4208ad](https://github.com/CoCreate-app/CoCreate-selection/commit/c4208ad6f9b627771d1d91a76e07e4c83005bb4d))
15
+
16
+ ## [1.4.9](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.8...v1.4.9) (2022-05-19)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update document_id on link index.css ([10ef658](https://github.com/CoCreate-app/CoCreate-selection/commit/10ef6585c3168e8c6cb95a9c8f8edf9b96e4809e))
22
+
1
23
  ## [1.4.8](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.7...v1.4.8) (2022-05-06)
2
24
 
3
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.4.8",
3
+ "version": "1.4.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.69",
65
- "@cocreate/hosting": "^1.2.64",
66
- "@cocreate/utils": "^1.6.4"
64
+ "@cocreate/docs": "^1.3.2",
65
+ "@cocreate/hosting": "^1.3.2",
66
+ "@cocreate/utils": "^1.7.2"
67
67
  }
68
68
  }