Skip to content

Commit e0b5c50

Browse files
chore(release): 1.35.0 [skip ci]
# [1.35.0](v1.34.0...v1.35.0) (2023-11-25) ### Bug Fixes * pass attributes renamed to state ([c3c96d7](c3c96d7)) * update nav, edit button and css path ([5b6cad4](5b6cad4)) ### Features * upgrade dependencies for latest features and fixes ([18468c3](18468c3))
1 parent 18468c3 commit e0b5c50

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.35.0](https://github.com/CoCreate-app/CoCreate-render/compare/v1.34.0...v1.35.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* pass attributes renamed to state ([c3c96d7](https://github.com/CoCreate-app/CoCreate-render/commit/c3c96d795b405054a8669b4d05cd69b89d103cc6))
7+
* update nav, edit button and css path ([5b6cad4](https://github.com/CoCreate-app/CoCreate-render/commit/5b6cad4d112d736b1fec04a7bc897f22b961e086))
8+
9+
10+
### Features
11+
12+
* upgrade dependencies for latest features and fixes ([18468c3](https://github.com/CoCreate-app/CoCreate-render/commit/18468c3992d47414e1ffa9ae27a60abed0cf9a8e))
13+
114
# [1.34.0](https://github.com/CoCreate-app/CoCreate-render/compare/v1.33.0...v1.34.0) (2023-11-22)
215

316

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/render",
3-
"version": "1.34.0",
3+
"version": "1.35.0",
44
"description": "A simple render component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"render",
@@ -64,4 +64,4 @@
6464
"@cocreate/observer": "^1.13.0",
6565
"@cocreate/utils": "^1.28.0"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)