@cocreate/organizations 1.8.1 → 1.8.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.
@@ -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,18 @@
1
+ ## [1.8.3](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.8.2...v1.8.3) (2023-01-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependnecies ([12e476d](https://github.com/CoCreate-app/CoCreate-organizations/commit/12e476de76f0b164c423da9de6214e4ad326e713))
7
+
8
+ ## [1.8.2](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.8.1...v1.8.2) (2023-01-06)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump dependencies, worklow [@v3](https://github.com/v3) ([ab687e1](https://github.com/CoCreate-app/CoCreate-organizations/commit/ab687e1b0a8ceec08127b2cf8a0ba3d13d1176d0))
14
+ * edit in github btn styles ([976b115](https://github.com/CoCreate-app/CoCreate-organizations/commit/976b11535557e3fc759a7fb9365cac3fdd6a526d))
15
+
1
16
  ## [1.8.1](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.8.0...v1.8.1) (2023-01-05)
2
17
 
3
18
 
@@ -104,7 +104,7 @@
104
104
  modal-width="320px"
105
105
  modal-height="100%"
106
106
  modal-color="#229954"
107
- class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50% z-index:8" pass_id="render">
107
+ 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) z-index:8" pass_id="render">
108
108
  <i class="fa fa-plus"></i>
109
109
  </button>
110
110
 
@@ -109,7 +109,7 @@
109
109
  modal-width="320px"
110
110
  modal-height="100%"
111
111
  modal-color="#229954"
112
- class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50% z-index:8" pass_id="render">
112
+ 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) z-index:8" pass_id="render">
113
113
  <i class="fa fa-plus"></i>
114
114
  </button>
115
115
 
package/docs/index.html CHANGED
@@ -125,7 +125,7 @@
125
125
  </div>
126
126
 
127
127
  </div>
128
- <button href="https://github.com/CoCreate-app/CoCreate-organizations/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%">
128
+ <button href="https://github.com/CoCreate-app/CoCreate-organizations/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)">
129
129
  <i class="fas fa-pencil-alt"></i>
130
130
  </button>
131
131
  </main>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
4
4
  "description": "A simple organizations component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "organizations",
@@ -60,9 +60,9 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/actions": "^1.5.49",
64
- "@cocreate/crud-client": "^1.17.11",
65
- "@cocreate/docs": "^1.5.3",
66
- "@cocreate/element-prototype": "^1.2.23"
63
+ "@cocreate/actions": "^1.5.51",
64
+ "@cocreate/crud-client": "^1.17.14",
65
+ "@cocreate/docs": "^1.5.5",
66
+ "@cocreate/element-prototype": "^1.2.27"
67
67
  }
68
68
  }