Skip to content

Commit 783be2e

Browse files
semantic-release-botFrank Pagan
authored andcommitted
feat: replaced get-value and set-value with a super charged version of CoCreate-events
1 parent ead3ba4 commit 783be2e

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.14](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.5.13...v1.5.14) (2023-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([ead3ba4](https://github.com/CoCreate-app/CoCreate-docs/commit/ead3ba40b14198d685420dd09209d77b5705cb0c))
7+
18
## [1.5.13](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.5.12...v1.5.13) (2023-01-31)
29

310

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h2 class="padding:5px_0px">Demo</h2>
104104
</div>
105105

106106
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
107-
<div get-value="#demo" class="padding:20px"></div>
107+
<div class="demopreview" class="padding:20px"></div>
108108
</div>
109109

110110
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "@cocreate/docs",
3-
"version": "1.5.13",
3+
"version": "1.5.14",
44
"description": "Documentation generator ",
5-
"keywords": ["cocreate", "lowcode", "doc-generator"],
5+
"keywords": [
6+
"cocreate",
7+
"lowcode",
8+
"doc-generator"
9+
],
610
"main": "app.js",
711
"scripts": {
812
"test": "echo \"Error: no test specified\" && exit 1",
@@ -17,7 +21,9 @@
1721
},
1822
"author": "CoCreate LLC",
1923
"license": "MIT",
20-
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-docs/issues" },
24+
"bugs": {
25+
"url": "https://github.com/CoCreate-app/CoCreate-docs/issues"
26+
},
2127
"homepage": "https://github.com/CoCreate-app/CoCreate-docs#readme",
2228
"dependencies": {
2329
"@cocreate/crud-client": "^1.18.8",

0 commit comments

Comments
 (0)