From f0e2f2e9c95c7282a73698c162dff1d6af64a31c Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Mon, 29 May 2023 10:15:46 +0000 Subject: [PATCH] chore: release 1.4.0 --- .release_notes/1.4.0.md | 19 +++++++++++++++++++ CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 42 insertions(+), 4 deletions(-) create mode 100644 .release_notes/1.4.0.md diff --git a/.release_notes/1.4.0.md b/.release_notes/1.4.0.md new file mode 100644 index 000000000..51c052411 --- /dev/null +++ b/.release_notes/1.4.0.md @@ -0,0 +1,19 @@ +## [1.4.0](https://github.com/taskany-inc/issues/compare/v1.3.0...v1.4.0) (2023-05-29) + + +### Features + +* **GoalHistory:** db schema and seed data ([1630024](https://github.com/taskany-inc/issues/commit/1630024c373e1be5d8bcaf3565a950062780b2c5)) +* **GoalHistory:** recordings changes ([d81dc71](https://github.com/taskany-inc/issues/commit/d81dc71766c9cd4bc993676f7b48c9d6bd9c25dc)) +* **GoalHistory:** recordings changes of state, participants and deps ([dac32ee](https://github.com/taskany-inc/issues/commit/dac32eed6d6dd2dfa5ac747aa28c33d124329569)) +* **GoalHistory:** recordings ids as changed values ([6ab2ce5](https://github.com/taskany-inc/issues/commit/6ab2ce5683ea50a20a408a2f4a4013bf2d2f3c53)) +* **GoalHistory:** rewrite seeding GoalHistory data ([19cab4d](https://github.com/taskany-inc/issues/commit/19cab4d25a13187b7abd5d5482edd61d62f7d8db)) + + +### Bug Fixes + +* **GoalHistory:** calculate typings of history ([c4780c1](https://github.com/taskany-inc/issues/commit/c4780c1aba0c693fcd87fd66034e8fd7d1dbd943)) +* **GoalHistory:** query for history, drop unreachable code ([23bf3a7](https://github.com/taskany-inc/issues/commit/23bf3a718e3fddd1da41cfd79d693ff55a54ed39)) +* **Goal:** use count instead of max ([faefb5b](https://github.com/taskany-inc/issues/commit/faefb5bc489a783350717b929a61f7a45157a186)) +* **worker:** incorrect path to runner ([8137345](https://github.com/taskany-inc/issues/commit/8137345cbf9cdb11920d92887b7cade2d28e76e3)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f510361..14d20f7f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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.4.0](https://github.com/taskany-inc/issues/compare/v1.3.0...v1.4.0) (2023-05-29) + + +### Features + +* **GoalHistory:** db schema and seed data ([1630024](https://github.com/taskany-inc/issues/commit/1630024c373e1be5d8bcaf3565a950062780b2c5)) +* **GoalHistory:** recordings changes ([d81dc71](https://github.com/taskany-inc/issues/commit/d81dc71766c9cd4bc993676f7b48c9d6bd9c25dc)) +* **GoalHistory:** recordings changes of state, participants and deps ([dac32ee](https://github.com/taskany-inc/issues/commit/dac32eed6d6dd2dfa5ac747aa28c33d124329569)) +* **GoalHistory:** recordings ids as changed values ([6ab2ce5](https://github.com/taskany-inc/issues/commit/6ab2ce5683ea50a20a408a2f4a4013bf2d2f3c53)) +* **GoalHistory:** rewrite seeding GoalHistory data ([19cab4d](https://github.com/taskany-inc/issues/commit/19cab4d25a13187b7abd5d5482edd61d62f7d8db)) + + +### Bug Fixes + +* **GoalHistory:** calculate typings of history ([c4780c1](https://github.com/taskany-inc/issues/commit/c4780c1aba0c693fcd87fd66034e8fd7d1dbd943)) +* **GoalHistory:** query for history, drop unreachable code ([23bf3a7](https://github.com/taskany-inc/issues/commit/23bf3a718e3fddd1da41cfd79d693ff55a54ed39)) +* **Goal:** use count instead of max ([faefb5b](https://github.com/taskany-inc/issues/commit/faefb5bc489a783350717b929a61f7a45157a186)) +* **worker:** incorrect path to runner ([8137345](https://github.com/taskany-inc/issues/commit/8137345cbf9cdb11920d92887b7cade2d28e76e3)) + ## [1.3.0](https://github.com/taskany-inc/issues/compare/v1.2.0...v1.3.0) (2023-05-25) diff --git a/package-lock.json b/package-lock.json index 07873fefb..79f3fcac4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.3.0", + "version": "1.4.0", "dependencies": { "@aws-sdk/client-s3": "3.341.0", "@hookform/resolvers": "3.1.0", diff --git a/package.json b/package.json index 9cc807eb6..279136dc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.3.0", + "version": "1.4.0", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index 589268e6f..e21e727f9 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.4.0 \ No newline at end of file