diff --git a/.release_notes/2.1.4.md b/.release_notes/2.1.4.md new file mode 100644 index 00000000..bda01959 --- /dev/null +++ b/.release_notes/2.1.4.md @@ -0,0 +1,7 @@ +## [2.1.4](https://github.com/taskany-inc/bricks/compare/v2.1.3...v2.1.4) (2023-08-17) + + +### Bug Fixes + +* **Table:** passing `ref` as prop ([aa215d7](https://github.com/taskany-inc/bricks/commit/aa215d70f00d816c7b9ea9fe801328554cb76a9a)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd6c210..34e47b36 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. +## [2.1.4](https://github.com/taskany-inc/bricks/compare/v2.1.3...v2.1.4) (2023-08-17) + + +### Bug Fixes + +* **Table:** passing `ref` as prop ([aa215d7](https://github.com/taskany-inc/bricks/commit/aa215d70f00d816c7b9ea9fe801328554cb76a9a)) + ## [2.1.3](https://github.com/taskany-inc/bricks/compare/v2.1.2...v2.1.3) (2023-08-17) diff --git a/package-lock.json b/package-lock.json index f19e5129..5c9f5ff4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "2.1.3", + "version": "2.1.4", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.5.1", diff --git a/package.json b/package.json index 398e491e..915b81ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "2.1.3", + "version": "2.1.4", "description": "Taskany Design System", "main": "index.js", "module": "es/index.js", diff --git a/version b/version index abae0d9a..c346e7a0 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.1.3 \ No newline at end of file +2.1.4 \ No newline at end of file