diff --git a/.release_notes/5.40.1.md b/.release_notes/5.40.1.md new file mode 100644 index 00000000..59cdcd04 --- /dev/null +++ b/.release_notes/5.40.1.md @@ -0,0 +1,7 @@ +## [5.40.1](https://github.com/taskany-inc/bricks/compare/v5.40.0...v5.40.1) (2024-06-21) + + +### Bug Fixes + +* add as prop to User ([ddbd6dd](https://github.com/taskany-inc/bricks/commit/ddbd6ddb963d75feeacace6b57058c647f279ab2)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index f6b2ea04..197f5673 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.40.1](https://github.com/taskany-inc/bricks/compare/v5.40.0...v5.40.1) (2024-06-21) + + +### Bug Fixes + +* add as prop to User ([ddbd6dd](https://github.com/taskany-inc/bricks/commit/ddbd6ddb963d75feeacace6b57058c647f279ab2)) + ## [5.40.0](https://github.com/taskany-inc/bricks/compare/v5.39.0...v5.40.0) (2024-06-21) diff --git a/package-lock.json b/package-lock.json index e5593479..90fe1b38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "5.40.0", + "version": "5.40.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "5.40.0", + "version": "5.40.1", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index fc533a75..e86dacd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "5.40.0", + "version": "5.40.1", "description": "Taskany Design System", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/version b/version index 3f2ef519..41b3c8a1 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.40.0 \ No newline at end of file +5.40.1 \ No newline at end of file