Skip to content

Commit bac344d

Browse files
committedMar 7, 2023
chore(release): releasing packages [ci skip]
- @patternfly/react-docs@5.103.80 - @patternfly/react-topology@4.91.39

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed
 

‎packages/react-docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.103.80](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.79...@patternfly/react-docs@5.103.80) (2023-03-07)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [5.103.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.78...@patternfly/react-docs@5.103.79) (2023-03-03)
715

816
**Note:** Version bump only for package @patternfly/react-docs

‎packages/react-docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/react-docs",
33
"description": "PatternFly React Docs",
4-
"version": "5.103.79",
4+
"version": "5.103.80",
55
"publishConfig": {
66
"access": "public",
77
"tag": "prerelease-v4"
@@ -31,7 +31,7 @@
3131
"@patternfly/react-styles": "^4.92.6",
3232
"@patternfly/react-table": "^4.113.0",
3333
"@patternfly/react-tokens": "^4.94.6",
34-
"@patternfly/react-topology": "^4.91.38",
34+
"@patternfly/react-topology": "^4.91.39",
3535
"@patternfly/react-virtualized-extension": "^4.88.115"
3636
},
3737
"devDependencies": {

‎packages/react-topology/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 4.91.39 (2023-03-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **topology:** Allow tooltip customization on TaskNode ([#8782](https://github.com/patternfly/patternfly-react/issues/8782)) ([13bf93b](https://github.com/patternfly/patternfly-react/commit/13bf93b5bd219977c0f5660e4093da535946f7e7))
12+
13+
14+
15+
16+
617
## [4.91.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@4.91.37...@patternfly/react-topology@4.91.38) (2023-03-02)
718

819
**Note:** Version bump only for package @patternfly/react-topology

‎packages/react-topology/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-topology",
3-
"version": "4.91.38",
3+
"version": "4.91.39",
44
"description": "This library provides a set of React topology view components for use with the PatternFly 4",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.