@cocreate/text 1.9.9 → 1.9.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/package.json +8 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ ## [1.9.13](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.12...v1.9.13) (2021-10-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependendies ([6550df8](https://github.com/CoCreate-app/CoCreate-text/commit/6550df88df7866984acef5009e6c08b3340775f9))
7
+
8
+ ## [1.9.12](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.11...v1.9.12) (2021-10-16)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update socket package to fix bug in docs ([37e8bd7](https://github.com/CoCreate-app/CoCreate-text/commit/37e8bd7eb3568684f67055448941022cc9e52e44))
14
+
15
+ ## [1.9.11](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.10...v1.9.11) (2021-10-15)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update dependencies ([6157498](https://github.com/CoCreate-app/CoCreate-text/commit/6157498c27a63575ffcc6775454389a4990279e2))
21
+ * update dependencies ([1776657](https://github.com/CoCreate-app/CoCreate-text/commit/177665753116338ace6f1d79429a1022133e18fc))
22
+
23
+ ## [1.9.10](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.9...v1.9.10) (2021-10-15)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * update packages ([05cc273](https://github.com/CoCreate-app/CoCreate-text/commit/05cc273eab598e4e513ea4cf3b563e4867c369d4))
29
+
1
30
  ## [1.9.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.9.8...v1.9.9) (2021-10-15)
2
31
 
3
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.9.9",
3
+ "version": "1.9.13",
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",
@@ -61,11 +61,12 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/action": "^1.3.0",
65
- "@cocreate/crdt": "^1.4.3",
66
- "@cocreate/crud-client": "^1.4.3",
67
- "@cocreate/docs": "^1.2.32",
68
- "@cocreate/hosting": "^1.2.29",
69
- "@cocreate/observer": "^1.3.29"
64
+ "@cocreate/action": "^1.3.3",
65
+ "@cocreate/crdt": "^1.5.5",
66
+ "@cocreate/crud-client": "^1.4.15",
67
+ "@cocreate/docs": "^1.2.42",
68
+ "@cocreate/hosting": "^1.2.37",
69
+ "@cocreate/observer": "^1.3.33",
70
+ "@cocreate/selection": "^1.0.3"
70
71
  }
71
72
  }