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

Commit eaadf44

Browse files
chore(release): 2.0.0-beta.6 [skip ci]
# [2.0.0-beta.6](v2.0.0-beta.5...v2.0.0-beta.6) (2023-12-28) ### Bug Fixes * main module peer dependency esl restrictions actualized ([e77c6df](e77c6df)) * restructuring to separate site module; style fixes ([62bebc2](62bebc2)) * uip-root default height ([8c0e691](8c0e691))
1 parent 99a6397 commit eaadf44

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.0.0-beta.6](https://github.com/exadel-inc/ui-playground/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2023-12-28)
2+
3+
4+
### Bug Fixes
5+
6+
* main module peer dependency esl restrictions actualized ([e77c6df](https://github.com/exadel-inc/ui-playground/commit/e77c6df9aeeeb9f8f7b918611ed4c8a8fef61f6d))
7+
* restructuring to separate site module; style fixes ([62bebc2](https://github.com/exadel-inc/ui-playground/commit/62bebc2825989c35fd204bb9a77ccea3bb0b7b10))
8+
* uip-root default height ([8c0e691](https://github.com/exadel-inc/ui-playground/commit/8c0e691e3aece4c4e48090e7e9c2f5f8d87ccad9))
9+
110
# [2.0.0-beta.5](https://github.com/exadel-inc/ui-playground/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2023-12-28)
211

312

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.5",
3+
"version": "2.0.0-beta.6",
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",
3+
"version": "2.0.0-beta.6",
44
"private": true,
55
"description": "Site of UI Playground project",
66
"main": ".eleventy.js",

0 commit comments

Comments
 (0)