From b0dd89fc69c9d9f85b3889f633c427bd4e2edbad Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Tue, 17 Oct 2023 14:57:28 +0000 Subject: [PATCH] chore: release 4.5.2 --- .release_notes/4.5.2.md | 7 +++++++ CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 .release_notes/4.5.2.md diff --git a/.release_notes/4.5.2.md b/.release_notes/4.5.2.md new file mode 100644 index 00000000..c751a533 --- /dev/null +++ b/.release_notes/4.5.2.md @@ -0,0 +1,7 @@ +## [4.5.2](https://github.com/taskany-inc/bricks/compare/v4.5.1...v4.5.2) (2023-10-17) + + +### Bug Fixes + +* **Spinner:** drop useless prop ([b707175](https://github.com/taskany-inc/bricks/commit/b707175b5c9b2d6a7bb026d0ebf802ff8dde4dd7)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c12f56f..e82ac587 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. +## [4.5.2](https://github.com/taskany-inc/bricks/compare/v4.5.1...v4.5.2) (2023-10-17) + + +### Bug Fixes + +* **Spinner:** drop useless prop ([b707175](https://github.com/taskany-inc/bricks/commit/b707175b5c9b2d6a7bb026d0ebf802ff8dde4dd7)) + ## [4.5.1](https://github.com/taskany-inc/bricks/compare/v4.5.0...v4.5.1) (2023-10-16) diff --git a/package-lock.json b/package-lock.json index 2186eba1..1573fa53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "4.5.1", + "version": "4.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "4.5.1", + "version": "4.5.2", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index 597cb4a6..402c1f84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "4.5.1", + "version": "4.5.2", "description": "Taskany Design System", "main": "index.js", "module": "es/index.js", diff --git a/version b/version index 99523d47..689f7fbd 100644 --- a/version +++ b/version @@ -1 +1 @@ -4.5.1 \ No newline at end of file +4.5.2 \ No newline at end of file