From bd71f8bf408085a57faf29ff824b8dc213ed26ed Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Fri, 18 Aug 2023 17:16:19 +0300 Subject: [PATCH] chore(main): release 0.14.0 (#91) --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 577f617..b964f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.14.0](https://github.com/gravity-ui/navigation/compare/v0.13.1...v0.14.0) (2023-08-18) + + +### ⚠ BREAKING CHANGES + +* rename CSS namespace ([#87](https://github.com/gravity-ui/navigation/issues/87)) + +### Features + +* rename CSS namespace ([#87](https://github.com/gravity-ui/navigation/issues/87)) ([0b3bcc9](https://github.com/gravity-ui/navigation/commit/0b3bcc9cc0b097bed4b0cd90d5da0bdbea00fda1)) + + +### Bug Fixes + +* remove reexport configure temporary ([#90](https://github.com/gravity-ui/navigation/issues/90)) ([e414e2a](https://github.com/gravity-ui/navigation/commit/e414e2a17d9cef17d368af2c9ebf2d2831870616)) +* **storybook:** after hide reexport configure ([#92](https://github.com/gravity-ui/navigation/issues/92)) ([727086e](https://github.com/gravity-ui/navigation/commit/727086e7c5a28e4094e4018e37263d38bc9703dd)) + ## [0.13.1](https://github.com/gravity-ui/navigation/compare/v0.13.0...v0.13.1) (2023-08-17) diff --git a/package-lock.json b/package-lock.json index 9292004..75bac2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "0.13.1", + "version": "0.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "0.13.1", + "version": "0.14.0", "license": "MIT", "dependencies": { "react-transition-group": "^4.4.1", diff --git a/package.json b/package.json index 6db54a8..bb90ef6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "0.13.1", + "version": "0.14.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {