Skip to content

Commit

Permalink
chore: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and 9teen90nine committed Aug 24, 2023
1 parent 2e0bd6a commit d184e0b
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
15 changes: 15 additions & 0 deletions .release_notes/0.6.0.md
Original file line number Diff line number Diff line change
@@ -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))

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taskany/crew",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0

0 comments on commit d184e0b

Please sign in to comment.