@cocreate/organizations 1.9.5 → 1.10.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.10.1](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.10.0...v1.10.1) (2023-03-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies' ([5271ea0](https://github.com/CoCreate-app/CoCreate-organizations/commit/5271ea034699fe13ef6abe90049ffe674a9ce1b2))
7
+
8
+ # [1.10.0](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.9.5...v1.10.0) (2023-03-16)
9
+
10
+
11
+ ### Features
12
+
13
+ * replaced get-value and set-value with a super charged version of CoCreate-events ([8ec7f50](https://github.com/CoCreate-app/CoCreate-organizations/commit/8ec7f504adf9ff2215a52c012d2d607179251250))
14
+
1
15
  ## [1.9.5](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.9.4...v1.9.5) (2023-02-01)
2
16
 
3
17
 
package/docs/index.html CHANGED
@@ -108,7 +108,7 @@
108
108
  </div>
109
109
 
110
110
  <div id="demo-preview" class="position:relative overflow:auto background-color:white">
111
- <div get-value="#demo" class="padding:20px"></div>
111
+ <div class="demopreview" class="padding:20px"></div>
112
112
  </div>
113
113
 
114
114
  <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.9.5",
3
+ "version": "1.10.1",
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,10 +60,10 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/actions": "^1.5.58",
64
- "@cocreate/crud-client": "^1.18.8",
65
- "@cocreate/docs": "^1.5.13",
66
- "@cocreate/element-prototype": "^1.4.10",
67
- "@cocreate/local-storage": "^1.4.5"
63
+ "@cocreate/actions": "^1.6.0",
64
+ "@cocreate/crud-client": "^1.19.0",
65
+ "@cocreate/docs": "^1.6.0",
66
+ "@cocreate/element-prototype": "^1.6.0",
67
+ "@cocreate/local-storage": "^1.5.0"
68
68
  }
69
69
  }