diff --git a/.release_notes/1.22.1.md b/.release_notes/1.22.1.md new file mode 100644 index 00000000..b0497bc4 --- /dev/null +++ b/.release_notes/1.22.1.md @@ -0,0 +1,7 @@ +## [1.22.1](https://github.com/taskany-inc/bricks/compare/v1.22.0...v1.22.1) (2023-07-06) + + +### Bug Fixes + +* **Footer:** pass ready jsx ([4c62d08](https://github.com/taskany-inc/bricks/commit/4c62d08334014fbde8a0008addd10f177395ead6)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index bf426055..351d617d 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. +## [1.22.1](https://github.com/taskany-inc/bricks/compare/v1.22.0...v1.22.1) (2023-07-06) + + +### Bug Fixes + +* **Footer:** pass ready jsx ([4c62d08](https://github.com/taskany-inc/bricks/commit/4c62d08334014fbde8a0008addd10f177395ead6)) + ## [1.22.0](https://github.com/taskany-inc/bricks/compare/v1.21.0...v1.22.0) (2023-07-04) diff --git a/package-lock.json b/package-lock.json index ac0fd107..b6e6b646 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "1.22.0", + "version": "1.22.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "1.22.0", + "version": "1.22.1", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.5.1", diff --git a/package.json b/package.json index b439db4e..56f42832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "1.22.0", + "version": "1.22.1", "description": "Taskany Design System", "main": "index.js", "module": "es/index.js", diff --git a/version b/version index 80a81c0e..24b38a95 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.22.0 \ No newline at end of file +1.22.1 \ No newline at end of file