@cocreate/unique 1.7.1 → 1.7.3
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.
- package/.github/workflows/automated.yml +2 -2
- package/CHANGELOG.md +15 -0
- package/docs/index.html +1 -1
- package/package.json +4 -4
|
@@ -18,9 +18,9 @@ jobs:
|
|
|
18
18
|
runs-on: ubuntu-latest
|
|
19
19
|
steps:
|
|
20
20
|
- name: Checkout
|
|
21
|
-
uses: actions/checkout@
|
|
21
|
+
uses: actions/checkout@v3
|
|
22
22
|
- name: Semantic Release
|
|
23
|
-
uses: cycjimmy/semantic-release-action@
|
|
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,18 @@
|
|
|
1
|
+
## [1.7.3](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.7.2...v1.7.3) (2023-01-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump dependnecies ([850aca1](https://github.com/CoCreate-app/CoCreate-unique/commit/850aca1283ceebfdb34c25ddcf87d5554e4e41da))
|
|
7
|
+
|
|
8
|
+
## [1.7.2](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.7.1...v1.7.2) (2023-01-06)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* bump dependencies, worklow [@v3](https://github.com/v3) ([dcab91b](https://github.com/CoCreate-app/CoCreate-unique/commit/dcab91b46ca2dff10f1afaa2cdad4c7482932081))
|
|
14
|
+
* edit in github btn styles ([e8411fb](https://github.com/CoCreate-app/CoCreate-unique/commit/e8411fbc0c5d8403ec7c8e00d41010b0c61dfdb5))
|
|
15
|
+
|
|
1
16
|
## [1.7.1](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.7.0...v1.7.1) (2023-01-05)
|
|
2
17
|
|
|
3
18
|
|
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.
|
|
3
|
+
"version": "1.7.3",
|
|
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.
|
|
64
|
-
"@cocreate/docs": "^1.5.
|
|
65
|
-
"@cocreate/uuid": "^1.2.
|
|
63
|
+
"@cocreate/crud-client": "^1.17.14",
|
|
64
|
+
"@cocreate/docs": "^1.5.5",
|
|
65
|
+
"@cocreate/uuid": "^1.2.54"
|
|
66
66
|
}
|
|
67
67
|
}
|