@cocreate/selection 1.0.1 → 1.0.2

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [1.0.2](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.0.1...v1.0.2) (2021-10-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([9c9f11b](https://github.com/CoCreate-app/CoCreate-selection/commit/9c9f11b889bc428e4e92733fd94d552678904b13))
7
+ * update dependencies ([db214b1](https://github.com/CoCreate-app/CoCreate-selection/commit/db214b1fa08a444fbac4eaba9cfead78aaee883c))
8
+
1
9
  ## [1.0.1](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.0.0...v1.0.1) (2021-10-08)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
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,7 +61,7 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/docs": "^1.2.26",
65
- "@cocreate/hosting": "^1.2.22"
64
+ "@cocreate/docs": "^1.2.35",
65
+ "@cocreate/hosting": "^1.2.32"
66
66
  }
67
67
  }