@cocreate/selection 1.9.5 → 1.9.7

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [1.9.7](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.6...v1.9.7) (2023-11-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * favicon.ico path ([948681b](https://github.com/CoCreate-app/CoCreate-selection/commit/948681b0b58c17d9408223d7a2e1f0e048a98143))
7
+ * update dependencies to the lates versions ([6cb3e04](https://github.com/CoCreate-app/CoCreate-selection/commit/6cb3e046c2a795302a1defafd4ee47e92a0b5c55))
8
+
9
+ ## [1.9.6](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.5...v1.9.6) (2023-10-25)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump dependencies ([9235338](https://github.com/CoCreate-app/CoCreate-selection/commit/9235338a2600722398ca6df418baeedee4b4b06b))
15
+
1
16
  ## [1.9.5](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.4...v1.9.5) (2023-10-14)
2
17
 
3
18
 
package/demo/index.html CHANGED
@@ -6,9 +6,9 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1" />
7
7
  <link
8
8
  rel="icon"
9
- href="https://cdn.cocreate.app/favicon.ico"
10
- type="image/ico"
11
- sizes="16x16" />
9
+ type="image/png"
10
+ sizes="32x32"
11
+ href="../assets/favicon.ico" />
12
12
  <title>selection | CoCreateJS</title>
13
13
  <link rel="manifest" href="/manifest.webmanifest" />
14
14
  </head>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.9.5",
3
+ "version": "1.9.7",
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.25.3"
61
+ "@cocreate/utils": "^1.26.2"
62
62
  }
63
63
  }