Skip to content

Commit eeddd08

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.27...v1.4.0) (2023-08-16) ### Bug Fixes * crud attributes renamed ([a11a04e](a11a04e)) * replace -target -selector ([1acf44e](1acf44e)) * webpack.config and package.json make use of mode=production instead of process.env ([be7d63f](be7d63f)) ### Features * name attribute and variable renamed to key ([1e9bbb5](1e9bbb5))
1 parent be7d63f commit eeddd08

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.4.0](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.3.27...v1.4.0) (2023-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* crud attributes renamed ([a11a04e](https://github.com/CoCreate-app/CoCreate-dashboard/commit/a11a04e4172b8d6a3c98029ecf2ab556a1e205f3))
7+
* replace -target -selector ([1acf44e](https://github.com/CoCreate-app/CoCreate-dashboard/commit/1acf44e860113cf3ed48d4cfca4542f038d2ea09))
8+
* webpack.config and package.json make use of mode=production instead of process.env ([be7d63f](https://github.com/CoCreate-app/CoCreate-dashboard/commit/be7d63fd620057d58a325a3c3cd5e406eccb1913))
9+
10+
11+
### Features
12+
13+
* name attribute and variable renamed to key ([1e9bbb5](https://github.com/CoCreate-app/CoCreate-dashboard/commit/1e9bbb5ba7a70e20471d3abd82949cdb90e58893))
14+
115
## [1.3.27](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.3.26...v1.3.27) (2023-06-14)
216

317

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/dashboard",
3-
"version": "1.3.27",
3+
"version": "1.4.0",
44
"description": "A simple dashboard component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"dashboard",
@@ -56,4 +56,4 @@
5656
"webpack-cli": "^4.5.0",
5757
"webpack-log": "^3.0.1"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)