Skip to content

Commit

Permalink
chore(release): 1.28.4 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Oct 14, 2023
1 parent 9bafc8b commit 8255a7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.28.4](https://github.com/CoCreate-app/CoCreate-render/compare/v1.28.3...v1.28.4) (2023-10-14)


### Bug Fixes

* bump dependencies ([ac79266](https://github.com/CoCreate-app/CoCreate-render/commit/ac79266c1f0934c2e9321536626074e1d4090070))
* improved finding clones to update and delete ([9bafc8b](https://github.com/CoCreate-app/CoCreate-render/commit/9bafc8b56fc20a03da8963a5888164ceb5fe28fc))
* use tbody as new element to prevent lost of tr and td elements ([88ca483](https://github.com/CoCreate-app/CoCreate-render/commit/88ca483c30e5c66c54fc70a8064d90fa8bdadff9))

## [1.28.3](https://github.com/CoCreate-app/CoCreate-render/compare/v1.28.2...v1.28.3) (2023-10-09)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/render",
"version": "1.28.3",
"version": "1.28.4",
"description": "A simple render component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"render",
Expand Down Expand Up @@ -64,4 +64,4 @@
"@cocreate/observer": "^1.11.5",
"@cocreate/utils": "^1.25.3"
}
}
}

0 comments on commit 8255a7f

Please sign in to comment.