Skip to content

Commit

Permalink
chore(release): 2.1.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0-beta.4](v2.1.0-beta.3...v2.1.0-beta.4) (2024-04-15)

### Bug Fixes

* **uip-editor:** fix editor is not editable in FF due to `contentEditable` partial support ([e2858f7](e2858f7)), closes [#722](#722)
* update horizontal editor animation ([7f17967](7f17967))
  • Loading branch information
semantic-release-bot committed Apr 15, 2024
1 parent f347072 commit f6ebc77
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.1.0-beta.4](https://github.com/exadel-inc/ui-playground/compare/v2.1.0-beta.3...v2.1.0-beta.4) (2024-04-15)


### Bug Fixes

* **uip-editor:** fix editor is not editable in FF due to `contentEditable` partial support ([e2858f7](https://github.com/exadel-inc/ui-playground/commit/e2858f70695bb0b2c0d250e0ee1d2505a8cca795)), closes [#722](https://github.com/exadel-inc/ui-playground/issues/722)
* update horizontal editor animation ([7f17967](https://github.com/exadel-inc/ui-playground/commit/7f179676ef63d5e533f21184f321421aa048fb71))

# [2.1.0-beta.3](https://github.com/exadel-inc/ui-playground/compare/v2.1.0-beta.2...v2.1.0-beta.3) (2024-04-05)


Expand Down
6 changes: 3 additions & 3 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": "@exadel/ui-playground",
"version": "2.1.0-beta.3",
"version": "2.1.0-beta.4",
"description": "UIPlayground is a solution for presenting your custom components.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exadel/ui-playground-site",
"version": "2.1.0-beta.3",
"version": "2.1.0-beta.4",
"private": true,
"description": "Site of UI Playground project",
"license": "MIT",
Expand Down

0 comments on commit f6ebc77

Please sign in to comment.