From d51c6888f5a6917cc15bdfad1a85e4bd24741d27 Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Thu, 16 Nov 2023 11:30:58 +0900 Subject: [PATCH] chore(release): 0.9.2 --- 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 a0b5ef3d..35866971 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. +## [0.9.2](https://github.com/hawtio/hawtio-next/compare/v0.9.1...v0.9.2) (2023-11-16) + + +### Bug Fixes + +* **auth:** export useUser hook for external plugins ([308ce3f](https://github.com/hawtio/hawtio-next/commit/308ce3f5818d1c2bf03aa103ed7267d19177c5b3)) +* **jmx,camel:** fix Operations tab crashes when used with Camel JBang ([3f66dd3](https://github.com/hawtio/hawtio-next/commit/3f66dd35c110be810fde96c0a117fdc7d1f8794a)), closes [#670](https://github.com/hawtio/hawtio-next/issues/670) + ## [0.9.1](https://github.com/hawtio/hawtio-next/compare/v0.9.0...v0.9.1) (2023-11-15) diff --git a/packages/hawtio/package.json b/packages/hawtio/package.json index c6c85821..abc49b3e 100644 --- a/packages/hawtio/package.json +++ b/packages/hawtio/package.json @@ -1,6 +1,6 @@ { "name": "@hawtio/react", - "version": "0.9.1", + "version": "0.9.2", "description": "A Hawtio reimplementation based on TypeScript + React.", "main": "./dist/index.js", "types": "./dist/index.d.ts",