From 2910d72cf6083f9ace375bfecfa9bfa120026412 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 26 Oct 2023 16:09:23 +0000 Subject: [PATCH] chore: release 0.11.3 --- .release_bot/body | 8 ++++++-- .release_notes/0.11.3.md | 11 +++++++++++ CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 6 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 .release_notes/0.11.3.md diff --git a/.release_bot/body b/.release_bot/body index d9e2c863..3cf99d6a 100644 --- a/.release_bot/body +++ b/.release_bot/body @@ -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)) diff --git a/.release_notes/0.11.3.md b/.release_notes/0.11.3.md new file mode 100644 index 00000000..a8455178 --- /dev/null +++ b/.release_notes/0.11.3.md @@ -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)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 88bf7b20..caff206d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 99dfb145..68173f26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/hire", - "version": "0.11.2", + "version": "0.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/hire", - "version": "0.11.2", + "version": "0.11.3", "dependencies": { "@aws-sdk/client-s3": "3.412.0", "@hookform/resolvers": "3.3.1", diff --git a/package.json b/package.json index 237fbca7..727aac56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/hire", - "version": "0.11.2", + "version": "0.11.3", "private": true, "scripts": { "dev": "next dev", diff --git a/version b/version index a8839f70..2bb6a820 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.11.2 \ No newline at end of file +0.11.3 \ No newline at end of file