Skip to content

Commit 1f0618d

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.29...v1.8.0) (2023-08-16) ### Bug Fixes * crud attributes renamed ([d453c5c](d453c5c)) * removed @cocreate/crud-client and import @cocreate/utils getAttributeNames function ([c8a213c](c8a213c)) * replace -target -selector ([f0421c4](f0421c4)) * webpack.config and package.json make use of mode=production instead of process.env ([2f4d515](2f4d515)) ### Features * name attribute and variable renamed to key ([8644d7a](8644d7a))
1 parent 2f4d515 commit 1f0618d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.8.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.7.29...v1.8.0) (2023-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* crud attributes renamed ([d453c5c](https://github.com/CoCreate-app/CoCreate-calculations/commit/d453c5cb43af67728340b6e84396213572e884a4))
7+
* removed @cocreate/crud-client and import @cocreate/utils getAttributeNames function ([c8a213c](https://github.com/CoCreate-app/CoCreate-calculations/commit/c8a213c766ae9b0011ec72aaeaae2edeb202eb85))
8+
* replace -target -selector ([f0421c4](https://github.com/CoCreate-app/CoCreate-calculations/commit/f0421c41466cfc1985a6923bb3f2d117d4932b61))
9+
* webpack.config and package.json make use of mode=production instead of process.env ([2f4d515](https://github.com/CoCreate-app/CoCreate-calculations/commit/2f4d515be21a16b2b8bbd12ef93b5b05f42f6db4))
10+
11+
12+
### Features
13+
14+
* name attribute and variable renamed to key ([8644d7a](https://github.com/CoCreate-app/CoCreate-calculations/commit/8644d7adbc83de768683c52935ba12c12b07c62e))
15+
116
## [1.7.29](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.7.28...v1.7.29) (2023-06-14)
217

318

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.29",
3+
"version": "1.8.0",
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",
@@ -63,4 +63,4 @@
6363
"@cocreate/observer": "^1.8.19",
6464
"@cocreate/utils": "^1.21.16"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)