diff --git a/.release_notes/1.26.0.md b/.release_notes/1.26.0.md new file mode 100644 index 00000000..493339e1 --- /dev/null +++ b/.release_notes/1.26.0.md @@ -0,0 +1,7 @@ +## [1.26.0](https://github.com/taskany-inc/bricks/compare/v1.25.0...v1.26.0) (2023-07-31) + + +### Features + +* **Table:** implements flexible table component ([3290605](https://github.com/taskany-inc/bricks/commit/3290605364241d0665672b5582de42cdb60e1afb)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a2df05..75a08fb1 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. +## [1.26.0](https://github.com/taskany-inc/bricks/compare/v1.25.0...v1.26.0) (2023-07-31) + + +### Features + +* **Table:** implements flexible table component ([3290605](https://github.com/taskany-inc/bricks/commit/3290605364241d0665672b5582de42cdb60e1afb)) + ## [1.25.0](https://github.com/taskany-inc/bricks/compare/v1.24.0...v1.25.0) (2023-07-26) diff --git a/package-lock.json b/package-lock.json index 6b3ab308..b5d1c206 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "1.25.0", + "version": "1.26.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "1.25.0", + "version": "1.26.0", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.5.1", diff --git a/package.json b/package.json index 8d46b285..88c7604a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "1.25.0", + "version": "1.26.0", "description": "Taskany Design System", "main": "index.js", "module": "es/index.js", diff --git a/version b/version index f2538f8b..bc584045 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.25.0 \ No newline at end of file +1.26.0 \ No newline at end of file