From 273e97109fe3c8f89cea1a49f50338262b6b2734 Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Fri, 9 Feb 2024 15:45:17 +0900 Subject: [PATCH] chore(release): 1.0.5 --- packages/hawtio/CHANGELOG.md | 7 +++++++ packages/hawtio/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/hawtio/CHANGELOG.md b/packages/hawtio/CHANGELOG.md index b716c0e9..880ae78b 100644 --- a/packages/hawtio/CHANGELOG.md +++ b/packages/hawtio/CHANGELOG.md @@ -2,6 +2,13 @@ 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.0.5](https://github.com/hawtio/hawtio-next/compare/v1.0.4...v1.0.5) (2024-02-09) + + +### Bug Fixes + +* **deps:** downgrade to @patternfly/react-charts 6.x and @patternfly/react-code-editor 4.x ([793a2f4](https://github.com/hawtio/hawtio-next/commit/793a2f4c3bb2f7f3be6865b7929a50f12a9d83fb)) + ## [1.0.4](https://github.com/hawtio/hawtio-next/compare/v1.0.3...v1.0.4) (2024-02-08) diff --git a/packages/hawtio/package.json b/packages/hawtio/package.json index 00cb1bc2..866cc0c9 100644 --- a/packages/hawtio/package.json +++ b/packages/hawtio/package.json @@ -1,6 +1,6 @@ { "name": "@hawtio/react", - "version": "1.0.4", + "version": "1.0.5", "description": "A Hawtio reimplementation based on TypeScript + React.", "main": "./dist/index.js", "types": "./dist/index.d.ts",