@cocreate/organizations 1.9.5 → 1.10.0
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 +7 -0
- package/docs/index.html +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [1.10.0](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.9.5...v1.10.0) (2023-03-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* replaced get-value and set-value with a super charged version of CoCreate-events ([8ec7f50](https://github.com/CoCreate-app/CoCreate-organizations/commit/8ec7f504adf9ff2215a52c012d2d607179251250))
|
|
7
|
+
|
|
1
8
|
## [1.9.5](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.9.4...v1.9.5) (2023-02-01)
|
|
2
9
|
|
|
3
10
|
|
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
|
|
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