Skip to content

Commit

Permalink
chore: release 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and nyet-ty committed Oct 26, 2023
1 parent ef3c102 commit 2910d72
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .release_bot/body
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

Release type: __patch__. There are 0 BREAKING CHANGES and 0 features.

## [0.11.2](https://github.com/taskany-inc/hire/compare/v0.11.1...v0.11.2) (2023-10-19)
## [0.11.3](https://github.com/taskany-inc/hire/compare/v0.11.2...v0.11.3) (2023-10-26)


### Bug Fixes

* **SectionFeedback:** set feedback from localstogage if it has one ([4f4a7c0](https://github.com/taskany-inc/hire/commit/4f4a7c005971fb2ef00d79d96144c533b3ec850a))
* **AddProblemToSection:** overflow-x hidden ([d48c72b](https://github.com/taskany-inc/hire/commit/d48c72bf2b379a309b62e307dbae2cb1291f018f))
* candidates email as nullable string ([37492a7](https://github.com/taskany-inc/hire/commit/37492a7090e331ca29599f9f66981e312b727197))
* **ExternalUserLink:** correct link to user ([48bf937](https://github.com/taskany-inc/hire/commit/48bf937a838adca291e15e77425b2648e6aea069))
* if tprc error error page will show not 500 ([ef3c102](https://github.com/taskany-inc/hire/commit/ef3c10290ad630e1460b7be4bdf688df34db4062))
* **ProblemCard:** max-width for CardHeader ([0df1fd8](https://github.com/taskany-inc/hire/commit/0df1fd89a7a0cc73da73bd378a190138470dbf7e))

11 changes: 11 additions & 0 deletions .release_notes/0.11.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## [0.11.3](https://github.com/taskany-inc/hire/compare/v0.11.2...v0.11.3) (2023-10-26)


### Bug Fixes

* **AddProblemToSection:** overflow-x hidden ([d48c72b](https://github.com/taskany-inc/hire/commit/d48c72bf2b379a309b62e307dbae2cb1291f018f))
* candidates email as nullable string ([37492a7](https://github.com/taskany-inc/hire/commit/37492a7090e331ca29599f9f66981e312b727197))
* **ExternalUserLink:** correct link to user ([48bf937](https://github.com/taskany-inc/hire/commit/48bf937a838adca291e15e77425b2648e6aea069))
* if tprc error error page will show not 500 ([ef3c102](https://github.com/taskany-inc/hire/commit/ef3c10290ad630e1460b7be4bdf688df34db4062))
* **ProblemCard:** max-width for CardHeader ([0df1fd8](https://github.com/taskany-inc/hire/commit/0df1fd89a7a0cc73da73bd378a190138470dbf7e))

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

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.11.3](https://github.com/taskany-inc/hire/compare/v0.11.2...v0.11.3) (2023-10-26)


### Bug Fixes

* **AddProblemToSection:** overflow-x hidden ([d48c72b](https://github.com/taskany-inc/hire/commit/d48c72bf2b379a309b62e307dbae2cb1291f018f))
* candidates email as nullable string ([37492a7](https://github.com/taskany-inc/hire/commit/37492a7090e331ca29599f9f66981e312b727197))
* **ExternalUserLink:** correct link to user ([48bf937](https://github.com/taskany-inc/hire/commit/48bf937a838adca291e15e77425b2648e6aea069))
* if tprc error error page will show not 500 ([ef3c102](https://github.com/taskany-inc/hire/commit/ef3c10290ad630e1460b7be4bdf688df34db4062))
* **ProblemCard:** max-width for CardHeader ([0df1fd8](https://github.com/taskany-inc/hire/commit/0df1fd89a7a0cc73da73bd378a190138470dbf7e))

## [0.11.2](https://github.com/taskany-inc/hire/compare/v0.11.1...v0.11.2) (2023-10-19)


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/hire",
"version": "0.11.2",
"version": "0.11.3",
"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.11.2
0.11.3

0 comments on commit 2910d72

Please sign in to comment.