From 1759e1306cbd5269e75ade1fb5780bd4bbc8fca1 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Wed, 6 Mar 2024 18:32:59 +0300 Subject: [PATCH 1/3] chore(main): release 6.0.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9388133..b087f88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/gravity-ui/blog-constructor/compare/v5.16.1...v6.0.0) (2024-03-06) + + +### ⚠ BREAKING CHANGES + +* next version ([#181](https://github.com/gravity-ui/blog-constructor/issues/181)) + +### Features + +* next version ([#181](https://github.com/gravity-ui/blog-constructor/issues/181)) ([2a1e33a](https://github.com/gravity-ui/blog-constructor/commit/2a1e33a9202bc8c2f459cf9491d3150aacb56443)) + ## [5.16.1](https://github.com/gravity-ui/blog-constructor/compare/v5.16.0...v5.16.1) (2024-02-16) diff --git a/package-lock.json b/package-lock.json index 42afe399..2b01ce9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/blog-constructor", - "version": "5.16.1", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/blog-constructor", - "version": "5.16.1", + "version": "6.0.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index e0460c8f..f5148894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/blog-constructor", - "version": "5.16.1", + "version": "6.0.0", "description": "Gravity UI Blog Constructor", "license": "MIT", "repository": { From fc8f204a91c3bf629ed89e8191c4b6b280331c33 Mon Sep 17 00:00:00 2001 From: Nikita Gorin <36075690+NikitaCG@users.noreply.github.com> Date: Wed, 6 Mar 2024 18:45:45 +0300 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b087f88e..84b979f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,13 @@ ### ⚠ BREAKING CHANGES -* next version ([#181](https://github.com/gravity-ui/blog-constructor/issues/181)) +* now we are using the `i18n` instance from uikit instead of the internal one, you only need one installation and configuration from uikit in your application ([#179](https://github.com/gravity-ui/page-constructor/pull/179)) +* updated `uikit` up to v6 ([#177](https://github.com/gravity-ui/page-constructor/pull/177)) +* updated `page-constructor` up to v5 ([#177](https://github.com/gravity-ui/page-constructor/pull/177)) +* use `diplodoc-platform/transform` instead `doc-tools/transform` ([#177](https://github.com/gravity-ui/page-constructor/pull/177)) +* All the props from metrikaGoals and pixelEvents have been deleted. Instead of all that, now AnalyticsEvents ([#177](https://github.com/gravity-ui/page-constructor/pull/177)) +* refactor `transformPost` interface, now he used argument-object ([#180](https://github.com/gravity-ui/page-constructor/pull/180)) -### Features - -* next version ([#181](https://github.com/gravity-ui/blog-constructor/issues/181)) ([2a1e33a](https://github.com/gravity-ui/blog-constructor/commit/2a1e33a9202bc8c2f459cf9491d3150aacb56443)) ## [5.16.1](https://github.com/gravity-ui/blog-constructor/compare/v5.16.0...v5.16.1) (2024-02-16) From f7355b49365f70c1371b1b6b196884871292258b Mon Sep 17 00:00:00 2001 From: Nikita Gorin <36075690+NikitaCG@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:20:47 +0300 Subject: [PATCH 3/3] Update CHANGELOG.md 2 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b979f5..c3c84309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ * updated `page-constructor` up to v5 ([#177](https://github.com/gravity-ui/page-constructor/pull/177)) * use `diplodoc-platform/transform` instead `doc-tools/transform` ([#177](https://github.com/gravity-ui/page-constructor/pull/177)) * All the props from metrikaGoals and pixelEvents have been deleted. Instead of all that, now AnalyticsEvents ([#177](https://github.com/gravity-ui/page-constructor/pull/177)) -* refactor `transformPost` interface, now he used argument-object ([#180](https://github.com/gravity-ui/page-constructor/pull/180)) +* refactor `transformPost` interface, now he use argument-object ([#180](https://github.com/gravity-ui/page-constructor/pull/180)) ## [5.16.1](https://github.com/gravity-ui/blog-constructor/compare/v5.16.0...v5.16.1) (2024-02-16)