Skip to content

Commit a8d21b2

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 5723346 commit a8d21b2

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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.46](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.5.45...v1.5.46) (2023-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([5723346](https://github.com/CoCreate-app/CoCreate-calculations/commit/5723346e7b320a2f4cb2c476f751fad5cd956757))
7+
18
## [1.5.45](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.5.44...v1.5.45) (2023-01-31)
29

310

docs/index.html

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

115115
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
116-
<div get-value="#demo" class="padding:20px"></div>
116+
<div class="demopreview" class="padding:20px"></div>
117117
</div>
118118

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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/calculation",
3-
"version": "1.5.45",
3+
"version": "1.5.46",
44
"description": "A handy vanilla JavaScript calculator, concatenate multiple elements containing integers & execute calculations. Can be used for creating invoices,making payments & any kind of complex calculation. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"calculation",
@@ -21,7 +21,9 @@
2121
"html5-framework",
2222
"javascript-framework"
2323
],
24-
"publishConfig": { "access": "public" },
24+
"publishConfig": {
25+
"access": "public"
26+
},
2527
"scripts": {
2628
"start": "npx webpack --config webpack.config.js",
2729
"build": "NODE_ENV=production npx webpack --config webpack.config.js",

0 commit comments

Comments
 (0)