@cocreate/text 1.20.26 → 1.20.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.20.28](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.27...v1.20.28) (2023-06-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([bb656e3](https://github.com/CoCreate-app/CoCreate-text/commit/bb656e3529fbc137c0d0de2dc906662fe36582a9))
7
+
8
+ ## [1.20.27](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.26...v1.20.27) (2023-06-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([bed2b5e](https://github.com/CoCreate-app/CoCreate-text/commit/bed2b5e296d0c7e7a730ffc2518da521947ad658))
14
+
1
15
  ## [1.20.26](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.25...v1.20.26) (2023-06-11)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.20.26",
3
+ "version": "1.20.28",
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,14 +58,14 @@
58
58
  "webpack-log": "^3.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@cocreate/actions": "^1.8.28",
62
- "@cocreate/cli": "^1.33.6",
63
- "@cocreate/crdt": "^1.18.24",
64
- "@cocreate/crud-client": "^1.21.20",
65
- "@cocreate/cursors": "^1.16.25",
66
- "@cocreate/observer": "^1.8.15",
67
- "@cocreate/selection": "^1.6.24",
68
- "@cocreate/utils": "^1.21.12",
69
- "@cocreate/uuid": "^1.4.24"
61
+ "@cocreate/actions": "^1.8.30",
62
+ "@cocreate/cli": "^1.33.8",
63
+ "@cocreate/crdt": "^1.18.26",
64
+ "@cocreate/crud-client": "^1.21.22",
65
+ "@cocreate/cursors": "^1.16.27",
66
+ "@cocreate/observer": "^1.8.17",
67
+ "@cocreate/selection": "^1.6.26",
68
+ "@cocreate/utils": "^1.21.14",
69
+ "@cocreate/uuid": "^1.4.26"
70
70
  }
71
71
  }