@cocreate/text 1.20.9 → 1.20.11

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 +14 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.20.11](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.10...v1.20.11) (2023-05-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([6feb00b](https://github.com/CoCreate-app/CoCreate-text/commit/6feb00bf8f1f63c99822483f635218b41bad1604))
7
+
8
+ ## [1.20.10](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.9...v1.20.10) (2023-05-19)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([ce5aa24](https://github.com/CoCreate-app/CoCreate-text/commit/ce5aa249a561197813b38858e920a3b7c11a754f))
14
+
1
15
  ## [1.20.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.8...v1.20.9) (2023-05-18)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.20.9",
3
+ "version": "1.20.11",
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",
@@ -59,15 +59,15 @@
59
59
  "webpack-log": "^3.0.1"
60
60
  },
61
61
  "dependencies": {
62
- "@cocreate/actions": "^1.8.8",
63
- "@cocreate/crdt": "^1.18.7",
64
- "@cocreate/crud-client": "^1.20.4",
65
- "@cocreate/cursors": "^1.16.7",
66
- "@cocreate/docs": "^1.7.8",
67
- "@cocreate/hosting": "^1.10.0",
68
- "@cocreate/observer": "^1.7.6",
69
- "@cocreate/selection": "^1.6.6",
70
- "@cocreate/utils": "^1.20.6",
71
- "@cocreate/uuid": "^1.4.7"
62
+ "@cocreate/actions": "^1.8.11",
63
+ "@cocreate/crdt": "^1.18.10",
64
+ "@cocreate/crud-client": "^1.21.4",
65
+ "@cocreate/cursors": "^1.16.10",
66
+ "@cocreate/docs": "^1.7.12",
67
+ "@cocreate/hosting": "^1.10.4",
68
+ "@cocreate/observer": "^1.7.9",
69
+ "@cocreate/selection": "^1.6.9",
70
+ "@cocreate/utils": "^1.20.9",
71
+ "@cocreate/uuid": "^1.4.10"
72
72
  }
73
73
  }