From f06907f011044331fb14926bbbaf7f885feccb8c Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:24:32 +0300 Subject: [PATCH] chore(main): release 2.0.0 (#42) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4490c6..46e3b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 7e288aa..1f4cfdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/app-layout", - "version": "1.8.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/app-layout", - "version": "1.8.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "htmlescape": "^1.1.1" diff --git a/package.json b/package.json index 678ef5d..ee71135 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/app-layout", - "version": "1.8.0", + "version": "2.0.0", "description": "", "license": "MIT", "type": "module",