@cocreate/text 1.23.6 → 1.23.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,11 @@
1
+ ## [1.23.7](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.6...v1.23.7) (2023-11-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * favicon.ico path ([fe79d99](https://github.com/CoCreate-app/CoCreate-text/commit/fe79d99305aba5beb5d50fc6247bab8f39ac20a9))
7
+ * update dependencies to the lates versions ([5eb6961](https://github.com/CoCreate-app/CoCreate-text/commit/5eb69619fac6b997755aa04583d7a2236bca7ee5))
8
+
1
9
  ## [1.23.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.5...v1.23.6) (2023-10-25)
2
10
 
3
11
 
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>Text | CoCreate</title>
13
13
 
14
14
  <link rel="manifest" href="/manifest.webmanifest" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.23.6",
3
+ "version": "1.23.7",
4
4
  "description": "A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "text",
@@ -58,12 +58,12 @@
58
58
  "webpack-log": "^3.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@cocreate/actions": "^1.12.0",
62
- "@cocreate/crdt": "^1.24.0",
63
- "@cocreate/cursors": "^1.20.6",
64
- "@cocreate/observer": "^1.11.6",
65
- "@cocreate/selection": "^1.9.5",
66
- "@cocreate/utils": "^1.26.1",
61
+ "@cocreate/actions": "^1.12.1",
62
+ "@cocreate/crdt": "^1.24.1",
63
+ "@cocreate/cursors": "^1.20.7",
64
+ "@cocreate/observer": "^1.11.7",
65
+ "@cocreate/selection": "^1.9.6",
66
+ "@cocreate/utils": "^1.26.2",
67
67
  "@cocreate/uuid": "^1.7.2"
68
68
  }
69
69
  }