From e6a61a1c9437450ba33b4e2485f4d228e404e281 Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Tue, 9 Jul 2024 11:09:46 +0900 Subject: [PATCH] chore(release): 1.3.0 --- packages/hawtio/CHANGELOG.md | 17 +++++++++++++++++ packages/hawtio/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/packages/hawtio/CHANGELOG.md b/packages/hawtio/CHANGELOG.md index bdb07fa8..3bcd3fca 100644 --- a/packages/hawtio/CHANGELOG.md +++ b/packages/hawtio/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.3.0](https://github.com/hawtio/hawtio-next/compare/v1.3.0-dev.2...v1.3.0) (2024-07-09) + + +### Features + +* **camel-source:** Make Source editor editable when it's enabled in the CamelContext ([363c651](https://github.com/hawtio/hawtio-next/commit/363c6518ed99b487dff7b98be062ebb8263435b3)) +* **Source:** Add warning about the route being editable ([75a6917](https://github.com/hawtio/hawtio-next/commit/75a6917636072f2dba5231ddb7fe9c014aab63e8)) + + +### Bug Fixes + +* **camel-plugin:** Catch the exception when formatting the message and throw error notification ([10a0599](https://github.com/hawtio/hawtio-next/commit/10a0599fef4aa2e752174c80d8f3a9ebd742367c)) +* **charts:** fix incorrect memory conversions ([45e2117](https://github.com/hawtio/hawtio-next/commit/45e2117eaeec6b61470e30414da33fe5066719b5)) +* **HawtioHeader:** Make header toolbar to be fullHeight to look better ([64bc183](https://github.com/hawtio/hawtio-next/commit/64bc183d00813c8eac7cd2d90d75f0ff7e984cb5)) +* **Remote:** switch to Kebab style dropdown for remote connection as it was before PF5 upgrade. ([494ce95](https://github.com/hawtio/hawtio-next/commit/494ce9544b49bf229bbf8e3ab6e55cfd9fca63df)) +* **tests:** Add @testing-library/dom dependency ([1a38317](https://github.com/hawtio/hawtio-next/commit/1a3831706ae2aa64c3357b315b252e23440c0691)) + ## [1.3.0-dev.2](https://github.com/hawtio/hawtio-next/compare/v1.3.0-dev.1...v1.3.0-dev.2) (2024-06-14) diff --git a/packages/hawtio/package.json b/packages/hawtio/package.json index 8ec3dba0..164a8e9d 100644 --- a/packages/hawtio/package.json +++ b/packages/hawtio/package.json @@ -1,6 +1,6 @@ { "name": "@hawtio/react", - "version": "1.3.0-dev.2", + "version": "1.3.0", "description": "A Hawtio reimplementation based on TypeScript + React.", "main": "./dist/index.js", "types": "./dist/index.d.ts",