From 67577746646c1c0b3e28be66c4b36816f37e64f6 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Fri, 17 May 2024 10:39:28 +0000 Subject: [PATCH] chore: release 5.31.2 --- .release_notes/5.31.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/5.31.2.md diff --git a/.release_notes/5.31.2.md b/.release_notes/5.31.2.md new file mode 100644 index 00000000..33cae15b --- /dev/null +++ b/.release_notes/5.31.2.md @@ -0,0 +1,7 @@ +## [5.31.2](https://github.com/taskany-inc/bricks/compare/v5.31.1...v5.31.2) (2024-05-17) + + +### Bug Fixes + +* **harmony/*:** broken imports ([24ee5ca](https://github.com/taskany-inc/bricks/commit/24ee5ca6769e913a5eee084b7e7f0bc4c602da57)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c1bb0d..0484d528 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.31.2](https://github.com/taskany-inc/bricks/compare/v5.31.1...v5.31.2) (2024-05-17) + + +### Bug Fixes + +* **harmony/*:** broken imports ([24ee5ca](https://github.com/taskany-inc/bricks/commit/24ee5ca6769e913a5eee084b7e7f0bc4c602da57)) + ## [5.31.1](https://github.com/taskany-inc/bricks/compare/v5.31.0...v5.31.1) (2024-05-17) diff --git a/package-lock.json b/package-lock.json index d02be81f..a6a7eb3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "5.31.1", + "version": "5.31.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "5.31.1", + "version": "5.31.2", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index d82a795b..1fa0f62b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "5.31.1", + "version": "5.31.2", "description": "Taskany Design System", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/version b/version index b4606449..2ca869bf 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.31.1 \ No newline at end of file +5.31.2 \ No newline at end of file