Skip to content

Commit 8894af1

Browse files
chore(release): 1.30.0 [skip ci]
# [1.30.0](v1.29.1...v1.30.0) (2023-12-18) ### Bug Fixes * spread render import ([19e7abd](19e7abd)) ### Features * handle resolved property and set index for create ([5e0d92d](5e0d92d))
1 parent 19e7abd commit 8894af1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.30.0](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.29.1...v1.30.0) (2023-12-18)
2+
3+
4+
### Bug Fixes
5+
6+
* spread render import ([19e7abd](https://github.com/CoCreate-app/CoCreate-elements/commit/19e7abdb4ebcccfd05a79d17ad4c8681546b4ce5))
7+
8+
9+
### Features
10+
11+
* handle resolved property and set index for create ([5e0d92d](https://github.com/CoCreate-app/CoCreate-elements/commit/5e0d92d37f26e2916f5c2b748d8c571f9814198a))
12+
113
## [1.29.1](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.29.0...v1.29.1) (2023-12-15)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/elements",
3-
"version": "1.29.1",
3+
"version": "1.30.0",
44
"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",
55
"keywords": [
66
"elements",

0 commit comments

Comments
 (0)