From 359591400d062242d4ccd2a2adc994da85f2c254 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Tue, 24 Oct 2023 21:15:21 +0000 Subject: [PATCH] chore: release 4.6.0 --- .release_notes/4.6.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/4.6.0.md diff --git a/.release_notes/4.6.0.md b/.release_notes/4.6.0.md new file mode 100644 index 00000000..a5dd7134 --- /dev/null +++ b/.release_notes/4.6.0.md @@ -0,0 +1,7 @@ +## [4.6.0](https://github.com/taskany-inc/bricks/compare/v4.5.5...v4.6.0) (2023-10-24) + + +### Features + +* monaco cdn path to env ([2e5fda8](https://github.com/taskany-inc/bricks/commit/2e5fda8072207b20ab8512fa926ba10a6a9874b7)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 71985a4a..41754472 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. +## [4.6.0](https://github.com/taskany-inc/bricks/compare/v4.5.5...v4.6.0) (2023-10-24) + + +### Features + +* monaco cdn path to env ([2e5fda8](https://github.com/taskany-inc/bricks/commit/2e5fda8072207b20ab8512fa926ba10a6a9874b7)) + ## [4.5.5](https://github.com/taskany-inc/bricks/compare/v4.5.4...v4.5.5) (2023-10-24) diff --git a/package-lock.json b/package-lock.json index a7635cc6..76f91f82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "4.5.5", + "version": "4.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "4.5.5", + "version": "4.6.0", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index e1a1ce7d..c04f7329 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "4.5.5", + "version": "4.6.0", "description": "Taskany Design System", "main": "index.js", "module": "es/index.js", diff --git a/version b/version index 50021202..28446a5e 100644 --- a/version +++ b/version @@ -1 +1 @@ -4.5.5 \ No newline at end of file +4.6.0 \ No newline at end of file