diff --git a/.release_notes/5.68.1.md b/.release_notes/5.68.1.md new file mode 100644 index 00000000..24b3036b --- /dev/null +++ b/.release_notes/5.68.1.md @@ -0,0 +1,7 @@ +## [5.68.1](https://github.com/taskany-inc/bricks/compare/v5.68.0...v5.68.1) (2026-03-27) + + +### Bug Fixes + +* **INTERNAL-2566:** drawer dance fix ([88ec9f4](https://github.com/taskany-inc/bricks/commit/88ec9f487535bf908c558daab58ab05e40a5eaec)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da3327b..32d65692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. +## [5.68.1](https://github.com/taskany-inc/bricks/compare/v5.68.0...v5.68.1) (2026-03-27) + + +### Bug Fixes + +* **INTERNAL-2566:** drawer dance fix ([88ec9f4](https://github.com/taskany-inc/bricks/commit/88ec9f487535bf908c558daab58ab05e40a5eaec)) + ## [5.68.0](https://github.com/taskany-inc/bricks/compare/v5.67.0...v5.68.0) (2025-10-28) diff --git a/package-lock.json b/package-lock.json index d27d0318..a76bde8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "5.68.0", + "version": "5.68.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "5.68.0", + "version": "5.68.1", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index 4a696034..6f4b3959 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "5.68.0", + "version": "5.68.1", "description": "Taskany Design System", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/version b/version index 8f32eb61..d8a5d385 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.68.0 \ No newline at end of file +5.68.1 \ No newline at end of file