From 17a7b1c2ebf9ab3c8cc0f18225cce3847e23c36d Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:32:01 +0300 Subject: [PATCH] chore(main): release 0.23.0 (#124) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a2927f..21c085f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.23.0](https://github.com/gravity-ui/navigation/compare/v0.22.2...v0.23.0) (2023-10-05) + + +### ⚠ BREAKING CHANGES + +* **AsideHeader:** add ref prop for popup-anchor ([#123](https://github.com/gravity-ui/navigation/issues/123)) + +### Features + +* **AsideHeader:** add ref prop for popup-anchor ([#123](https://github.com/gravity-ui/navigation/issues/123)) ([de2e3f4](https://github.com/gravity-ui/navigation/commit/de2e3f4fd094054b574d4b239a582bad37a3fef5)) + ## [0.22.2](https://github.com/gravity-ui/navigation/compare/v0.22.1...v0.22.2) (2023-10-04) diff --git a/package-lock.json b/package-lock.json index d2e6539..1c108b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "0.22.2", + "version": "0.23.0", "lockfileVersion": 1, "requires": true, "packages": { diff --git a/package.json b/package.json index af2a3aa..0b23328 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "0.22.2", + "version": "0.23.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {