@cocreate/selection 1.12.0 → 1.12.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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.12.2](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.12.1...v1.12.2) (2024-04-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump cocreate dependencies ([474a39e](https://github.com/CoCreate-app/CoCreate-selection/commit/474a39e77c45078a9fff669178567b4ef4b4f4d7))
7
+
8
+ ## [1.12.1](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.12.0...v1.12.1) (2023-12-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * typo ([c3ff3f4](https://github.com/CoCreate-app/CoCreate-selection/commit/c3ff3f499f208c4cb7be5d3606031be135953499))
14
+
1
15
  # [1.12.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.11.0...v1.12.0) (2023-11-25)
2
16
 
3
17
 
package/README.md CHANGED
@@ -6,7 +6,7 @@ A simple selection component in vanilla javascript. Easily configured using HTML
6
6
  ![gzip file size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/selection/latest/CoCreate-selection.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
7
7
  ![brotlifile size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/selection/latest/CoCreate-selection.min.js?compression=brotli&style=flat-square&label=brotli)
8
8
  ![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-selection?style=flat-square)
9
- ![GitHub contributors](https://img.shields.io/github/contributors/CoCreate-app/CoCreate-metrics-server?style=flat-square)
9
+ ![GitHub contributors](https://img.shields.io/github/contributors/CoCreate-app/CoCreate-selection?style=flat-square)
10
10
  ![License](https://img.shields.io/static/v1?style=flat-square&label=license&message=AGPL-3.0&color=green)
11
11
  ![GitHub](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.12.0",
3
+ "version": "1.12.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",
@@ -58,6 +58,6 @@
58
58
  "webpack-log": "^3.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@cocreate/utils": "^1.29.0"
61
+ "@cocreate/utils": "^1.33.6"
62
62
  }
63
63
  }