@cocreate/selection 1.6.15 → 1.6.16

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 +2 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.6.16](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.15...v1.6.16) (2023-06-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([47a96a4](https://github.com/CoCreate-app/CoCreate-selection/commit/47a96a4ff8257efc6708ffef7ea6f019a0a67c9a))
7
+
1
8
  ## [1.6.15](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.14...v1.6.15) (2023-06-10)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.6.15",
3
+ "version": "1.6.16",
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",
@@ -27,7 +27,6 @@
27
27
  "start": "npx webpack --config webpack.config.js",
28
28
  "build": "NODE_ENV=production npx webpack --config webpack.config.js",
29
29
  "dev": "npx webpack --config webpack.config.js --watch",
30
- "docs": "node ./node_modules/@cocreate/docs/src/index.js",
31
30
  "postinstall": "node ./node_modules/@cocreate/cli/check-coc.js"
32
31
  },
33
32
  "repository": {
@@ -60,7 +59,6 @@
60
59
  "webpack-log": "^3.0.1"
61
60
  },
62
61
  "dependencies": {
63
- "@cocreate/docs": "^1.8.13",
64
- "@cocreate/utils": "^1.21.3"
62
+ "@cocreate/utils": "^1.21.4"
65
63
  }
66
64
  }