@cocreate/selection 1.6.0 → 1.6.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 +14 -0
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.6.2](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.1...v1.6.2) (2023-04-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump [@cocreate](https://github.com/cocreate) dependencies ([71f345a](https://github.com/CoCreate-app/CoCreate-selection/commit/71f345ad446fc71d9f0cd6d1a8fa36b4669e8c5c))
7
+
8
+ ## [1.6.1](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.0...v1.6.1) (2023-04-24)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * removed uglifyjs-webpack-plugin ([f618500](https://github.com/CoCreate-app/CoCreate-selection/commit/f6185002c83697bc7b7ea1cc787bca15054d2eaa))
14
+
1
15
  # [1.6.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.5.7...v1.6.0) (2023-04-24)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.6.0",
3
+ "version": "1.6.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",
@@ -54,14 +54,13 @@
54
54
  "mini-css-extract-plugin": "^1.5.0",
55
55
  "style-loader": "^3.3.1",
56
56
  "terser-webpack-plugin": "^5.1.1",
57
- "uglifyjs-webpack-plugin": "^2.2.0",
58
57
  "webpack": "^5.24.4",
59
58
  "webpack-cli": "^4.5.0",
60
59
  "webpack-log": "^3.0.1"
61
60
  },
62
61
  "dependencies": {
63
- "@cocreate/docs": "^1.6.5",
64
- "@cocreate/hosting": "^1.8.5",
65
- "@cocreate/utils": "^1.19.5"
62
+ "@cocreate/docs": "^1.7.0",
63
+ "@cocreate/hosting": "^1.9.2",
64
+ "@cocreate/utils": "^1.20.1"
66
65
  }
67
66
  }