diff --git a/.release_notes/2.19.0.md b/.release_notes/2.19.0.md new file mode 100644 index 000000000..33d8e4444 --- /dev/null +++ b/.release_notes/2.19.0.md @@ -0,0 +1,13 @@ +## [2.19.0](https://github.com/taskany-inc/issues/compare/v2.18.3...v2.19.0) (2024-02-08) + + +### Features + +* update FormControl to harmony style ([e0813ee](https://github.com/taskany-inc/issues/commit/e0813ee38e0e0c9cb8333f8a27a2b67101572b29)) + + +### Bug Fixes + +* **AddInlineTrigger:** remove centered prop from dom ([32fd3e0](https://github.com/taskany-inc/issues/commit/32fd3e02a3a871f5b4c21b269b9ece2fa68fe067)) +* **ProjectListItem:** smaller title size for child projects ([bc97a1b](https://github.com/taskany-inc/issues/commit/bc97a1b8ad981ef3d1963aac5b592130119653ef)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index e94867a5f..235b6a865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.19.0](https://github.com/taskany-inc/issues/compare/v2.18.3...v2.19.0) (2024-02-08) + + +### Features + +* update FormControl to harmony style ([e0813ee](https://github.com/taskany-inc/issues/commit/e0813ee38e0e0c9cb8333f8a27a2b67101572b29)) + + +### Bug Fixes + +* **AddInlineTrigger:** remove centered prop from dom ([32fd3e0](https://github.com/taskany-inc/issues/commit/32fd3e02a3a871f5b4c21b269b9ece2fa68fe067)) +* **ProjectListItem:** smaller title size for child projects ([bc97a1b](https://github.com/taskany-inc/issues/commit/bc97a1b8ad981ef3d1963aac5b592130119653ef)) + ## [2.18.3](https://github.com/taskany-inc/issues/compare/v2.18.2...v2.18.3) (2024-02-05) diff --git a/package-lock.json b/package-lock.json index 18e0ed494..c1db6a584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.18.3", + "version": "2.19.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.18.3", + "version": "2.19.0", "dependencies": { "@aws-sdk/client-s3": "3.504.0", "@hookform/resolvers": "3.3.2", diff --git a/package.json b/package.json index 40c707f95..7303c3e25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.18.3", + "version": "2.19.0", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index 826347705..92aa628bc 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.18.3 \ No newline at end of file +2.19.0 \ No newline at end of file