@cocreate/text 1.16.0 → 1.16.1

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,11 @@
1
+ ## [1.16.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.16.0...v1.16.1) (2022-06-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([91842bc](https://github.com/CoCreate-app/CoCreate-text/commit/91842bcba271485f840064498784250fdf49bfab))
7
+ * update docs css document_id ([8a48ea0](https://github.com/CoCreate-app/CoCreate-text/commit/8a48ea0745c36f4f8a5954fe76252e98864ebfdf))
8
+
1
9
  # [1.16.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.15.17...v1.16.0) (2022-06-11)
2
10
 
3
11
 
package/docs/index.html CHANGED
@@ -10,7 +10,7 @@
10
10
  <meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" />
11
11
  <meta name="robots" content="index,follow" />
12
12
  <meta property="og:image" content="https://cdn.cocreate.app/docs/boilerplate.png">
13
- <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="62827d7e8082ce05b081430b" name="src" type="text/css" save="true"/>
13
+ <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
14
14
  </head>
15
15
 
16
16
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
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",
@@ -62,13 +62,13 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@cocreate/actions": "^1.4.2",
65
- "@cocreate/crdt": "^1.10.0",
66
- "@cocreate/crud-client": "^1.6.2",
67
- "@cocreate/cursors": "^1.11.19",
68
- "@cocreate/docs": "^1.3.1",
69
- "@cocreate/hosting": "^1.3.1",
70
- "@cocreate/observer": "^1.5.1",
71
- "@cocreate/selection": "^1.4.9",
72
- "@cocreate/uuid": "^1.2.1"
65
+ "@cocreate/crdt": "^1.11.0",
66
+ "@cocreate/crud-client": "^1.7.0",
67
+ "@cocreate/cursors": "^1.11.20",
68
+ "@cocreate/docs": "^1.3.2",
69
+ "@cocreate/hosting": "^1.3.2",
70
+ "@cocreate/observer": "^1.5.2",
71
+ "@cocreate/selection": "^1.4.10",
72
+ "@cocreate/uuid": "^1.2.2"
73
73
  }
74
74
  }