From fccb240c8bc4a4a9bc56e73c81f8c6d54255e8b6 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 15 Aug 2024 09:22:10 +0000 Subject: [PATCH] chore: release 5.45.0 --- .release_notes/5.45.0.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/5.45.0.md diff --git a/.release_notes/5.45.0.md b/.release_notes/5.45.0.md new file mode 100644 index 00000000..6f2b8785 --- /dev/null +++ b/.release_notes/5.45.0.md @@ -0,0 +1,7 @@ +## [5.45.0](https://github.com/taskany-inc/bricks/compare/v5.44.1...v5.45.0) (2024-08-15) + + +### Features + +* **CircleProgressBar:** added `xs | s` sizes ([18c660a](https://github.com/taskany-inc/bricks/commit/18c660a121fce96b2274b0c251103d83541c7091)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index b7324c5b..0359e4ae 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.45.0](https://github.com/taskany-inc/bricks/compare/v5.44.1...v5.45.0) (2024-08-15) + + +### Features + +* **CircleProgressBar:** added `xs | s` sizes ([18c660a](https://github.com/taskany-inc/bricks/commit/18c660a121fce96b2274b0c251103d83541c7091)) + ## [5.44.1](https://github.com/taskany-inc/bricks/compare/v5.44.0...v5.44.1) (2024-08-14) diff --git a/package-lock.json b/package-lock.json index e496647d..d9610e07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "5.44.1", + "version": "5.45.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "5.44.1", + "version": "5.45.0", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index b8fc8301..268bf77c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "5.44.1", + "version": "5.45.0", "description": "Taskany Design System", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/version b/version index 0f5fc6b9..ae75de8f 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.44.1 \ No newline at end of file +5.45.0 \ No newline at end of file