@cocreate/unique 1.7.0 → 1.7.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.7.2](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.7.1...v1.7.2) (2023-01-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies, worklow [@v3](https://github.com/v3) ([dcab91b](https://github.com/CoCreate-app/CoCreate-unique/commit/dcab91b46ca2dff10f1afaa2cdad4c7482932081))
7
+ * edit in github btn styles ([e8411fb](https://github.com/CoCreate-app/CoCreate-unique/commit/e8411fbc0c5d8403ec7c8e00d41010b0c61dfdb5))
8
+
9
+ ## [1.7.1](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.7.0...v1.7.1) (2023-01-05)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump cdn to 1.39.4 ([f443e00](https://github.com/CoCreate-app/CoCreate-unique/commit/f443e003e2a75a35db653b0740a64d8e1d30cf7f))
15
+ * bump dependencies ([b35d686](https://github.com/CoCreate-app/CoCreate-unique/commit/b35d686d1c2a3429ba04107ad218162a7d66922e))
16
+
1
17
  # [1.7.0](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.6.35...v1.7.0) (2023-01-02)
2
18
 
3
19
 
package/docs/index.html CHANGED
@@ -121,7 +121,7 @@
121
121
  </div>
122
122
 
123
123
  </div>
124
- <button href="https://github.com/CoCreate-app/CoCreate-unique/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%">
124
+ <button href="https://github.com/CoCreate-app/CoCreate-unique/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)">
125
125
  <i class="fas fa-pencil-alt"></i>
126
126
  </button>
127
127
  </main>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/unique",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "description": "A simple unique component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "unique",
@@ -60,8 +60,8 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/crud-client": "^1.17.9",
64
- "@cocreate/docs": "^1.5.2",
65
- "@cocreate/uuid": "^1.2.51"
63
+ "@cocreate/crud-client": "^1.17.12",
64
+ "@cocreate/docs": "^1.5.4",
65
+ "@cocreate/uuid": "^1.2.53"
66
66
  }
67
67
  }