Skip to content

Commit 2517837

Browse files
chore(release): 1.7.5 [skip ci]
## [1.7.5](v1.7.4...v1.7.5) (2023-04-30) ### Bug Fixes * fullscreen target updated to fullscreen fullscreen-target ([5b70a68](5b70a68)) * package-lock.json and pnpm-lock.yaml added to .gitignore ([1ab28f0](1ab28f0)) * removed toogle fullscreen icons. now using css content ([0a5bfa7](0a5bfa7))
1 parent 5b70a68 commit 2517837

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.7.5](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.7.4...v1.7.5) (2023-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* fullscreen target updated to fullscreen fullscreen-target ([5b70a68](https://github.com/CoCreate-app/CoCreate-calculations/commit/5b70a68ba0c85feba0aa6b495f27d430f3372714))
7+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([1ab28f0](https://github.com/CoCreate-app/CoCreate-calculations/commit/1ab28f0d55cd245ae884d2473370cda336d46fde))
8+
* removed toogle fullscreen icons. now using css content ([0a5bfa7](https://github.com/CoCreate-app/CoCreate-calculations/commit/0a5bfa76b00dbea3c3d620e5190b2c19b8fca72e))
9+
110
## [1.7.4](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.7.3...v1.7.4) (2023-04-24)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/calculation",
3-
"version": "1.7.4",
3+
"version": "1.7.5",
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",

0 commit comments

Comments
 (0)