From 0709d0fe96e6823efb78defc830f734c586b8eeb Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Thu, 27 Jan 2022 14:56:32 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - eslint-plugin-patternfly-react@4.31.14 - @patternfly/react-catalog-view-extension@4.43.14 - @patternfly/react-charts@6.45.14 - @patternfly/react-code-editor@4.33.14 - @patternfly/react-console@4.43.14 - @patternfly/react-core@4.192.14 - @patternfly/react-docs@5.53.14 - @patternfly/react-icons@4.43.14 - @patternfly/react-inline-edit-extension@4.37.14 - demo-app-ts@4.152.14 - @patternfly/react-integration@4.154.14 - @patternfly/react-log-viewer@4.37.14 - @patternfly/react-styles@4.42.14 - @patternfly/react-table@4.61.14 - @patternfly/react-tokens@4.44.14 - @patternfly/react-topology@4.39.14 - @patternfly/react-virtualized-extension@4.39.14 - transformer-cjs-imports@4.30.14 --- .../CHANGELOG.md | 8 ++++++ .../package.json | 2 +- .../react-catalog-view-extension/CHANGELOG.md | 8 ++++++ .../react-catalog-view-extension/package.json | 6 ++--- packages/react-charts/CHANGELOG.md | 8 ++++++ packages/react-charts/package.json | 6 ++--- packages/react-code-editor/CHANGELOG.md | 8 ++++++ packages/react-code-editor/package.json | 8 +++--- packages/react-console/CHANGELOG.md | 8 ++++++ packages/react-console/package.json | 4 +-- packages/react-core/CHANGELOG.md | 8 ++++++ packages/react-core/package.json | 8 +++--- packages/react-docs/CHANGELOG.md | 8 ++++++ packages/react-docs/package.json | 26 +++++++++---------- packages/react-icons/CHANGELOG.md | 8 ++++++ packages/react-icons/package.json | 2 +- .../react-inline-edit-extension/CHANGELOG.md | 8 ++++++ .../react-inline-edit-extension/package.json | 10 +++---- packages/react-integration/CHANGELOG.md | 8 ++++++ .../demo-app-ts/CHANGELOG.md | 8 ++++++ .../demo-app-ts/package.json | 4 +-- packages/react-integration/package.json | 2 +- packages/react-log-viewer/CHANGELOG.md | 8 ++++++ packages/react-log-viewer/package.json | 8 +++--- packages/react-styles/CHANGELOG.md | 8 ++++++ packages/react-styles/package.json | 2 +- packages/react-table/CHANGELOG.md | 8 ++++++ packages/react-table/package.json | 10 +++---- packages/react-tokens/CHANGELOG.md | 8 ++++++ packages/react-tokens/package.json | 2 +- packages/react-topology/CHANGELOG.md | 8 ++++++ packages/react-topology/package.json | 8 +++--- .../react-virtualized-extension/CHANGELOG.md | 8 ++++++ .../react-virtualized-extension/package.json | 8 +++--- packages/transformer-cjs-imports/CHANGELOG.md | 8 ++++++ packages/transformer-cjs-imports/package.json | 2 +- 36 files changed, 203 insertions(+), 59 deletions(-) diff --git a/packages/eslint-plugin-patternfly-react/CHANGELOG.md b/packages/eslint-plugin-patternfly-react/CHANGELOG.md index aea58188e8d..c81af2b0524 100644 --- a/packages/eslint-plugin-patternfly-react/CHANGELOG.md +++ b/packages/eslint-plugin-patternfly-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.31.14 (2022-01-27) + +**Note:** Version bump only for package eslint-plugin-patternfly-react + + + + + ## 4.31.13 (2022-01-26) diff --git a/packages/eslint-plugin-patternfly-react/package.json b/packages/eslint-plugin-patternfly-react/package.json index a62a9948376..426f4028ac5 100644 --- a/packages/eslint-plugin-patternfly-react/package.json +++ b/packages/eslint-plugin-patternfly-react/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-patternfly-react", - "version": "4.31.13", + "version": "4.31.14", "private": false, "main": "./lib/index.js", "license": "MIT", diff --git a/packages/react-catalog-view-extension/CHANGELOG.md b/packages/react-catalog-view-extension/CHANGELOG.md index 42c42d43bc2..6d8fee9fa02 100644 --- a/packages/react-catalog-view-extension/CHANGELOG.md +++ b/packages/react-catalog-view-extension/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.43.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-catalog-view-extension + + + + + ## 4.43.13 (2022-01-26) diff --git a/packages/react-catalog-view-extension/package.json b/packages/react-catalog-view-extension/package.json index 50662196f52..54481df5538 100644 --- a/packages/react-catalog-view-extension/package.json +++ b/packages/react-catalog-view-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-catalog-view-extension", - "version": "4.43.13", + "version": "4.43.14", "description": "This library provides catalog view extensions for PatternFly 4 React.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -36,8 +36,8 @@ }, "dependencies": { "@patternfly/patternfly": "4.171.1", - "@patternfly/react-core": "^4.192.13", - "@patternfly/react-styles": "^4.42.13" + "@patternfly/react-core": "^4.192.14", + "@patternfly/react-styles": "^4.42.14" }, "devDependencies": { "concurrently": "^5.3.0", diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index 71f1fb711b8..c572c39d2aa 100644 --- a/packages/react-charts/CHANGELOG.md +++ b/packages/react-charts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.45.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-charts + + + + + ## 6.45.13 (2022-01-26) diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index 4d29da5f174..0cc0aa8a191 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-charts", - "version": "6.45.13", + "version": "6.45.14", "description": "This library provides a set of React chart components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -29,8 +29,8 @@ }, "homepage": "https://github.com/patternfly/patternfly-react#readme", "dependencies": { - "@patternfly/react-styles": "^4.42.13", - "@patternfly/react-tokens": "^4.44.13", + "@patternfly/react-styles": "^4.42.14", + "@patternfly/react-tokens": "^4.44.14", "hoist-non-react-statics": "^3.3.0", "lodash": "^4.17.19", "tslib": "^2.0.0", diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index 75bc5fafdd6..e58d91327fc 100644 --- a/packages/react-code-editor/CHANGELOG.md +++ b/packages/react-code-editor/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.33.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + ## 4.33.13 (2022-01-26) diff --git a/packages/react-code-editor/package.json b/packages/react-code-editor/package.json index 5d16fe3dff8..041389cdd28 100644 --- a/packages/react-code-editor/package.json +++ b/packages/react-code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-code-editor", - "version": "4.33.13", + "version": "4.33.14", "description": "This package provides a PatternFly wrapper for the Monaco code editor\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -30,9 +30,9 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.192.13", - "@patternfly/react-icons": "^4.43.13", - "@patternfly/react-styles": "^4.42.13", + "@patternfly/react-core": "^4.192.14", + "@patternfly/react-icons": "^4.43.14", + "@patternfly/react-styles": "^4.42.14", "react-dropzone": "9.0.0", "tslib": "^2.0.0" }, diff --git a/packages/react-console/CHANGELOG.md b/packages/react-console/CHANGELOG.md index 300dfd51e65..32455c2e47c 100644 --- a/packages/react-console/CHANGELOG.md +++ b/packages/react-console/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.43.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-console + + + + + ## 4.43.13 (2022-01-26) diff --git a/packages/react-console/package.json b/packages/react-console/package.json index 2cb03ef9672..39a3e0b553d 100644 --- a/packages/react-console/package.json +++ b/packages/react-console/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-console", - "version": "4.43.13", + "version": "4.43.14", "description": "This package provides VncConsole, SerialConsole and DesktopViewer React components to be used alongside patternfly-react to access virtual machine or server consoles.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -34,7 +34,7 @@ "dependencies": { "@novnc/novnc": "^1.2.0", "@patternfly/patternfly": "4.171.1", - "@patternfly/react-core": "^4.192.13", + "@patternfly/react-core": "^4.192.14", "@spice-project/spice-html5": "^0.2.1", "@types/file-saver": "^2.0.1", "file-saver": "^1.3.8", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index edd8df9ccb1..a2aedf5c3d2 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.192.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-core + + + + + ## 4.192.13 (2022-01-26) diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 752c877213d..387512f48c5 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "4.192.13", + "version": "4.192.14", "description": "This library provides a set of common React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -34,9 +34,9 @@ "generate": "node scripts/copyStyles.js" }, "dependencies": { - "@patternfly/react-icons": "^4.43.13", - "@patternfly/react-styles": "^4.42.13", - "@patternfly/react-tokens": "^4.44.13", + "@patternfly/react-icons": "^4.43.14", + "@patternfly/react-styles": "^4.42.14", + "@patternfly/react-tokens": "^4.44.14", "focus-trap": "6.2.2", "react-dropzone": "9.0.0", "tippy.js": "5.1.2", diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index 29af1218dca..459ce381ed1 100644 --- a/packages/react-docs/CHANGELOG.md +++ b/packages/react-docs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.53.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-docs + + + + + ## 5.53.13 (2022-01-26) diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index c9b80ce6a8a..5bcb4dd5c4c 100644 --- a/packages/react-docs/package.json +++ b/packages/react-docs/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/react-docs", "description": "PatternFly React Docs", - "version": "5.53.13", + "version": "5.53.14", "publishConfig": { "access": "public", "tag": "prerelease-v4" @@ -23,18 +23,18 @@ }, "dependencies": { "@patternfly/patternfly": "4.171.1", - "@patternfly/react-catalog-view-extension": "^4.43.13", - "@patternfly/react-charts": "^6.45.13", - "@patternfly/react-code-editor": "^4.33.13", - "@patternfly/react-core": "^4.192.13", - "@patternfly/react-icons": "^4.43.13", - "@patternfly/react-inline-edit-extension": "^4.37.13", - "@patternfly/react-log-viewer": "^4.37.13", - "@patternfly/react-styles": "^4.42.13", - "@patternfly/react-table": "^4.61.13", - "@patternfly/react-tokens": "^4.44.13", - "@patternfly/react-topology": "^4.39.13", - "@patternfly/react-virtualized-extension": "^4.39.13" + "@patternfly/react-catalog-view-extension": "^4.43.14", + "@patternfly/react-charts": "^6.45.14", + "@patternfly/react-code-editor": "^4.33.14", + "@patternfly/react-core": "^4.192.14", + "@patternfly/react-icons": "^4.43.14", + "@patternfly/react-inline-edit-extension": "^4.37.14", + "@patternfly/react-log-viewer": "^4.37.14", + "@patternfly/react-styles": "^4.42.14", + "@patternfly/react-table": "^4.61.14", + "@patternfly/react-tokens": "^4.44.14", + "@patternfly/react-topology": "^4.39.14", + "@patternfly/react-virtualized-extension": "^4.39.14" }, "devDependencies": { "@patternfly/patternfly-a11y": "4.2.1", diff --git a/packages/react-icons/CHANGELOG.md b/packages/react-icons/CHANGELOG.md index a5f57836c28..6ff6a06b78c 100644 --- a/packages/react-icons/CHANGELOG.md +++ b/packages/react-icons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.43.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-icons + + + + + ## 4.43.13 (2022-01-26) diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index ec020dd2264..8accfb1fd9f 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-icons", - "version": "4.43.13", + "version": "4.43.14", "description": "PatternFly 4 Icons as React Components", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/react-inline-edit-extension/CHANGELOG.md b/packages/react-inline-edit-extension/CHANGELOG.md index c4f9c134edd..c622a304d3e 100644 --- a/packages/react-inline-edit-extension/CHANGELOG.md +++ b/packages/react-inline-edit-extension/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.37.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-inline-edit-extension + + + + + ## 4.37.13 (2022-01-26) diff --git a/packages/react-inline-edit-extension/package.json b/packages/react-inline-edit-extension/package.json index 27f1c4b7a0b..4911c677167 100644 --- a/packages/react-inline-edit-extension/package.json +++ b/packages/react-inline-edit-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-inline-edit-extension", - "version": "4.37.13", + "version": "4.37.14", "description": "This library provides inline editing support for PatternFly 4 React table", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -30,10 +30,10 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.192.13", - "@patternfly/react-icons": "^4.43.13", - "@patternfly/react-styles": "^4.42.13", - "@patternfly/react-table": "^4.61.13" + "@patternfly/react-core": "^4.192.14", + "@patternfly/react-icons": "^4.43.14", + "@patternfly/react-styles": "^4.42.14", + "@patternfly/react-table": "^4.61.14" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0", diff --git a/packages/react-integration/CHANGELOG.md b/packages/react-integration/CHANGELOG.md index 00cc11d5213..10abccac450 100644 --- a/packages/react-integration/CHANGELOG.md +++ b/packages/react-integration/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.154.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-integration + + + + + ## 4.154.13 (2022-01-26) diff --git a/packages/react-integration/demo-app-ts/CHANGELOG.md b/packages/react-integration/demo-app-ts/CHANGELOG.md index b9cc85ccc02..968f990dc03 100644 --- a/packages/react-integration/demo-app-ts/CHANGELOG.md +++ b/packages/react-integration/demo-app-ts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.152.14 (2022-01-27) + +**Note:** Version bump only for package demo-app-ts + + + + + ## 4.152.13 (2022-01-26) diff --git a/packages/react-integration/demo-app-ts/package.json b/packages/react-integration/demo-app-ts/package.json index fe7fbf8536b..feaba4d5138 100644 --- a/packages/react-integration/demo-app-ts/package.json +++ b/packages/react-integration/demo-app-ts/package.json @@ -1,14 +1,14 @@ { "name": "demo-app-ts", "private": true, - "version": "4.152.13", + "version": "4.152.14", "scripts": { "build:demo-app": "webpack --mode production", "start:demo-app": "webpack-dev-server", "serve:demo-app": "node scripts/serve" }, "dependencies": { - "@patternfly/react-core": "^4.192.13", + "@patternfly/react-core": "^4.192.14", "react": "^17.0.0", "react-dom": "^17.0.0", "react-router": "^4.3.1", diff --git a/packages/react-integration/package.json b/packages/react-integration/package.json index 453080c8882..6b599725c28 100644 --- a/packages/react-integration/package.json +++ b/packages/react-integration/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/react-integration", "private": true, - "version": "4.154.13", + "version": "4.154.14", "description": "Integration testing for PF4 using demo applications", "main": "lib/index.js", "sideEffects": false, diff --git a/packages/react-log-viewer/CHANGELOG.md b/packages/react-log-viewer/CHANGELOG.md index 7c46b6c067c..362f2714809 100644 --- a/packages/react-log-viewer/CHANGELOG.md +++ b/packages/react-log-viewer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.37.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-log-viewer + + + + + ## 4.37.13 (2022-01-26) diff --git a/packages/react-log-viewer/package.json b/packages/react-log-viewer/package.json index 735b0d826aa..723ffa2a622 100644 --- a/packages/react-log-viewer/package.json +++ b/packages/react-log-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-log-viewer", - "version": "4.37.13", + "version": "4.37.14", "description": "Terminal renderer", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -29,9 +29,9 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.192.13", - "@patternfly/react-icons": "^4.43.13", - "@patternfly/react-styles": "^4.42.13", + "@patternfly/react-core": "^4.192.14", + "@patternfly/react-icons": "^4.43.14", + "@patternfly/react-styles": "^4.42.14", "memoize-one": "^5.1.0", "resize-observer-polyfill": "^1.5.1" }, diff --git a/packages/react-styles/CHANGELOG.md b/packages/react-styles/CHANGELOG.md index 4f137f8a3b4..3043698997c 100644 --- a/packages/react-styles/CHANGELOG.md +++ b/packages/react-styles/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.42.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-styles + + + + + ## 4.42.13 (2022-01-26) diff --git a/packages/react-styles/package.json b/packages/react-styles/package.json index c45d18a98dd..0ab5105ff1c 100644 --- a/packages/react-styles/package.json +++ b/packages/react-styles/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-styles", - "version": "4.42.13", + "version": "4.42.14", "main": "dist/js/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index b366e037e39..d89145fabc0 100644 --- a/packages/react-table/CHANGELOG.md +++ b/packages/react-table/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.61.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-table + + + + + ## 4.61.13 (2022-01-26) diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 0de76ab9cac..114730a6064 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "4.61.13", + "version": "4.61.14", "description": "This library provides a set of React table components for use with the PatternFly 4", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -31,10 +31,10 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.192.13", - "@patternfly/react-icons": "^4.43.13", - "@patternfly/react-styles": "^4.42.13", - "@patternfly/react-tokens": "^4.44.13", + "@patternfly/react-core": "^4.192.14", + "@patternfly/react-icons": "^4.43.14", + "@patternfly/react-styles": "^4.42.14", + "@patternfly/react-tokens": "^4.44.14", "lodash": "^4.17.19", "tslib": "^2.0.0" }, diff --git a/packages/react-tokens/CHANGELOG.md b/packages/react-tokens/CHANGELOG.md index 2ba6b3a59fb..c2e6465a4c4 100644 --- a/packages/react-tokens/CHANGELOG.md +++ b/packages/react-tokens/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.44.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-tokens + + + + + ## 4.44.13 (2022-01-26) diff --git a/packages/react-tokens/package.json b/packages/react-tokens/package.json index eb5c381f3de..20acc87c2ea 100644 --- a/packages/react-tokens/package.json +++ b/packages/react-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-tokens", - "version": "4.44.13", + "version": "4.44.14", "description": "This library provides access to the design tokens of PatternFly 4 from JavaScript", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/react-topology/CHANGELOG.md b/packages/react-topology/CHANGELOG.md index e58bb9b94fa..4f3f5bb41ef 100644 --- a/packages/react-topology/CHANGELOG.md +++ b/packages/react-topology/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.39.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-topology + + + + + ## 4.39.13 (2022-01-26) diff --git a/packages/react-topology/package.json b/packages/react-topology/package.json index 4b85b2e4f0b..267bd93f847 100644 --- a/packages/react-topology/package.json +++ b/packages/react-topology/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-topology", - "version": "4.39.13", + "version": "4.39.14", "description": "This library provides a set of React topology view components for use with the PatternFly 4", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -28,9 +28,9 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.192.13", - "@patternfly/react-icons": "^4.43.13", - "@patternfly/react-styles": "^4.42.13", + "@patternfly/react-core": "^4.192.14", + "@patternfly/react-icons": "^4.43.14", + "@patternfly/react-styles": "^4.42.14", "@types/d3": "^5.7.2", "@types/d3-force": "^1.2.1", "@types/dagre": "0.7.42", diff --git a/packages/react-virtualized-extension/CHANGELOG.md b/packages/react-virtualized-extension/CHANGELOG.md index 12a70c911ce..2ed63eededc 100644 --- a/packages/react-virtualized-extension/CHANGELOG.md +++ b/packages/react-virtualized-extension/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.39.14 (2022-01-27) + +**Note:** Version bump only for package @patternfly/react-virtualized-extension + + + + + ## 4.39.13 (2022-01-26) diff --git a/packages/react-virtualized-extension/package.json b/packages/react-virtualized-extension/package.json index 2ef7582b83f..f211fd791cb 100644 --- a/packages/react-virtualized-extension/package.json +++ b/packages/react-virtualized-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-virtualized-extension", - "version": "4.39.13", + "version": "4.39.14", "description": "This library provides efficient rendering extensions for PatternFly 4 React tables and lists.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -30,9 +30,9 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.192.13", - "@patternfly/react-icons": "^4.43.13", - "@patternfly/react-styles": "^4.42.13", + "@patternfly/react-core": "^4.192.14", + "@patternfly/react-icons": "^4.43.14", + "@patternfly/react-styles": "^4.42.14", "linear-layout-vector": "0.0.1", "react-virtualized": "^9.21.1", "tslib": "^2.0.0" diff --git a/packages/transformer-cjs-imports/CHANGELOG.md b/packages/transformer-cjs-imports/CHANGELOG.md index 0ebb0512d83..b66f5294e0b 100644 --- a/packages/transformer-cjs-imports/CHANGELOG.md +++ b/packages/transformer-cjs-imports/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.30.14 (2022-01-27) + +**Note:** Version bump only for package transformer-cjs-imports + + + + + ## 4.30.13 (2022-01-26) diff --git a/packages/transformer-cjs-imports/package.json b/packages/transformer-cjs-imports/package.json index 021bf8fcaf5..8600fbc6bfa 100644 --- a/packages/transformer-cjs-imports/package.json +++ b/packages/transformer-cjs-imports/package.json @@ -1,7 +1,7 @@ { "name": "transformer-cjs-imports", "private": true, - "version": "4.30.13", + "version": "4.30.14", "description": "Transform CJS imports to ESM in typescript depending on module target.", "main": "index.js", "author": "Red Hat",