Skip to content

Commit a30c8a1

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.27...v1.8.0) (2023-08-16) ### Bug Fixes * crud attributes renamed ([8ef1b3b](8ef1b3b)) * replace -target -selector ([f82fb07](f82fb07)) * updated actions callback data object ([6049e39](6049e39)) * webpack.config and package.json make use of mode=production instead of process.env ([6d153fe](6d153fe)) ### Features * name attribute and variable renamed to key ([abc6bf8](abc6bf8))
1 parent 6d153fe commit a30c8a1

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-attributes/compare/v1.7.27...v1.8.0) (2023-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* crud attributes renamed ([8ef1b3b](https://github.com/CoCreate-app/CoCreate-attributes/commit/8ef1b3bfee8fffc7ebe8a183bbf3b9df42bd76d7))
7+
* replace -target -selector ([f82fb07](https://github.com/CoCreate-app/CoCreate-attributes/commit/f82fb07c12c4c70d4519c9a661a0381f40c0159b))
8+
* updated actions callback data object ([6049e39](https://github.com/CoCreate-app/CoCreate-attributes/commit/6049e398d3b88818134199c0b8b780ce9b927c77))
9+
* webpack.config and package.json make use of mode=production instead of process.env ([6d153fe](https://github.com/CoCreate-app/CoCreate-attributes/commit/6d153fe3bdbf963eb675adbabd7f0eb166d033b3))
10+
11+
12+
### Features
13+
14+
* name attribute and variable renamed to key ([abc6bf8](https://github.com/CoCreate-app/CoCreate-attributes/commit/abc6bf864c99c1c49e45af17a0cfb3131435ba3d))
15+
116
## [1.7.27](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.7.26...v1.7.27) (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/attributes",
3-
"version": "1.7.27",
3+
"version": "1.8.0",
44
"description": "Simple HTML5 & JavaScript component add, update & remove values in element's attributes from input, select or js api. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"cocreate",
@@ -63,4 +63,4 @@
6363
"@cocreate/observer": "^1.8.19",
6464
"@cocreate/utils": "^1.21.16"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)