Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Mar 26, 2024
1 parent 329892c commit f06907f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.0.0](https://github.com/gravity-ui/app-layout/compare/v1.8.0...v2.0.0) (2024-03-20)


### ⚠ BREAKING CHANGES

* add uikit plugin instead of theme render param ([#43](https://github.com/gravity-ui/app-layout/issues/43))
* add htmlAttributes and bodyContent.attributes render params ([#41](https://github.com/gravity-ui/app-layout/issues/41))

### Features

* add htmlAttributes and bodyContent.attributes render params ([#41](https://github.com/gravity-ui/app-layout/issues/41)) ([f99b4ff](https://github.com/gravity-ui/app-layout/commit/f99b4ff4492a7bb85f94bbf39fa92b691d18fdc7))
* add uikit plugin instead of theme render param ([#43](https://github.com/gravity-ui/app-layout/issues/43)) ([329892c](https://github.com/gravity-ui/app-layout/commit/329892cd5fa004afdfc0745e17cdc1f91a343fe5))
* **LayoutPlugin:** allow to pass manifest content to plugin, read manifest file on initialization ([#40](https://github.com/gravity-ui/app-layout/issues/40)) ([d2465b0](https://github.com/gravity-ui/app-layout/commit/d2465b0e3d4a9fabe8fdb4eaa0f0f4ab090c5982))

## [1.8.0](https://github.com/gravity-ui/app-layout/compare/v1.7.1...v1.8.0) (2024-03-19)


Expand Down
4 changes: 2 additions & 2 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": "@gravity-ui/app-layout",
"version": "1.8.0",
"version": "2.0.0",
"description": "",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit f06907f

Please sign in to comment.