@cocreate/text 1.23.1 → 1.23.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,30 +41,4 @@ jobs:
41
41
  outputs:
42
42
  new_release_published: "${{ steps.semantic.outputs.new_release_published }}"
43
43
  new_release_version: "${{ steps.semantic.outputs.new_release_version }}"
44
- upload:
45
- runs-on: ubuntu-latest
46
- needs: release
47
- if: needs.release.outputs.new_release_published == 'true'
48
- env:
49
- VERSION: "${{ needs.release.outputs.new_release_version }}"
50
- steps:
51
- - name: Checkout
52
- uses: actions/checkout@v3
53
- - name: Setup Node.js
54
- uses: actions/setup-node@v3
55
- with:
56
- node-version: 16
57
- - name: Set npm registry auth
58
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
59
- - name: Install dependencies
60
- run: yarn install
61
- - name: Build
62
- run: yarn build
63
- - name: Set Environment Variables
64
- run: |
65
- echo "organization_id=${{ secrets.COCREATE_ORGANIZATION_ID }}" >> $GITHUB_ENV
66
- echo "key=${{ secrets.COCREATE_KEY }}" >> $GITHUB_ENV
67
- echo "host=${{ secrets.COCREATE_HOST }}" >> $GITHUB_ENV
68
- - name: CoCreate Upload
69
- run: coc upload
70
44
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## [1.23.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.2...v1.23.3) (2023-10-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump cocreate dependency versions ([e2469c8](https://github.com/CoCreate-app/CoCreate-text/commit/e2469c8044f7c233ee3c92b6032c662abb81fc81))
7
+ * bump dependencies ([f0c98eb](https://github.com/CoCreate-app/CoCreate-text/commit/f0c98eb738b55f8af170f432127cf3d309b3f16a))
8
+ * bump dependencies ([86b927d](https://github.com/CoCreate-app/CoCreate-text/commit/86b927d2cd56d662e314ed0734e6e4ce4fdc353e))
9
+
10
+ ## [1.23.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.1...v1.23.2) (2023-09-18)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Add path and pathname ([9382464](https://github.com/CoCreate-app/CoCreate-text/commit/9382464aa2d708024cdea9ca6f616b8ed7c331df))
16
+ * Update CoCreate depndencies to latest versions ([a064f44](https://github.com/CoCreate-app/CoCreate-text/commit/a064f447c87ca93ce21c75eedb648f0dc7e662ea))
17
+
1
18
  ## [1.23.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.0...v1.23.1) (2023-08-21)
2
19
 
3
20
 
@@ -1,25 +1,24 @@
1
- module.exports = {
2
- "organization_id": "",
3
- "key": "",
4
- "host": "",
5
- "sources": [
6
- {
7
- "array": "files",
8
- "object": {
9
- "_id": "60209cdc3c260207bf49cacc",
10
- "name": "index.html",
11
- "path": "/docs/text/index.html",
12
- "src": "{{./docs/index.html}}",
13
- "host": [
14
- "*",
15
- "general.cocreate.app"
16
- ],
17
- "directory": "/docs/text",
18
- "parentDirectory": "{{parentDirectory}}",
19
- "content-type": "{{content-type}}",
20
- "public": "true",
21
- "website_id": "644d4bff8036fb9d1d1fd69c"
22
- }
23
- }
24
- ]
25
- }
1
+ module.exports = {
2
+ "organization_id": "",
3
+ "key": "",
4
+ "host": "",
5
+ "sources": [
6
+ {
7
+ "array": "files",
8
+ "object": {
9
+ "_id": "60209cdc3c260207bf49cacc",
10
+ "name": "index.html",
11
+ "path": "/docs/text",
12
+ "pathname": "/docs/text/index.html",
13
+ "src": "{{./docs/index.html}}",
14
+ "host": [
15
+ "*",
16
+ "general.cocreate.app"
17
+ ],
18
+ "directory": "text",
19
+ "content-type": "{{content-type}}",
20
+ "public": "true"
21
+ }
22
+ }
23
+ ]
24
+ };
package/docs/index.html CHANGED
@@ -270,7 +270,6 @@
270
270
  </div>
271
271
  </main>
272
272
 
273
- <script src="/apikey.js"></script>
274
273
  <script src="https://CoCreate.app/dist/CoCreate.js"></script>
275
274
  </body>
276
275
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.23.1",
3
+ "version": "1.23.3",
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,12 +58,12 @@
58
58
  "webpack-log": "^3.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@cocreate/actions": "^1.11.0",
62
- "@cocreate/crdt": "^1.21.0",
63
- "@cocreate/cursors": "^1.19.0",
64
- "@cocreate/observer": "^1.11.0",
65
- "@cocreate/selection": "^1.9.0",
66
- "@cocreate/utils": "^1.24.0",
67
- "@cocreate/uuid": "^1.7.0"
61
+ "@cocreate/actions": "^1.11.4",
62
+ "@cocreate/crdt": "^1.22.2",
63
+ "@cocreate/cursors": "^1.20.2",
64
+ "@cocreate/observer": "^1.11.3",
65
+ "@cocreate/selection": "^1.9.2",
66
+ "@cocreate/utils": "^1.25.1",
67
+ "@cocreate/uuid": "^1.7.2"
68
68
  }
69
69
  }