From 84b377677189592b96347c81e39e9c782e7abb13 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Mon, 23 Sep 2024 11:08:08 +0000 Subject: [PATCH] chore: release 5.51.0 --- .release_notes/5.51.0.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/5.51.0.md diff --git a/.release_notes/5.51.0.md b/.release_notes/5.51.0.md new file mode 100644 index 00000000..6e56c401 --- /dev/null +++ b/.release_notes/5.51.0.md @@ -0,0 +1,7 @@ +## [5.51.0](https://github.com/taskany-inc/bricks/compare/v5.50.0...v5.51.0) (2024-09-23) + + +### Features + +* date utils ([440350f](https://github.com/taskany-inc/bricks/commit/440350f26adf003bbfaff5ab5d1939671eb8ea0d)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index f96d5e2d..0e36b23b 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. +## [5.51.0](https://github.com/taskany-inc/bricks/compare/v5.50.0...v5.51.0) (2024-09-23) + + +### Features + +* date utils ([440350f](https://github.com/taskany-inc/bricks/commit/440350f26adf003bbfaff5ab5d1939671eb8ea0d)) + ## [5.50.0](https://github.com/taskany-inc/bricks/compare/v5.49.1...v5.50.0) (2024-09-20) diff --git a/package-lock.json b/package-lock.json index f6fa6024..951e85b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "5.50.0", + "version": "5.51.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "5.50.0", + "version": "5.51.0", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index fc787cf9..58256dc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "5.50.0", + "version": "5.51.0", "description": "Taskany Design System", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/version b/version index e49b1597..ba622109 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.50.0 \ No newline at end of file +5.51.0 \ No newline at end of file