Skip to content

Commit

Permalink
chore(release): 2.1.0-beta.8 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0-beta.8](v2.1.0-beta.7...v2.1.0-beta.8) (2025-01-31)

### Bug Fixes

* style tag omitted on the root level of html snippet ([34f317e](34f317e))

### Features

* **uip-editor:** store editor state ([7c8dc7e](7c8dc7e))
* **uip-snippets:** align titles ([948a9b1](948a9b1))
  • Loading branch information
semantic-release-bot committed Jan 31, 2025
1 parent 22f1050 commit d8deb24
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.1.0-beta.8](https://github.com/exadel-inc/ui-playground/compare/v2.1.0-beta.7...v2.1.0-beta.8) (2025-01-31)


### Bug Fixes

* style tag omitted on the root level of html snippet ([34f317e](https://github.com/exadel-inc/ui-playground/commit/34f317e299d1bc73aac57c08dfdba710ec23fe04))


### Features

* **uip-editor:** store editor state ([7c8dc7e](https://github.com/exadel-inc/ui-playground/commit/7c8dc7e3756c6e4b371f74cf996d82acd603ebb3))
* **uip-snippets:** align titles ([948a9b1](https://github.com/exadel-inc/ui-playground/commit/948a9b1e9e0e7633fafbcdbdd0825bd5bb132c44))

# [2.1.0-beta.7](https://github.com/exadel-inc/ui-playground/compare/v2.1.0-beta.6...v2.1.0-beta.7) (2024-06-17)


Expand Down
7 changes: 3 additions & 4 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.7",
"version": "2.1.0-beta.8",
"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.7",
"version": "2.1.0-beta.8",
"private": true,
"description": "Site of UI Playground project",
"license": "MIT",
Expand Down

0 comments on commit d8deb24

Please sign in to comment.