Skip to content

Commit 48072fb

Browse files
committedMar 10, 2023
chore(release): releasing packages [ci skip]
- @patternfly/react-docs@5.103.81 - demo-app-ts@4.210.12 - @patternfly/react-integration@4.213.5 - @patternfly/react-topology@4.91.40

File tree

8 files changed

+37
-5
lines changed

8 files changed

+37
-5
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.81](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.80...@patternfly/react-docs@5.103.81) (2023-03-10)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [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)
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.80",
4+
"version": "5.103.81",
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.39",
34+
"@patternfly/react-topology": "^4.91.40",
3535
"@patternfly/react-virtualized-extension": "^4.88.115"
3636
},
3737
"devDependencies": {

‎packages/react-integration/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+
## 4.213.5 (2023-03-10)
7+
8+
**Note:** Version bump only for package @patternfly/react-integration
9+
10+
11+
12+
13+
614
## 4.213.4 (2023-03-01)
715

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

‎packages/react-integration/demo-app-ts/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+
## 4.210.12 (2023-03-10)
7+
8+
**Note:** Version bump only for package demo-app-ts
9+
10+
11+
12+
13+
614
## [4.210.11](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.210.10...demo-app-ts@4.210.11) (2023-03-02)
715

816
**Note:** Version bump only for package demo-app-ts

‎packages/react-integration/demo-app-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "demo-app-ts",
33
"private": true,
4-
"version": "4.210.11",
4+
"version": "4.210.12",
55
"scripts": {
66
"build:demo-app": "webpack --mode production",
77
"start:demo-app": "webpack-dev-server",

‎packages/react-integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/react-integration",
33
"private": true,
4-
"version": "4.213.4",
4+
"version": "4.213.5",
55
"description": "Integration testing for PF4 using demo applications",
66
"main": "lib/index.js",
77
"sideEffects": false,

‎packages/react-topology/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+
## [4.91.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@4.91.39...@patternfly/react-topology@4.91.40) (2023-03-10)
7+
8+
**Note:** Version bump only for package @patternfly/react-topology
9+
10+
11+
12+
13+
614
## 4.91.39 (2023-03-07)
715

816

‎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.39",
3+
"version": "4.91.40",
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.