Skip to content

Commit 96ea5f7

Browse files
chore(release): 1.7.10 [skip ci]
## [1.7.10](v1.7.9...v1.7.10) (2023-05-19) ### Bug Fixes * update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([20dc4e1](20dc4e1))
1 parent 20dc4e1 commit 96ea5f7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.7.10](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.7.9...v1.7.10) (2023-05-19)
2+
3+
4+
### Bug Fixes
5+
6+
* update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([20dc4e1](https://github.com/CoCreate-app/CoCreate-calculations/commit/20dc4e1a33ec7590ba09de91d5b2866cabd9ded6))
7+
18
## [1.7.9](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.7.8...v1.7.9) (2023-05-10)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/calculation",
3-
"version": "1.7.9",
3+
"version": "1.7.10",
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",
@@ -67,4 +67,4 @@
6767
"@cocreate/hosting": "^1.10.2",
6868
"@cocreate/observer": "^1.7.8"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)