@cocreate/text 1.20.21 → 1.20.23

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.23](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.22...v1.20.23) (2023-06-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * testing workflow ([0897679](https://github.com/CoCreate-app/CoCreate-text/commit/0897679a5972f34cd7f49e4d413460b84c4ee335))
7
+
8
+ ## [1.20.22](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.21...v1.20.22) (2023-06-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([37985a9](https://github.com/CoCreate-app/CoCreate-text/commit/37985a9049670c0c46d3d868e8f7363d65e137d0))
14
+
1
15
  ## [1.20.21](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.20...v1.20.21) (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.21",
3
+ "version": "1.20.23",
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.21",
62
- "@cocreate/cli": "^1.33.0",
63
- "@cocreate/crdt": "^1.18.17",
64
- "@cocreate/crud-client": "^1.21.13",
65
- "@cocreate/cursors": "^1.16.18",
66
- "@cocreate/observer": "^1.8.8",
67
- "@cocreate/selection": "^1.6.17",
68
- "@cocreate/utils": "^1.21.5",
69
- "@cocreate/uuid": "^1.4.17"
61
+ "@cocreate/actions": "^1.8.25",
62
+ "@cocreate/cli": "^1.33.4",
63
+ "@cocreate/crdt": "^1.18.21",
64
+ "@cocreate/crud-client": "^1.21.17",
65
+ "@cocreate/cursors": "^1.16.22",
66
+ "@cocreate/observer": "^1.8.12",
67
+ "@cocreate/selection": "^1.6.21",
68
+ "@cocreate/utils": "^1.21.9",
69
+ "@cocreate/uuid": "^1.4.21"
70
70
  }
71
71
  }