From d184e0b43f05183b5af5bc99fc4d9940c6cd7d2b Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 24 Aug 2023 12:55:46 +0000 Subject: [PATCH] chore: release 0.6.0 --- .release_notes/0.6.0.md | 15 +++++++++++++++ CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 .release_notes/0.6.0.md diff --git a/.release_notes/0.6.0.md b/.release_notes/0.6.0.md new file mode 100644 index 00000000..2fe93aa9 --- /dev/null +++ b/.release_notes/0.6.0.md @@ -0,0 +1,15 @@ +## [0.6.0](https://github.com/taskany-inc/crew/compare/v0.5.0...v0.6.0) (2023-08-24) + + +### Features + +* group preview popup ([66c6990](https://github.com/taskany-inc/crew/commit/66c6990e68d3df4e391fb093615e28bda69fa13f)) +* user preview in popup ([2054ae7](https://github.com/taskany-inc/crew/commit/2054ae715ff9f1a677a2dc1627674954790a6ae6)) +* user preview in popup ([615fc67](https://github.com/taskany-inc/crew/commit/615fc677c1ab22bfe49ede63c0713fdca885c3a4)) + + +### Bug Fixes + +* contacts paddings are non-consistent ([11ed8d3](https://github.com/taskany-inc/crew/commit/11ed8d3f5eb197746309d7d0ff488580209f52ae)) +* group preview popup ([8549d21](https://github.com/taskany-inc/crew/commit/8549d217820428bd0fcb6e06ea5954be09f2b64d)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index b363def2..ad3b7709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. +## [0.6.0](https://github.com/taskany-inc/crew/compare/v0.5.0...v0.6.0) (2023-08-24) + + +### Features + +* group preview popup ([66c6990](https://github.com/taskany-inc/crew/commit/66c6990e68d3df4e391fb093615e28bda69fa13f)) +* user preview in popup ([2054ae7](https://github.com/taskany-inc/crew/commit/2054ae715ff9f1a677a2dc1627674954790a6ae6)) +* user preview in popup ([615fc67](https://github.com/taskany-inc/crew/commit/615fc677c1ab22bfe49ede63c0713fdca885c3a4)) + + +### Bug Fixes + +* contacts paddings are non-consistent ([11ed8d3](https://github.com/taskany-inc/crew/commit/11ed8d3f5eb197746309d7d0ff488580209f52ae)) +* group preview popup ([8549d21](https://github.com/taskany-inc/crew/commit/8549d217820428bd0fcb6e06ea5954be09f2b64d)) + ## [0.5.0](https://github.com/taskany-inc/crew/compare/v0.4.1...v0.5.0) (2023-08-16) diff --git a/package-lock.json b/package-lock.json index 69d30020..94ad1024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/crew", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/crew", - "version": "0.5.0", + "version": "0.6.0", "dependencies": { "@next-auth/prisma-adapter": "1.0.7", "@sentry/nextjs": "7.61.1", diff --git a/package.json b/package.json index 50a0d40c..7cedabbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/crew", - "version": "0.5.0", + "version": "0.6.0", "private": true, "scripts": { "dev": "next dev", diff --git a/version b/version index 79a2734b..09a3acfa 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.6.0 \ No newline at end of file