Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit e28fd08

Browse files
chore(release): 2.0.0-beta.10 [skip ci]
# [2.0.0-beta.10](v2.0.0-beta.9...v2.0.0-beta.10) (2024-01-16) ### Features * add settings state change handler and state marker ([bfca95c](bfca95c))
1 parent be49ae2 commit e28fd08

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.0.0-beta.10](https://github.com/exadel-inc/ui-playground/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2024-01-16)
2+
3+
4+
### Features
5+
6+
* add settings state change handler and state marker ([bfca95c](https://github.com/exadel-inc/ui-playground/commit/bfca95cce99e6f04bf9391709f2abd9e27250e7d))
7+
18
# [2.0.0-beta.9](https://github.com/exadel-inc/ui-playground/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2024-01-11)
29

310

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exadel/ui-playground",
3-
"version": "2.0.0-beta.9",
3+
"version": "2.0.0-beta.10",
44
"description": "UIPlayground is a solution for presenting your custom components.",
55
"license": "MIT",
66
"keywords": [

pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exadel/ui-playground-site",
3-
"version": "2.0.0-beta.9",
3+
"version": "2.0.0-beta.10",
44
"private": true,
55
"description": "Site of UI Playground project",
66
"scripts": {

0 commit comments

Comments
 (0)