Skip to content

Commit 8255a7f

Browse files
chore(release): 1.28.4 [skip ci]
## [1.28.4](v1.28.3...v1.28.4) (2023-10-14) ### Bug Fixes * bump dependencies ([ac79266](ac79266)) * improved finding clones to update and delete ([9bafc8b](9bafc8b)) * use tbody as new element to prevent lost of tr and td elements ([88ca483](88ca483))
1 parent 9bafc8b commit 8255a7f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.28.4](https://github.com/CoCreate-app/CoCreate-render/compare/v1.28.3...v1.28.4) (2023-10-14)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([ac79266](https://github.com/CoCreate-app/CoCreate-render/commit/ac79266c1f0934c2e9321536626074e1d4090070))
7+
* improved finding clones to update and delete ([9bafc8b](https://github.com/CoCreate-app/CoCreate-render/commit/9bafc8b56fc20a03da8963a5888164ceb5fe28fc))
8+
* use tbody as new element to prevent lost of tr and td elements ([88ca483](https://github.com/CoCreate-app/CoCreate-render/commit/88ca483c30e5c66c54fc70a8064d90fa8bdadff9))
9+
110
## [1.28.3](https://github.com/CoCreate-app/CoCreate-render/compare/v1.28.2...v1.28.3) (2023-10-09)
211

312

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/render",
3-
"version": "1.28.3",
3+
"version": "1.28.4",
44
"description": "A simple render component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"render",
@@ -64,4 +64,4 @@
6464
"@cocreate/observer": "^1.11.5",
6565
"@cocreate/utils": "^1.25.3"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)