Skip to content

Commit

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

### Bug Fixes

* **core:** isolated content rendering fixes ([0468bfe](0468bfe))
* **core:** rework refresh animation and behaviour (embedded async flow) + remove redundant normalization for HTML ([f673588](f673588))

### Features

* add readonly mode for js editor ([161190d](161190d))
* changed snippet js declaration; added snippet not declaration ([65985df](65985df))
  • Loading branch information
semantic-release-bot committed Apr 4, 2024
1 parent d0ae137 commit 961fa1e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.1.0-beta.2](https://github.com/exadel-inc/ui-playground/compare/v2.1.0-beta.1...v2.1.0-beta.2) (2024-04-04)


### Bug Fixes

* **core:** isolated content rendering fixes ([0468bfe](https://github.com/exadel-inc/ui-playground/commit/0468bfe6cfb45e7edaf9b052c5a787628a92032c))
* **core:** rework refresh animation and behaviour (embedded async flow) + remove redundant normalization for HTML ([f673588](https://github.com/exadel-inc/ui-playground/commit/f6735886e709d482ef996aaada9aaad377e2d7e5))


### Features

* add readonly mode for js editor ([161190d](https://github.com/exadel-inc/ui-playground/commit/161190d234ce5f75e72d8c7b79418e0719b73185))
* changed snippet js declaration; added snippet not declaration ([65985df](https://github.com/exadel-inc/ui-playground/commit/65985df4e8680bb1175a86367338fc0a4af7941d))

# [2.1.0-beta.1](https://github.com/exadel-inc/ui-playground/compare/v2.0.1-beta.1...v2.1.0-beta.1) (2024-03-18)


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.1",
"version": "2.1.0-beta.2",
"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.1",
"version": "2.1.0-beta.2",
"private": true,
"description": "Site of UI Playground project",
"license": "MIT",
Expand Down

0 comments on commit 961fa1e

Please sign in to comment.