Skip to content

Commit

Permalink
chore(release): 1.23.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.23.5](v1.23.4...v1.23.5) (2023-10-14)

### Bug Fixes

* added other crud types to attribute queries ([513472c](513472c))
* attribute mutation not firing when selector applied. temporarily removed selector ([3b5551f](3b5551f))
* bump dependencies ([1aa9443](1aa9443))
* data.filter updated to data$filter ([5a64fbf](5a64fbf))
* getData ([e74675e](e74675e))
* improved setting method conditions ([013753a](013753a))
* replaced action with data.method ([bfe513c](bfe513c))
* save and delete action ([f32e9b6](f32e9b6))
  • Loading branch information
semantic-release-bot committed Oct 14, 2023
1 parent bfe513c commit cc366b8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.23.5](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.23.4...v1.23.5) (2023-10-14)


### Bug Fixes

* added other crud types to attribute queries ([513472c](https://github.com/CoCreate-app/CoCreate-elements/commit/513472c768412e8b7ed5b205a48d16a49349cfaa))
* attribute mutation not firing when selector applied. temporarily removed selector ([3b5551f](https://github.com/CoCreate-app/CoCreate-elements/commit/3b5551ff0e7c3838b7079e6d14574831ad6a7ba5))
* bump dependencies ([1aa9443](https://github.com/CoCreate-app/CoCreate-elements/commit/1aa944336afdcd38b4f0915c6146d89d0ea56b1c))
* data.filter updated to data$filter ([5a64fbf](https://github.com/CoCreate-app/CoCreate-elements/commit/5a64fbfe0d5e580633aa0deed131619c070e0fac))
* getData ([e74675e](https://github.com/CoCreate-app/CoCreate-elements/commit/e74675ea5ed0f9b800fb18874864c93e8a8a5353))
* improved setting method conditions ([013753a](https://github.com/CoCreate-app/CoCreate-elements/commit/013753a541eca3f88b4d5350763f52f38bef2932))
* replaced action with data.method ([bfe513c](https://github.com/CoCreate-app/CoCreate-elements/commit/bfe513c5c498c84d2f11ce7d07ce71095dd232bf))
* save and delete action ([f32e9b6](https://github.com/CoCreate-app/CoCreate-elements/commit/f32e9b6e661211b8fb0548aaa03ffd28b4bd1edd))

## [1.23.4](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.23.3...v1.23.4) (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/elements",
"version": "1.23.4",
"version": "1.23.5",
"description": "Fetch content into any html element by using html5 attributes to query data stored in CoCreate headless CMS. If data is changed it will instantly reflect in html tags as changes are broadcasted in realtime",
"keywords": [
"elements",
Expand Down Expand Up @@ -66,4 +66,4 @@
"@cocreate/render": "^1.28.3",
"@cocreate/utils": "^1.25.3"
}
}
}

0 comments on commit cc366b8

Please sign in to comment.