From 90b8f8fa504aed80af90f4152c4689c5fe237fe4 Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Tue, 14 Nov 2023 14:11:04 +0900 Subject: [PATCH] chore(release): 0.9.0 --- packages/hawtio/CHANGELOG.md | 14 ++++++++++++++ packages/hawtio/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/hawtio/CHANGELOG.md b/packages/hawtio/CHANGELOG.md index 58048565..305b2feb 100644 --- a/packages/hawtio/CHANGELOG.md +++ b/packages/hawtio/CHANGELOG.md @@ -2,6 +2,20 @@ 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.0](https://github.com/hawtio/hawtio-next/compare/v0.8.0...v0.9.0) (2023-11-14) + + +### Features + +* **connect:** add Discover tab - by Jolokia Discovery MBean ([0fb87dc](https://github.com/hawtio/hawtio-next/commit/0fb87dc30ed8adc0c4b707198935636da3b8b286)) +* **connect:** support local JVM listing in Discover tab ([c0d2ba8](https://github.com/hawtio/hawtio-next/commit/c0d2ba8fbd8ce7af9ecc8e0233cc15d642cf4f91)), closes [#30](https://github.com/hawtio/hawtio-next/issues/30) +* **plugin:** add order option to Plugin API to allow controlling presentation order of plugins [#653](https://github.com/hawtio/hawtio-next/issues/653) ([14c0a89](https://github.com/hawtio/hawtio-next/commit/14c0a89749af345f2976880b40285e2fe3f4b5c7)) + + +### Bug Fixes + +* **camel,jmx:** fix Camel plugin should precede JMX ([51bb1a2](https://github.com/hawtio/hawtio-next/commit/51bb1a233a8b0b4214d67853c2b0603eeb06920d)), closes [#653](https://github.com/hawtio/hawtio-next/issues/653) + ## [0.8.0](https://github.com/hawtio/hawtio-next/compare/v0.7.0...v0.8.0) (2023-11-07) diff --git a/packages/hawtio/package.json b/packages/hawtio/package.json index 7c927c80..801d7fc1 100644 --- a/packages/hawtio/package.json +++ b/packages/hawtio/package.json @@ -1,6 +1,6 @@ { "name": "@hawtio/react", - "version": "0.8.0", + "version": "0.9.0", "description": "A Hawtio reimplementation based on TypeScript + React.", "main": "./dist/index.js", "types": "./dist/index.d.ts",