From e68678240e5a3bb3f14a5636cd48cbf83d5c1d7f Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Mon, 26 Jun 2023 11:16:01 +0000 Subject: [PATCH] chore: release 1.12.0 --- .release_notes/1.12.0.md | 9 +++++++++ CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 .release_notes/1.12.0.md diff --git a/.release_notes/1.12.0.md b/.release_notes/1.12.0.md new file mode 100644 index 000000000..f303c942e --- /dev/null +++ b/.release_notes/1.12.0.md @@ -0,0 +1,9 @@ +## [1.12.0](https://github.com/taskany-inc/issues/compare/v1.11.0...v1.12.0) (2023-06-26) + + +### Features + +* **ProjectItemCollapsable:** add goals counter ([7e83c34](https://github.com/taskany-inc/issues/commit/7e83c34592a74b4e9794fdb51290020889b49f71)) +* **ProjectListItemConnected:** create separate component ([d76c9b1](https://github.com/taskany-inc/issues/commit/d76c9b1aca25ce6c2ef1a674c48eac67b35c148e)) +* **ProjectsPage:** add projects page ([cce114c](https://github.com/taskany-inc/issues/commit/cce114cd1475e37178db2c44cf97aef6bf82611e)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 850fe999d..d67d34a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.12.0](https://github.com/taskany-inc/issues/compare/v1.11.0...v1.12.0) (2023-06-26) + + +### Features + +* **ProjectItemCollapsable:** add goals counter ([7e83c34](https://github.com/taskany-inc/issues/commit/7e83c34592a74b4e9794fdb51290020889b49f71)) +* **ProjectListItemConnected:** create separate component ([d76c9b1](https://github.com/taskany-inc/issues/commit/d76c9b1aca25ce6c2ef1a674c48eac67b35c148e)) +* **ProjectsPage:** add projects page ([cce114c](https://github.com/taskany-inc/issues/commit/cce114cd1475e37178db2c44cf97aef6bf82611e)) + ## [1.11.0](https://github.com/taskany-inc/issues/compare/v1.10.0...v1.11.0) (2023-06-22) diff --git a/package-lock.json b/package-lock.json index ab7533546..d3d4eae0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.11.0", + "version": "1.12.0", "dependencies": { "@aws-sdk/client-s3": "3.347.1", "@hookform/resolvers": "3.1.1", diff --git a/package.json b/package.json index c3fc7437b..fa06c5ae2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.11.0", + "version": "1.12.0", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index 169f19b49..32bd932f3 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.11.0 \ No newline at end of file +1.12.0 \ No newline at end of file