Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 14, 2024
2 parents ecb5859 + 776cfde commit 468a021
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.37.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.37.0...v1.37.1) (2024-12-14)


### Bug Fixes

* $delete, $unset, $slice use splice to modify array ([674d17c](https://github.com/CoCreate-app/CoCreate-utils/commit/674d17cc9c54c72293b919ec349f0c5131891c73))

# [1.37.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.36.0...v1.37.0) (2024-12-09)


### Features

* if queriedElement has a contentDocument the next query will be on the contentDocument ([190bd70](https://github.com/CoCreate-app/CoCreate-utils/commit/190bd7076c172ee7477e509845f79a04b2d50f12))
* queriedElements support frameDocument query ([768cbce](https://github.com/CoCreate-app/CoCreate-utils/commit/768cbce0cc2ef5e759521396aa76bb603046dd1f))

# [1.36.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.35.0...v1.36.0) (2024-11-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/utils",
"version": "1.36.0",
"version": "1.37.1",
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"utils",
Expand Down

0 comments on commit 468a021

Please sign in to comment.