Skip to content

Commit

Permalink
chore(release): 37.28.0 [skip ci]
Browse files Browse the repository at this point in the history
## [37.28.0](v37.27.0...v37.28.0) (2024-05-02)

### Features

* **text-editor:** add contentType prop ([8b81027](8b81027))
* **text-editor:** pass and emit value as markdown ([b780391](b780391))

### Bug Fixes

* **text-editor:** don't do updates to innerHTML ([e91bee7](e91bee7))
  • Loading branch information
semantic-release-bot committed May 2, 2024
1 parent c75aeea commit e49f28d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [37.28.0](https://github.com/Lundalogik/lime-elements/compare/v37.27.0...v37.28.0) (2024-05-02)


### Features


* **text-editor:** add contentType prop ([8b81027](https://github.com/Lundalogik/lime-elements/commit/8b8102727f7177d330bbab82c3e9152fc56cb7a4))
* **text-editor:** pass and emit value as markdown ([b780391](https://github.com/Lundalogik/lime-elements/commit/b780391dc0b7656f3e2649e24aa6c0d281a9c37d))

### Bug Fixes


* **text-editor:** don't do updates to innerHTML ([e91bee7](https://github.com/Lundalogik/lime-elements/commit/e91bee7fc6b257322dafb46f8f7a486998f55b95))

## [37.27.0](https://github.com/Lundalogik/lime-elements/compare/v37.26.5...v37.27.0) (2024-05-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@limetech/lime-elements",
"version": "37.27.0",
"version": "37.28.0",
"description": "Lime Elements",
"author": "Lime Technologies",
"license": "Apache-2.0",
Expand Down

0 comments on commit e49f28d

Please sign in to comment.