@cocreate/api 1.6.0 → 1.6.2

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.
@@ -18,9 +18,9 @@ jobs:
18
18
  runs-on: ubuntu-latest
19
19
  steps:
20
20
  - name: Checkout
21
- uses: actions/checkout@v2
21
+ uses: actions/checkout@v3
22
22
  - name: Semantic Release
23
- uses: cycjimmy/semantic-release-action@v2
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.6.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.6.1...v1.6.2) (2023-01-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies, worklow [@v3](https://github.com/v3) ([5b91e6a](https://github.com/CoCreate-app/CoCreate-api/commit/5b91e6ac367bcfaad9a500da952e99f9b4922760))
7
+ * edit in github btn styles ([aa82d15](https://github.com/CoCreate-app/CoCreate-api/commit/aa82d15d4d69e506305887e5beedcebf0825dd6b))
8
+
9
+ ## [1.6.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.6.0...v1.6.1) (2023-01-05)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump cdn to 1.39.4 ([aced5f4](https://github.com/CoCreate-app/CoCreate-api/commit/aced5f44c0caf975dbb0732f1abf2e4390f3308d))
15
+ * bump dependencies ([8b4c0ae](https://github.com/CoCreate-app/CoCreate-api/commit/8b4c0ae6590f4d547a410f8fd6220c13a03299d3))
16
+
1
17
  # [1.6.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.36...v1.6.0) (2023-01-02)
2
18
 
3
19
 
package/docs/form.html CHANGED
@@ -202,7 +202,7 @@
202
202
  </div>
203
203
  </div>
204
204
  </div>
205
- <button href="https://github.com/CoCreate-app/CoCreate-api/tree/master/docs/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%">
205
+ <button href="https://github.com/CoCreate-app/CoCreate-api/tree/master/docs/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)">
206
206
  <i class="fas fa-pencil-alt"></i>
207
207
  </button>
208
208
  </main>
package/docs/index.html CHANGED
@@ -229,7 +229,7 @@
229
229
  </div>
230
230
  </div>
231
231
 
232
- <button href="https://github.com/CoCreate-app/CoCreate-api/tree/master/docs/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%">
232
+ <button href="https://github.com/CoCreate-app/CoCreate-api/tree/master/docs/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)">
233
233
  <i class="fas fa-pencil-alt"></i>
234
234
  </button>
235
235
  </main>
package/docs/module.html CHANGED
@@ -192,7 +192,7 @@
192
192
  </div>
193
193
  </div>
194
194
  </div>
195
- <button href="https://github.com/CoCreate-app/CoCreate-api/tree/master/docs/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%">
195
+ <button href="https://github.com/CoCreate-app/CoCreate-api/tree/master/docs/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)">
196
196
  <i class="fas fa-pencil-alt"></i>
197
197
  </button>
198
198
  </main>
package/docs/server.html CHANGED
@@ -203,7 +203,7 @@
203
203
  </div>
204
204
  </div>
205
205
  </div>
206
- <button href="https://github.com/CoCreate-app/CoCreate-api/tree/master/docs/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%">
206
+ <button href="https://github.com/CoCreate-app/CoCreate-api/tree/master/docs/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)">
207
207
  <i class="fas fa-pencil-alt"></i>
208
208
  </button>
209
209
  </main>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/api",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. ",
5
5
  "keywords": [
6
6
  "thirdparty-api-intergration",
@@ -61,12 +61,12 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/actions": "^1.5.48",
65
- "@cocreate/crud-client": "^1.17.9",
66
- "@cocreate/docs": "^1.5.2",
67
- "@cocreate/element-prototype": "^1.2.21",
68
- "@cocreate/hosting": "^1.7.2",
69
- "@cocreate/render": "^1.18.0",
70
- "@cocreate/socket-client": "^1.13.32"
64
+ "@cocreate/actions": "^1.5.50",
65
+ "@cocreate/crud-client": "^1.17.12",
66
+ "@cocreate/docs": "^1.5.4",
67
+ "@cocreate/element-prototype": "^1.2.25",
68
+ "@cocreate/hosting": "^1.7.4",
69
+ "@cocreate/render": "^1.19.1",
70
+ "@cocreate/socket-client": "^1.13.35"
71
71
  }
72
72
  }