From b8a0ad83d51797ccbd6968a94be133faeb70fcf5 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 17 Aug 2023 10:54:22 +0000 Subject: [PATCH] chore: release 2.1.3 --- .release_notes/2.1.3.md | 7 +++++++ CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 .release_notes/2.1.3.md diff --git a/.release_notes/2.1.3.md b/.release_notes/2.1.3.md new file mode 100644 index 00000000..e96eb05f --- /dev/null +++ b/.release_notes/2.1.3.md @@ -0,0 +1,7 @@ +## [2.1.3](https://github.com/taskany-inc/bricks/compare/v2.1.2...v2.1.3) (2023-08-17) + + +### Bug Fixes + +* **Gravatar:** remove useLayoutEffect ([e073060](https://github.com/taskany-inc/bricks/commit/e07306055fe498feb596a2664b9daad0f3a9a676)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f4728ab..9fd6c210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.1.3](https://github.com/taskany-inc/bricks/compare/v2.1.2...v2.1.3) (2023-08-17) + + +### Bug Fixes + +* **Gravatar:** remove useLayoutEffect ([e073060](https://github.com/taskany-inc/bricks/commit/e07306055fe498feb596a2664b9daad0f3a9a676)) + ## [2.1.2](https://github.com/taskany-inc/bricks/compare/v2.1.1...v2.1.2) (2023-08-16) diff --git a/package-lock.json b/package-lock.json index f500c05c..f19e5129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.5.1", diff --git a/package.json b/package.json index a4545991..398e491e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "2.1.2", + "version": "2.1.3", "description": "Taskany Design System", "main": "index.js", "module": "es/index.js", diff --git a/version b/version index 8f9174b4..abae0d9a 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.1.2 \ No newline at end of file +2.1.3 \ No newline at end of file