diff --git a/.release_notes/5.52.2.md b/.release_notes/5.52.2.md new file mode 100644 index 00000000..74788aee --- /dev/null +++ b/.release_notes/5.52.2.md @@ -0,0 +1,10 @@ +## [5.52.2](https://github.com/taskany-inc/bricks/compare/v5.52.1...v5.52.2) (2024-10-15) + + +### Bug Fixes + +* **FormControl,Input:** apply new styles ([a0dc911](https://github.com/taskany-inc/bricks/commit/a0dc91122058a19c84f32be8203bb0e4efc887a4)) +* **FormEditor:** background color ([fcbad5e](https://github.com/taskany-inc/bricks/commit/fcbad5eb49548c3e8755e41e67011919781a1a89)) +* **Text:** apply new typo styles ([e6a586e](https://github.com/taskany-inc/bricks/commit/e6a586e198bac91715f78b05a113d4798e631f2a)) +* **Text:** change H* styles ([4d90049](https://github.com/taskany-inc/bricks/commit/4d900493a3799536624f5774934975de63b01cb8)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd89877..198308da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.52.2](https://github.com/taskany-inc/bricks/compare/v5.52.1...v5.52.2) (2024-10-15) + + +### Bug Fixes + +* **FormControl,Input:** apply new styles ([a0dc911](https://github.com/taskany-inc/bricks/commit/a0dc91122058a19c84f32be8203bb0e4efc887a4)) +* **FormEditor:** background color ([fcbad5e](https://github.com/taskany-inc/bricks/commit/fcbad5eb49548c3e8755e41e67011919781a1a89)) +* **Text:** apply new typo styles ([e6a586e](https://github.com/taskany-inc/bricks/commit/e6a586e198bac91715f78b05a113d4798e631f2a)) +* **Text:** change H* styles ([4d90049](https://github.com/taskany-inc/bricks/commit/4d900493a3799536624f5774934975de63b01cb8)) + ## [5.52.1](https://github.com/taskany-inc/bricks/compare/v5.52.0...v5.52.1) (2024-09-27) diff --git a/package-lock.json b/package-lock.json index a5e4e67e..e0bbb01f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "5.52.1", + "version": "5.52.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "5.52.1", + "version": "5.52.2", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index 15a880f0..526be0b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "5.52.1", + "version": "5.52.2", "description": "Taskany Design System", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/version b/version index 3995d81d..19ddb3de 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.52.1 \ No newline at end of file +5.52.2 \ No newline at end of file