diff --git a/.release_notes/1.20.0.md b/.release_notes/1.20.0.md new file mode 100644 index 000000000..f758abb49 --- /dev/null +++ b/.release_notes/1.20.0.md @@ -0,0 +1,27 @@ +## [1.20.0](https://github.com/taskany-inc/issues/compare/v1.19.0...v1.20.0) (2023-08-03) + + +### Features + +* **GoalCriteria:** add modal ([7a365ad](https://github.com/taskany-inc/issues/commit/7a365ad21b17a729adbd50230010325839ea3fea)) +* **GoalCriteria:** implements edit feature for criteria ([5d5fcb7](https://github.com/taskany-inc/issues/commit/5d5fcb76da40794c7561fcb5938d28c307470a53)) +* **GoalCriteria:** implements update criterias method ([c59cfa4](https://github.com/taskany-inc/issues/commit/c59cfa4a78d257d1052f3d414ece64c0bf0f7dad)) +* **GoalHistory:** show criteria changes history ([433f2d9](https://github.com/taskany-inc/issues/commit/433f2d9c57843f06d5ae743912386e8a120bed8a)) + + +### Bug Fixes + +* **CommentForm:** remove render props, pass values from parent ([655fdee](https://github.com/taskany-inc/issues/commit/655fdee2086c5f99119dfec368b7484a32fdd348)) +* **FiltersPanel:** project filter on goals page can find goals inside child projects ([e6792a7](https://github.com/taskany-inc/issues/commit/e6792a7887a0a4698e2d9953699ef1ec8dc2509b)) +* **GoalCriteria:** drop unused css ([6b25418](https://github.com/taskany-inc/issues/commit/6b254188ebcb7d539e94c1980e31f9eb35ee4bfa)) +* **GoalDependencies:** apply new table rules ([f67e7d0](https://github.com/taskany-inc/issues/commit/f67e7d0fc318445147168d913a88f6d320ef7bf2)) +* **GoalHistory:** fix ids string join and split ([d42a075](https://github.com/taskany-inc/issues/commit/d42a075cdeeb719157ebb63916ae27502d9c88ac)) +* **GoalHistory:** non-strict compare index with `null` ([9e8fe0b](https://github.com/taskany-inc/issues/commit/9e8fe0b7c1fdbbf7128ef87a147ee463dbf12b48)) +* **GoalPreview:** removed bottom padding ([11076e7](https://github.com/taskany-inc/issues/commit/11076e71d804ea3b8d335c532b0151540c939f3d)) +* **NotificationsHub:** toast show messages based on locale ([40af044](https://github.com/taskany-inc/issues/commit/40af044c9776ba10e90621dc199173a2c2ffd070)) + + +### Performance Improvements + +* **FiltersPanel:** drop extra refetch ([5fb37eb](https://github.com/taskany-inc/issues/commit/5fb37eb48f48865851b82b4741ee7007c5ddbf43)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 1026165f7..42e0ac4af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ 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.20.0](https://github.com/taskany-inc/issues/compare/v1.19.0...v1.20.0) (2023-08-03) + + +### Features + +* **GoalCriteria:** add modal ([7a365ad](https://github.com/taskany-inc/issues/commit/7a365ad21b17a729adbd50230010325839ea3fea)) +* **GoalCriteria:** implements edit feature for criteria ([5d5fcb7](https://github.com/taskany-inc/issues/commit/5d5fcb76da40794c7561fcb5938d28c307470a53)) +* **GoalCriteria:** implements update criterias method ([c59cfa4](https://github.com/taskany-inc/issues/commit/c59cfa4a78d257d1052f3d414ece64c0bf0f7dad)) +* **GoalHistory:** show criteria changes history ([433f2d9](https://github.com/taskany-inc/issues/commit/433f2d9c57843f06d5ae743912386e8a120bed8a)) + + +### Bug Fixes + +* **CommentForm:** remove render props, pass values from parent ([655fdee](https://github.com/taskany-inc/issues/commit/655fdee2086c5f99119dfec368b7484a32fdd348)) +* **FiltersPanel:** project filter on goals page can find goals inside child projects ([e6792a7](https://github.com/taskany-inc/issues/commit/e6792a7887a0a4698e2d9953699ef1ec8dc2509b)) +* **GoalCriteria:** drop unused css ([6b25418](https://github.com/taskany-inc/issues/commit/6b254188ebcb7d539e94c1980e31f9eb35ee4bfa)) +* **GoalDependencies:** apply new table rules ([f67e7d0](https://github.com/taskany-inc/issues/commit/f67e7d0fc318445147168d913a88f6d320ef7bf2)) +* **GoalHistory:** fix ids string join and split ([d42a075](https://github.com/taskany-inc/issues/commit/d42a075cdeeb719157ebb63916ae27502d9c88ac)) +* **GoalHistory:** non-strict compare index with `null` ([9e8fe0b](https://github.com/taskany-inc/issues/commit/9e8fe0b7c1fdbbf7128ef87a147ee463dbf12b48)) +* **GoalPreview:** removed bottom padding ([11076e7](https://github.com/taskany-inc/issues/commit/11076e71d804ea3b8d335c532b0151540c939f3d)) +* **NotificationsHub:** toast show messages based on locale ([40af044](https://github.com/taskany-inc/issues/commit/40af044c9776ba10e90621dc199173a2c2ffd070)) + + +### Performance Improvements + +* **FiltersPanel:** drop extra refetch ([5fb37eb](https://github.com/taskany-inc/issues/commit/5fb37eb48f48865851b82b4741ee7007c5ddbf43)) + ## [1.19.0](https://github.com/taskany-inc/issues/compare/v1.18.0...v1.19.0) (2023-07-27) diff --git a/package-lock.json b/package-lock.json index 5d358f517..e5d0e3341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.19.0", + "version": "1.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.19.0", + "version": "1.20.0", "dependencies": { "@aws-sdk/client-s3": "3.374.0", "@hookform/resolvers": "3.1.1", diff --git a/package.json b/package.json index 0c32638b1..efc7bfc35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.19.0", + "version": "1.20.0", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index c1af674ec..f1e7f0650 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.19.0 \ No newline at end of file +1.20.0 \ No newline at end of file