Skip to content

Commit

Permalink
chore(release): 1.28.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.28.0](v1.27.1...v1.28.0) (2023-11-25)

### Bug Fixes

* conditions to update elements from broadcasted incoming data ([756b798](756b798))
* pass attributes renamed to state ([83c741e](83c741e))
* update nav, edit button and css path ([ac50546](ac50546))

### Features

* upgrade dependencies for latest features and fixes ([baebd69](baebd69))
  • Loading branch information
semantic-release-bot committed Nov 25, 2023
1 parent baebd69 commit c2dc081
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.28.0](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.27.1...v1.28.0) (2023-11-25)


### Bug Fixes

* conditions to update elements from broadcasted incoming data ([756b798](https://github.com/CoCreate-app/CoCreate-elements/commit/756b7984b6e46a6d03214a88fca130e4df02aaef))
* pass attributes renamed to state ([83c741e](https://github.com/CoCreate-app/CoCreate-elements/commit/83c741e6cdd88635957ff3d16193a4e95f8999d5))
* update nav, edit button and css path ([ac50546](https://github.com/CoCreate-app/CoCreate-elements/commit/ac50546b7deccd3adbb2a6b224b02a3b35cec671))


### Features

* upgrade dependencies for latest features and fixes ([baebd69](https://github.com/CoCreate-app/CoCreate-elements/commit/baebd69e9db0831a1060d8e03d96bb3f123d8c3e))

## [1.27.1](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.27.0...v1.27.1) (2023-11-22)


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.27.1",
"version": "1.28.0",
"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.34.0",
"@cocreate/utils": "^1.28.0"
}
}
}

0 comments on commit c2dc081

Please sign in to comment.