Skip to content

Commit 4ad2884

Browse files
chore(release): 1.7.9 [skip ci]
## [1.7.9](v1.7.8...v1.7.9) (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. ([6f4ca62](6f4ca62))
1 parent 6f4ca62 commit 4ad2884

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.9](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.7.8...v1.7.9) (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. ([6f4ca62](https://github.com/CoCreate-app/CoCreate-attributes/commit/6f4ca625e7cbc4d4fc7745d66c608fb114978ae3))
7+
18
## [1.7.8](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.7.7...v1.7.8) (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/attributes",
3-
"version": "1.7.8",
3+
"version": "1.7.9",
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",
@@ -64,4 +64,4 @@
6464
"@cocreate/observer": "^1.7.8",
6565
"@cocreate/utils": "^1.20.8"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)