diff --git a/.release_notes/5.68.0.md b/.release_notes/5.68.0.md new file mode 100644 index 00000000..ab60efa3 --- /dev/null +++ b/.release_notes/5.68.0.md @@ -0,0 +1,7 @@ +## [5.68.0](https://github.com/taskany-inc/bricks/compare/v5.67.0...v5.68.0) (2025-10-28) + + +### Features + +* **INTERNAL-2220:** user avatar fix ([1712236](https://github.com/taskany-inc/bricks/commit/17122368ce41cddd66ad7b073a903e90a2b09a06)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 697d9f48..3da3327b 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.0](https://github.com/taskany-inc/bricks/compare/v5.67.0...v5.68.0) (2025-10-28) + + +### Features + +* **INTERNAL-2220:** user avatar fix ([1712236](https://github.com/taskany-inc/bricks/commit/17122368ce41cddd66ad7b073a903e90a2b09a06)) + ## [5.67.0](https://github.com/taskany-inc/bricks/compare/v5.66.1...v5.67.0) (2025-10-27) diff --git a/package-lock.json b/package-lock.json index 4e72710d..d27d0318 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "5.67.0", + "version": "5.68.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "5.67.0", + "version": "5.68.0", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index 47845cae..4a696034 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "5.67.0", + "version": "5.68.0", "description": "Taskany Design System", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/version b/version index 20f6ef83..8f32eb61 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.67.0 \ No newline at end of file +5.68.0 \ No newline at end of file