diff --git a/.release_notes/1.27.1.md b/.release_notes/1.27.1.md new file mode 100644 index 00000000..38db3095 --- /dev/null +++ b/.release_notes/1.27.1.md @@ -0,0 +1,7 @@ +## [1.27.1](https://github.com/taskany-inc/bricks/compare/v1.27.0...v1.27.1) (2023-07-31) + + +### Bug Fixes + +* **useMarkdown:** export useMarkdown hook from the root ([b06165f](https://github.com/taskany-inc/bricks/commit/b06165fea40ac028299d63b38cbee64f453aabdd)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eff8df3..c7c28a3c 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. +## [1.27.1](https://github.com/taskany-inc/bricks/compare/v1.27.0...v1.27.1) (2023-07-31) + + +### Bug Fixes + +* **useMarkdown:** export useMarkdown hook from the root ([b06165f](https://github.com/taskany-inc/bricks/commit/b06165fea40ac028299d63b38cbee64f453aabdd)) + ## [1.27.0](https://github.com/taskany-inc/bricks/compare/v1.26.0...v1.27.0) (2023-07-31) diff --git a/package-lock.json b/package-lock.json index 67ff7595..64461bfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "1.27.0", + "version": "1.27.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "1.27.0", + "version": "1.27.1", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.5.1", diff --git a/package.json b/package.json index ef30f975..ea785b76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "1.27.0", + "version": "1.27.1", "description": "Taskany Design System", "main": "index.js", "module": "es/index.js", diff --git a/version b/version index e43da41f..c5b4f6ed 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.27.0 \ No newline at end of file +1.27.1 \ No newline at end of file