diff --git a/.release_notes/1.16.0.md b/.release_notes/1.16.0.md new file mode 100644 index 000000000..0601f6c43 --- /dev/null +++ b/.release_notes/1.16.0.md @@ -0,0 +1,17 @@ +## [1.16.0](https://github.com/taskany-inc/issues/compare/v1.15.0...v1.16.0) (2023-07-06) + + +### Features + +* **FiltersPanel:** add SSR ([8c1da4f](https://github.com/taskany-inc/issues/commit/8c1da4f15bf26e756faef4ceb80c66d1ac6c1513)) +* **FiltersPanel:** autocomplete for Priority ([837ed92](https://github.com/taskany-inc/issues/commit/837ed92b6617a8a4e3b9616e6ae13b35d4c79d0c)) +* **FiltersPanel:** autocomplete for Projects/Tags/Presets ([948af1a](https://github.com/taskany-inc/issues/commit/948af1a79010b1169f8e84ff1164aac9bb1537ab)) +* **FiltersPanel:** autocomplete for States ([b250ffe](https://github.com/taskany-inc/issues/commit/b250ffeaa6f2f2d6762398c456e7ffac1ad124d0)) +* **Page:** added footer menu ([2397c77](https://github.com/taskany-inc/issues/commit/2397c770221ed7e01cdc0fd754a34e9dde460db0)) +* **UserFilter:** add autocomplete and server fetch ([824d2d3](https://github.com/taskany-inc/issues/commit/824d2d3c00505c612e1b1ba08117bfe6669047cd)) + + +### Bug Fixes + +* **ProjectListItemCollapsable:** uncollapsable items are not intercative ([2ffd7a0](https://github.com/taskany-inc/issues/commit/2ffd7a0d29ad49f396802d421ccde6b99bc50f42)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 2041d8536..76318a7f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.16.0](https://github.com/taskany-inc/issues/compare/v1.15.0...v1.16.0) (2023-07-06) + + +### Features + +* **FiltersPanel:** add SSR ([8c1da4f](https://github.com/taskany-inc/issues/commit/8c1da4f15bf26e756faef4ceb80c66d1ac6c1513)) +* **FiltersPanel:** autocomplete for Priority ([837ed92](https://github.com/taskany-inc/issues/commit/837ed92b6617a8a4e3b9616e6ae13b35d4c79d0c)) +* **FiltersPanel:** autocomplete for Projects/Tags/Presets ([948af1a](https://github.com/taskany-inc/issues/commit/948af1a79010b1169f8e84ff1164aac9bb1537ab)) +* **FiltersPanel:** autocomplete for States ([b250ffe](https://github.com/taskany-inc/issues/commit/b250ffeaa6f2f2d6762398c456e7ffac1ad124d0)) +* **Page:** added footer menu ([2397c77](https://github.com/taskany-inc/issues/commit/2397c770221ed7e01cdc0fd754a34e9dde460db0)) +* **UserFilter:** add autocomplete and server fetch ([824d2d3](https://github.com/taskany-inc/issues/commit/824d2d3c00505c612e1b1ba08117bfe6669047cd)) + + +### Bug Fixes + +* **ProjectListItemCollapsable:** uncollapsable items are not intercative ([2ffd7a0](https://github.com/taskany-inc/issues/commit/2ffd7a0d29ad49f396802d421ccde6b99bc50f42)) + ## [1.15.0](https://github.com/taskany-inc/issues/compare/v1.14.2...v1.15.0) (2023-07-03) diff --git a/package-lock.json b/package-lock.json index 1763d2445..c48cee55f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.15.0", + "version": "1.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.15.0", + "version": "1.16.0", "dependencies": { "@aws-sdk/client-s3": "3.347.1", "@hookform/resolvers": "3.1.1", diff --git a/package.json b/package.json index 88795cb5a..c26930830 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.15.0", + "version": "1.16.0", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index d19d08901..71bd5d9ee 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.15.0 \ No newline at end of file +1.16.0 \ No newline at end of file