@cocreate/selection 1.14.1 → 1.14.2
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.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [1.14.2](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.14.1...v1.14.2) (2025-05-01)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* update [@cocreate](https://github.com/cocreate) dependencies ([c967609](https://github.com/CoCreate-app/CoCreate-selection/commit/c9676096e69596491291321bc959d49ee695502d))
|
7
|
+
|
1
8
|
## [1.14.1](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.14.0...v1.14.1) (2025-04-30)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cocreate/selection",
|
3
|
-
"version": "1.14.
|
3
|
+
"version": "1.14.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,6 +54,6 @@
|
|
54
54
|
"webpack-log": "^3.0.1"
|
55
55
|
},
|
56
56
|
"dependencies": {
|
57
|
-
"@cocreate/utils": "^1.
|
57
|
+
"@cocreate/utils": "^1.39.0"
|
58
58
|
}
|
59
59
|
}
|