@cocreate/text 1.20.14 → 1.20.15

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.
@@ -90,6 +90,10 @@ jobs:
90
90
  uses: actions/setup-node@v3
91
91
  with:
92
92
  node-version: 16
93
-
94
93
  - name: update documentation
95
94
  uses: CoCreate-app/CoCreate-docs@master
95
+ env:
96
+ organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }}
97
+ key: ${{ secrets.COCREATE_KEY }}
98
+ host: ${{ secrets.COCREATE_HOST }}
99
+
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.20.15](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.14...v1.20.15) (2023-06-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Refactor CoCreate.config.js to remove hard-coded credentials ([c775a5f](https://github.com/CoCreate-app/CoCreate-text/commit/c775a5f1650e1508e26c385aa43e2739b8bff603))
7
+
1
8
  ## [1.20.14](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.13...v1.20.14) (2023-06-04)
2
9
 
3
10
 
@@ -1,8 +1,8 @@
1
1
  module.exports = {
2
2
  "config": {
3
- "organization_id": "5ff747727005da1c272740ab",
4
- "key": "2061acef-0451-4545-f754-60cf8160",
5
- "host": "general.cocreate.app"
3
+ "organization_id": "",
4
+ "key": "",
5
+ "host": ""
6
6
  },
7
7
  "sources": [
8
8
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.20.14",
3
+ "version": "1.20.15",
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",