From 30ccd246bc91479f06f19d71d1dd5a57891e433a Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Wed, 6 Sep 2023 14:28:04 +0000 Subject: [PATCH] chore: release 3.2.1 --- .release_notes/3.2.1.md | 9 +++++++++ CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 .release_notes/3.2.1.md diff --git a/.release_notes/3.2.1.md b/.release_notes/3.2.1.md new file mode 100644 index 00000000..be83463c --- /dev/null +++ b/.release_notes/3.2.1.md @@ -0,0 +1,9 @@ +## [3.2.1](https://github.com/taskany-inc/bricks/compare/v3.2.0...v3.2.1) (2023-09-06) + + +### Bug Fixes + +* **AutoComplete:** fill selected set ([c3cac49](https://github.com/taskany-inc/bricks/commit/c3cac496b963de4233d34516acce597d978e5068)) +* **Md:** added css property "hyphens" to paragraph ([ee598bf](https://github.com/taskany-inc/bricks/commit/ee598bf478cfa21407297c0f26d98907c9b97524)) +* **Tabs:** update child Tab content ([96a3321](https://github.com/taskany-inc/bricks/commit/96a332123c324fb7705b03eae9abab487a170ce4)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index ac6617b8..f7960c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [3.2.1](https://github.com/taskany-inc/bricks/compare/v3.2.0...v3.2.1) (2023-09-06) + + +### Bug Fixes + +* **AutoComplete:** fill selected set ([c3cac49](https://github.com/taskany-inc/bricks/commit/c3cac496b963de4233d34516acce597d978e5068)) +* **Md:** added css property "hyphens" to paragraph ([ee598bf](https://github.com/taskany-inc/bricks/commit/ee598bf478cfa21407297c0f26d98907c9b97524)) +* **Tabs:** update child Tab content ([96a3321](https://github.com/taskany-inc/bricks/commit/96a332123c324fb7705b03eae9abab487a170ce4)) + ## [3.2.0](https://github.com/taskany-inc/bricks/compare/v3.1.1...v3.2.0) (2023-09-04) diff --git a/package-lock.json b/package-lock.json index f53caa1b..af23c555 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.5.2", diff --git a/package.json b/package.json index 3e1328d1..61f632b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "3.2.0", + "version": "3.2.1", "description": "Taskany Design System", "main": "index.js", "module": "es/index.js", diff --git a/version b/version index a4f52a5d..0444f320 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.2.0 \ No newline at end of file +3.2.1 \ No newline at end of file