From be7137edf9bf36109bdf54c83da21fcfdb342b32 Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Mon, 13 May 2024 15:09:51 +0900 Subject: [PATCH] chore(release): 1.2.5 --- packages/hawtio/CHANGELOG.md | 8 ++++++++ packages/hawtio/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/hawtio/CHANGELOG.md b/packages/hawtio/CHANGELOG.md index bfca3f63..e545400b 100644 --- a/packages/hawtio/CHANGELOG.md +++ b/packages/hawtio/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2.5](https://github.com/hawtio/hawtio-next/compare/v1.2.4...v1.2.5) (2024-05-13) + + +### Bug Fixes + +* **#905:** Polish the Trace view of the camel plugin ([5fa875f](https://github.com/hawtio/hawtio-next/commit/5fa875f4f5079c746d315f9e8b2762a90e91d49e)), closes [#905](https://github.com/hawtio/hawtio-next/issues/905) +* **Source:** Use dynamic height instead of fixed height in pixels ([5d68ad2](https://github.com/hawtio/hawtio-next/commit/5d68ad2d7491ec50015eabb869676e19eda903a0)) + ## [1.2.4](https://github.com/hawtio/hawtio-next/compare/v1.2.3...v1.2.4) (2024-05-07) diff --git a/packages/hawtio/package.json b/packages/hawtio/package.json index c7d47f29..82eb34b2 100644 --- a/packages/hawtio/package.json +++ b/packages/hawtio/package.json @@ -1,6 +1,6 @@ { "name": "@hawtio/react", - "version": "1.2.4", + "version": "1.2.5", "description": "A Hawtio reimplementation based on TypeScript + React.", "main": "./dist/index.js", "types": "./dist/index.d.ts",