@cocreate/selection 1.6.13 → 1.6.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.6.14](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.13...v1.6.14) (2023-06-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Refactor CoCreate.config.js to remove hard-coded credentials ([b9b7e1d](https://github.com/CoCreate-app/CoCreate-selection/commit/b9b7e1dd069b6fefbc65f5144d58a8a584c9ddb1))
7
+
1
8
  ## [1.6.13](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.12...v1.6.13) (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/selection",
3
- "version": "1.6.13",
3
+ "version": "1.6.14",
4
4
  "description": "A simple selection component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "selection",