Skip to content

Commit 6589036

Browse files
committed
chore(release): 1.0.7
1 parent db6e857 commit 6589036

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/hawtio/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [1.0.7](https://github.com/hawtio/hawtio-next/compare/v1.0.6...v1.0.7) (2024-02-21)
6+
7+
8+
### Bug Fixes
9+
10+
* **api:** expose each builtin plugin's entry point to the public API ([470a6cb](https://github.com/hawtio/hawtio-next/commit/470a6cbc867ba049838242b742286c46a44a234f)), closes [#788](https://github.com/hawtio/hawtio-next/issues/788)
11+
* **core:** branding css cannot override PatternFly styles with :root selector ([db6e857](https://github.com/hawtio/hawtio-next/commit/db6e857a43e6f766cae9e335f9da72a98e169f62)), closes [#787](https://github.com/hawtio/hawtio-next/issues/787)
12+
* **core:** cannot add productInfo to hawtconfig when about is absent ([47d7d15](https://github.com/hawtio/hawtio-next/commit/47d7d157d5514bc241ecf360947aa224c019092d)), closes [#715](https://github.com/hawtio/hawtio-next/issues/715)
13+
514
## [1.0.6](https://github.com/hawtio/hawtio-next/compare/v1.0.5...v1.0.6) (2024-02-16)
615

716

packages/hawtio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hawtio/react",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A Hawtio reimplementation based on TypeScript + React.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)