@cocreate/text 1.18.34 → 1.18.36
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/.github/workflows/automated.yml +2 -2
- package/CHANGELOG.md +16 -0
- package/demo/test-webpage.html +1 -1
- package/package.json +11 -11
@@ -18,9 +18,9 @@ jobs:
|
|
18
18
|
runs-on: ubuntu-latest
|
19
19
|
steps:
|
20
20
|
- name: Checkout
|
21
|
-
uses: actions/checkout@
|
21
|
+
uses: actions/checkout@v3
|
22
22
|
- name: Semantic Release
|
23
|
-
uses: cycjimmy/semantic-release-action@
|
23
|
+
uses: cycjimmy/semantic-release-action@v3
|
24
24
|
id: semantic
|
25
25
|
with:
|
26
26
|
extra_plugins: |
|
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1
|
+
## [1.18.36](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.35...v1.18.36) (2023-01-06)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* bump dependencies, worklow [@v3](https://github.com/v3) ([f9d8837](https://github.com/CoCreate-app/CoCreate-text/commit/f9d8837d91d714841dbaa51b3a8f7fc867a51713))
|
7
|
+
* edit in github btn styles ([64350e7](https://github.com/CoCreate-app/CoCreate-text/commit/64350e7ab946769cff06e5d77f1d8a85fd7b3e5a))
|
8
|
+
|
9
|
+
## [1.18.35](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.34...v1.18.35) (2023-01-05)
|
10
|
+
|
11
|
+
|
12
|
+
### Bug Fixes
|
13
|
+
|
14
|
+
* bump cdn to 1.39.4 ([afd956e](https://github.com/CoCreate-app/CoCreate-text/commit/afd956e1f13b659daba6e85365d7ce4c00882c62))
|
15
|
+
* bump dependencies ([0d9f4fa](https://github.com/CoCreate-app/CoCreate-text/commit/0d9f4fa59debc6598ad7c809f8814815cf41c163))
|
16
|
+
|
1
17
|
## [1.18.34](https://github.com/CoCreate-app/CoCreate-text/compare/v1.18.33...v1.18.34) (2023-01-01)
|
2
18
|
|
3
19
|
|
package/demo/test-webpage.html
CHANGED
@@ -185,7 +185,7 @@
|
|
185
185
|
</div>
|
186
186
|
</section>
|
187
187
|
|
188
|
-
<button href="https://github.com/CoCreate-app/CoCreate-website/tree/master/src/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50%">
|
188
|
+
<button href="https://github.com/CoCreate-app/CoCreate-website/tree/master/src/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4)">
|
189
189
|
<i class="fas fa-pencil-alt"></i>
|
190
190
|
</button>
|
191
191
|
</main>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cocreate/text",
|
3
|
-
"version": "1.18.
|
3
|
+
"version": "1.18.36",
|
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.
|
65
|
-
"@cocreate/crud-client": "^1.17.
|
66
|
-
"@cocreate/cursors": "^1.13.
|
67
|
-
"@cocreate/docs": "^1.5.
|
68
|
-
"@cocreate/hosting": "^1.7.
|
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.50",
|
64
|
+
"@cocreate/crdt": "^1.15.3",
|
65
|
+
"@cocreate/crud-client": "^1.17.12",
|
66
|
+
"@cocreate/cursors": "^1.13.13",
|
67
|
+
"@cocreate/docs": "^1.5.4",
|
68
|
+
"@cocreate/hosting": "^1.7.4",
|
69
|
+
"@cocreate/observer": "^1.5.54",
|
70
|
+
"@cocreate/selection": "^1.4.59",
|
71
|
+
"@cocreate/utils": "^1.17.16",
|
72
|
+
"@cocreate/uuid": "^1.2.53"
|
73
73
|
}
|
74
74
|
}
|