@cocreate/text 1.18.26 → 1.18.28
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 +15 -0
- package/demo/demos.1.html +1 -1
- package/demo/demos.html +1 -1
- package/demo/index.html +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1
|
+
## [1.18.28](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.27...v1.18.28) (2022-12-23)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* bump dependnecies ([bd82f2c](https://github.com/CoCreate-app/CoCreate-text/commit/bd82f2c3c50ab773eeeb4200e3f6dd0e9247efe4))
|
7
|
+
|
8
|
+
## [1.18.27](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.26...v1.18.27) (2022-12-22)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* bump dependencies ([ede67d6](https://github.com/CoCreate-app/CoCreate-text/commit/ede67d6d437581a5f830b92b747e3c76ce789137))
|
14
|
+
* update cdn ([1269833](https://github.com/CoCreate-app/CoCreate-text/commit/1269833f3bdbbf0c55d7ea554e2dfbf7a361f33c))
|
15
|
+
|
1
16
|
## [1.18.26](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.25...v1.18.26) (2022-12-22)
|
2
17
|
|
3
18
|
|
package/demo/demos.1.html
CHANGED
package/demo/demos.html
CHANGED
package/demo/index.html
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cocreate/text",
|
3
|
-
"version": "1.18.
|
3
|
+
"version": "1.18.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",
|
@@ -60,15 +60,15 @@
|
|
60
60
|
"webpack-log": "^3.0.1"
|
61
61
|
},
|
62
62
|
"dependencies": {
|
63
|
-
"@cocreate/actions": "^1.5.
|
64
|
-
"@cocreate/crdt": "^1.14.
|
65
|
-
"@cocreate/crud-client": "^1.16.
|
66
|
-
"@cocreate/cursors": "^1.13.
|
67
|
-
"@cocreate/docs": "^1.4.
|
68
|
-
"@cocreate/hosting": "^1.6.
|
69
|
-
"@cocreate/observer": "^1.5.
|
70
|
-
"@cocreate/selection": "^1.4.
|
71
|
-
"@cocreate/utils": "^1.17.
|
72
|
-
"@cocreate/uuid": "^1.2.
|
63
|
+
"@cocreate/actions": "^1.5.42",
|
64
|
+
"@cocreate/crdt": "^1.14.28",
|
65
|
+
"@cocreate/crud-client": "^1.16.21",
|
66
|
+
"@cocreate/cursors": "^1.13.4",
|
67
|
+
"@cocreate/docs": "^1.4.24",
|
68
|
+
"@cocreate/hosting": "^1.6.25",
|
69
|
+
"@cocreate/observer": "^1.5.46",
|
70
|
+
"@cocreate/selection": "^1.4.51",
|
71
|
+
"@cocreate/utils": "^1.17.4",
|
72
|
+
"@cocreate/uuid": "^1.2.45"
|
73
73
|
}
|
74
74
|
}
|