Skip to content

Commit

Permalink
chore: release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and 9teen90nine committed Oct 13, 2023
1 parent 8d5c850 commit 28118b2
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .release_notes/0.14.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## [0.14.0](https://github.com/taskany-inc/crew/compare/v0.13.0...v0.14.0) (2023-10-13)


### Features

* supervisors for groups and users ([c28cec6](https://github.com/taskany-inc/crew/commit/c28cec6e40e4191bf5674e868a7607286447c0e6))
* user summary moved to a component ([44b7c2c](https://github.com/taskany-inc/crew/commit/44b7c2cdc7fb0fc464887996fcf4c59178438317))
* **UserPreview:** editable group list ([4c5867d](https://github.com/taskany-inc/crew/commit/4c5867de16907005cd141ab26ac3b99e90f5c09d))


### Bug Fixes

* **Previews:** preview headers are inconsistent ([8ee5691](https://github.com/taskany-inc/crew/commit/8ee56914e17d2f90833b3ee16e932252bf105b27))
* **UserPage:** add and display user services ([e0dc8fa](https://github.com/taskany-inc/crew/commit/e0dc8fa92a1073ff4da1fe7633329446fcf100eb))
* **UserPage:** show all groups in a list ([2c6a3b1](https://github.com/taskany-inc/crew/commit/2c6a3b1dfaf760a3f02344a325fb1c75d6cea869))
* wider list items ([8d5c850](https://github.com/taskany-inc/crew/commit/8d5c8506230f1bbe84ac8d11ccdfc64d72337bf6))

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.14.0](https://github.com/taskany-inc/crew/compare/v0.13.0...v0.14.0) (2023-10-13)


### Features

* supervisors for groups and users ([c28cec6](https://github.com/taskany-inc/crew/commit/c28cec6e40e4191bf5674e868a7607286447c0e6))
* user summary moved to a component ([44b7c2c](https://github.com/taskany-inc/crew/commit/44b7c2cdc7fb0fc464887996fcf4c59178438317))
* **UserPreview:** editable group list ([4c5867d](https://github.com/taskany-inc/crew/commit/4c5867de16907005cd141ab26ac3b99e90f5c09d))


### Bug Fixes

* **Previews:** preview headers are inconsistent ([8ee5691](https://github.com/taskany-inc/crew/commit/8ee56914e17d2f90833b3ee16e932252bf105b27))
* **UserPage:** add and display user services ([e0dc8fa](https://github.com/taskany-inc/crew/commit/e0dc8fa92a1073ff4da1fe7633329446fcf100eb))
* **UserPage:** show all groups in a list ([2c6a3b1](https://github.com/taskany-inc/crew/commit/2c6a3b1dfaf760a3f02344a325fb1c75d6cea869))
* wider list items ([8d5c850](https://github.com/taskany-inc/crew/commit/8d5c8506230f1bbe84ac8d11ccdfc64d72337bf6))

## [0.13.0](https://github.com/taskany-inc/crew/compare/v0.12.0...v0.13.0) (2023-10-11)


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.13.0",
"version": "0.14.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.13.0
0.14.0

0 comments on commit 28118b2

Please sign in to comment.