diff --git a/packages/patternfly-4/react-catalog-view-extension/CHANGELOG.md b/packages/patternfly-4/react-catalog-view-extension/CHANGELOG.md index 5e22209dc66..69d741e3573 100644 --- a/packages/patternfly-4/react-catalog-view-extension/CHANGELOG.md +++ b/packages/patternfly-4/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. +## [1.1.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.53...@patternfly/react-catalog-view-extension@1.1.54) (2019-12-16) + +**Note:** Version bump only for package @patternfly/react-catalog-view-extension + + + + + ## [1.1.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.52...@patternfly/react-catalog-view-extension@1.1.53) (2019-12-13) **Note:** Version bump only for package @patternfly/react-catalog-view-extension diff --git a/packages/patternfly-4/react-catalog-view-extension/package.json b/packages/patternfly-4/react-catalog-view-extension/package.json index abe0559060b..e117b78da93 100644 --- a/packages/patternfly-4/react-catalog-view-extension/package.json +++ b/packages/patternfly-4/react-catalog-view-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-catalog-view-extension", - "version": "1.1.53", + "version": "1.1.54", "description": "This library provides catalog view extensions for PatternFly 4 React.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -41,8 +41,8 @@ }, "dependencies": { "@patternfly/patternfly": "2.45.4", - "@patternfly/react-core": "^3.127.3", - "@patternfly/react-styles": "^3.6.13", + "@patternfly/react-core": "^3.128.0", + "@patternfly/react-styles": "^3.6.14", "classnames": "^2.2.5", "patternfly": "^3.59.4" }, diff --git a/packages/patternfly-4/react-charts/CHANGELOG.md b/packages/patternfly-4/react-charts/CHANGELOG.md index ce6bf6e27e1..51aed2ba6de 100644 --- a/packages/patternfly-4/react-charts/CHANGELOG.md +++ b/packages/patternfly-4/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. +## [5.2.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@5.2.5...@patternfly/react-charts@5.2.6) (2019-12-16) + +**Note:** Version bump only for package @patternfly/react-charts + + + + + ## [5.2.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@5.2.4...@patternfly/react-charts@5.2.5) (2019-12-12) **Note:** Version bump only for package @patternfly/react-charts diff --git a/packages/patternfly-4/react-charts/package.json b/packages/patternfly-4/react-charts/package.json index 0602ff73155..2420e31f381 100644 --- a/packages/patternfly-4/react-charts/package.json +++ b/packages/patternfly-4/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-charts", - "version": "5.2.5", + "version": "5.2.6", "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", @@ -30,8 +30,8 @@ "homepage": "https://github.com/patternfly/patternfly-react#readme", "dependencies": { "@patternfly/patternfly": "2.45.4", - "@patternfly/react-styles": "^3.6.13", - "@patternfly/react-tokens": "^2.7.12", + "@patternfly/react-styles": "^3.6.14", + "@patternfly/react-tokens": "^2.7.13", "hoist-non-react-statics": "^3.3.0", "lodash": "^4.17.15", "victory": "^33.0.5", diff --git a/packages/patternfly-4/react-core/CHANGELOG.md b/packages/patternfly-4/react-core/CHANGELOG.md index 2b35eb3bc52..d9dfee88898 100644 --- a/packages/patternfly-4/react-core/CHANGELOG.md +++ b/packages/patternfly-4/react-core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.128.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.127.3...@patternfly/react-core@3.128.0) (2019-12-16) + + +### Features + +* **list:** add the ordered variant ([#3363](https://github.com/patternfly/patternfly-react/issues/3363)) ([373f923](https://github.com/patternfly/patternfly-react/commit/373f923af83801ce6e8126a799b734e5cb112d81)) + + + + + ## [3.127.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.127.2...@patternfly/react-core@3.127.3) (2019-12-13) diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index 4b6888d154d..9936ee324f7 100644 --- a/packages/patternfly-4/react-core/package.json +++ b/packages/patternfly-4/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "3.127.3", + "version": "3.128.0", "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", @@ -39,9 +39,9 @@ "develop": "yarn build:babel:esm --skip-initial-build --watch --verbose" }, "dependencies": { - "@patternfly/react-icons": "^3.14.25", - "@patternfly/react-styles": "^3.6.13", - "@patternfly/react-tokens": "^2.7.12", + "@patternfly/react-icons": "^3.14.26", + "@patternfly/react-styles": "^3.6.14", + "@patternfly/react-tokens": "^2.7.13", "emotion": "^9.2.9", "exenv": "^1.2.2", "focus-trap-react": "^4.0.1", diff --git a/packages/patternfly-4/react-docs/CHANGELOG.md b/packages/patternfly-4/react-docs/CHANGELOG.md index fb156ae4771..336b1afbcfa 100644 --- a/packages/patternfly-4/react-docs/CHANGELOG.md +++ b/packages/patternfly-4/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. +## [4.16.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.16.64...@patternfly/react-docs@4.16.65) (2019-12-16) + +**Note:** Version bump only for package @patternfly/react-docs + + + + + ## [4.16.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.16.63...@patternfly/react-docs@4.16.64) (2019-12-13) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index 30989217058..a209ad33a16 100644 --- a/packages/patternfly-4/react-docs/package.json +++ b/packages/patternfly-4/react-docs/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/react-docs", "description": "PatternFly React Docs", - "version": "4.16.64", + "version": "4.16.65", "author": "Red Hat", "license": "MIT", "private": true, @@ -21,17 +21,17 @@ "@mdx-js/mdx": "^1.1.5", "@mdx-js/react": "^1.1.5", "@patternfly/patternfly": "2.45.4", - "@patternfly/react-catalog-view-extension": "^1.1.53", - "@patternfly/react-charts": "^5.2.5", - "@patternfly/react-core": "^3.127.3", - "@patternfly/react-icons": "^3.14.25", - "@patternfly/react-inline-edit-extension": "^2.14.13", - "@patternfly/react-styled-system": "^3.7.13", - "@patternfly/react-styles": "^3.6.13", - "@patternfly/react-table": "^2.24.57", - "@patternfly/react-tokens": "^2.7.12", - "@patternfly/react-topology": "^2.11.41", - "@patternfly/react-virtualized-extension": "^1.3.54", + "@patternfly/react-catalog-view-extension": "^1.1.54", + "@patternfly/react-charts": "^5.2.6", + "@patternfly/react-core": "^3.128.0", + "@patternfly/react-icons": "^3.14.26", + "@patternfly/react-inline-edit-extension": "^2.14.14", + "@patternfly/react-styled-system": "^3.7.14", + "@patternfly/react-styles": "^3.6.14", + "@patternfly/react-table": "^2.24.58", + "@patternfly/react-tokens": "^2.7.13", + "@patternfly/react-topology": "^2.11.42", + "@patternfly/react-virtualized-extension": "^1.3.55", "gatsby": "2.18.6", "gatsby-cli": "2.8.15", "gatsby-theme-patternfly-org": "^1.2.9", diff --git a/packages/patternfly-4/react-inline-edit-extension/CHANGELOG.md b/packages/patternfly-4/react-inline-edit-extension/CHANGELOG.md index 384088887d0..a2223011cd1 100644 --- a/packages/patternfly-4/react-inline-edit-extension/CHANGELOG.md +++ b/packages/patternfly-4/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. +## [2.14.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.14.13...@patternfly/react-inline-edit-extension@2.14.14) (2019-12-16) + +**Note:** Version bump only for package @patternfly/react-inline-edit-extension + + + + + ## [2.14.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.14.12...@patternfly/react-inline-edit-extension@2.14.13) (2019-12-13) **Note:** Version bump only for package @patternfly/react-inline-edit-extension diff --git a/packages/patternfly-4/react-inline-edit-extension/package.json b/packages/patternfly-4/react-inline-edit-extension/package.json index 6615fd4b489..ea35503316c 100644 --- a/packages/patternfly-4/react-inline-edit-extension/package.json +++ b/packages/patternfly-4/react-inline-edit-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-inline-edit-extension", - "version": "2.14.13", + "version": "2.14.14", "description": "This library provides inline editing support for PatternFly 4 React table", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -28,10 +28,10 @@ "homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/", "dependencies": { "@patternfly/patternfly": "2.45.4", - "@patternfly/react-core": "^3.127.3", - "@patternfly/react-icons": "^3.14.25", - "@patternfly/react-styles": "^3.6.13", - "@patternfly/react-table": "^2.24.57", + "@patternfly/react-core": "^3.128.0", + "@patternfly/react-icons": "^3.14.26", + "@patternfly/react-styles": "^3.6.14", + "@patternfly/react-table": "^2.24.58", "classnames": "^2.2.5", "exenv": "^1.2.2", "reactabular-table": "^8.14.0" @@ -51,7 +51,7 @@ "postbuild": "node ./build/copyStyles.js" }, "optionalDependencies": { - "@patternfly/react-tokens": "^2.7.12" + "@patternfly/react-tokens": "^2.7.13" }, "devDependencies": { "@babel/cli": "^7.0.0", diff --git a/packages/patternfly-4/react-integration/CHANGELOG.md b/packages/patternfly-4/react-integration/CHANGELOG.md index e50e19cf3d3..255b03df293 100644 --- a/packages/patternfly-4/react-integration/CHANGELOG.md +++ b/packages/patternfly-4/react-integration/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.15.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@3.14.1...@patternfly/react-integration@3.15.0) (2019-12-16) + + +### Features + +* **list:** add the ordered variant ([#3363](https://github.com/patternfly/patternfly-react/issues/3363)) ([373f923](https://github.com/patternfly/patternfly-react/commit/373f923af83801ce6e8126a799b734e5cb112d81)) + + + + + ## [3.14.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@3.14.0...@patternfly/react-integration@3.14.1) (2019-12-13) diff --git a/packages/patternfly-4/react-integration/demo-app-ts/CHANGELOG.md b/packages/patternfly-4/react-integration/demo-app-ts/CHANGELOG.md index ad01579595a..016c01bbd5a 100644 --- a/packages/patternfly-4/react-integration/demo-app-ts/CHANGELOG.md +++ b/packages/patternfly-4/react-integration/demo-app-ts/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.15.0](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@3.14.9...demo-app-ts@3.15.0) (2019-12-16) + + +### Features + +* **list:** add the ordered variant ([#3363](https://github.com/patternfly/patternfly-react/issues/3363)) ([373f923](https://github.com/patternfly/patternfly-react/commit/373f923af83801ce6e8126a799b734e5cb112d81)) + + + + + ## [3.14.9](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@3.14.8...demo-app-ts@3.14.9) (2019-12-13) diff --git a/packages/patternfly-4/react-integration/demo-app-ts/package.json b/packages/patternfly-4/react-integration/demo-app-ts/package.json index edcc569b2b5..f6960507fa0 100644 --- a/packages/patternfly-4/react-integration/demo-app-ts/package.json +++ b/packages/patternfly-4/react-integration/demo-app-ts/package.json @@ -1,13 +1,13 @@ { "name": "demo-app-ts", "private": true, - "version": "3.14.9", + "version": "3.15.0", "scripts": { "build:demo-app": "react-scripts build", "start:demo-app": "react-scripts start" }, "dependencies": { - "@patternfly/react-core": "^3.127.3", + "@patternfly/react-core": "^3.128.0", "react": "^16.8.0", "react-dom": "^16.8.0", "react-router": "^4.3.1", diff --git a/packages/patternfly-4/react-integration/package.json b/packages/patternfly-4/react-integration/package.json index ea373d994b5..67baaf369cb 100644 --- a/packages/patternfly-4/react-integration/package.json +++ b/packages/patternfly-4/react-integration/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/react-integration", "private": true, - "version": "3.14.1", + "version": "3.15.0", "description": "Integration testing for PF4 using demo applications", "main": "lib/index.js", "sideEffects": false, diff --git a/packages/patternfly-4/react-styled-system/CHANGELOG.md b/packages/patternfly-4/react-styled-system/CHANGELOG.md index 3acd9cf51b1..f1cf7511db2 100644 --- a/packages/patternfly-4/react-styled-system/CHANGELOG.md +++ b/packages/patternfly-4/react-styled-system/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. +## [3.7.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@3.7.13...@patternfly/react-styled-system@3.7.14) (2019-12-16) + +**Note:** Version bump only for package @patternfly/react-styled-system + + + + + ## [3.7.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@3.7.12...@patternfly/react-styled-system@3.7.13) (2019-12-12) **Note:** Version bump only for package @patternfly/react-styled-system diff --git a/packages/patternfly-4/react-styled-system/package.json b/packages/patternfly-4/react-styled-system/package.json index f9ae83d2cab..a9a0fd8966f 100644 --- a/packages/patternfly-4/react-styled-system/package.json +++ b/packages/patternfly-4/react-styled-system/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-styled-system", - "version": "3.7.13", + "version": "3.7.14", "description": "Experimental: Styled System package with PatternFly 4 theming", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -35,8 +35,8 @@ "develop": "yarn build:babel:esm --skip-initial-build --watch --verbose" }, "dependencies": { - "@patternfly/react-styles": "^3.6.13", - "@patternfly/react-tokens": "^2.7.12", + "@patternfly/react-styles": "^3.6.14", + "@patternfly/react-tokens": "^2.7.13", "emotion-theming": "^9.2.9", "react-emotion": "^9.2.9", "styled-system": "^3.1.11" diff --git a/packages/patternfly-4/react-styles/CHANGELOG.md b/packages/patternfly-4/react-styles/CHANGELOG.md index c2b97dabef0..9c4a7ee6d0c 100644 --- a/packages/patternfly-4/react-styles/CHANGELOG.md +++ b/packages/patternfly-4/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. +## [3.6.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.13...@patternfly/react-styles@3.6.14) (2019-12-16) + +**Note:** Version bump only for package @patternfly/react-styles + + + + + ## [3.6.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.12...@patternfly/react-styles@3.6.13) (2019-12-12) **Note:** Version bump only for package @patternfly/react-styles diff --git a/packages/patternfly-4/react-styles/package.json b/packages/patternfly-4/react-styles/package.json index 5a001b5c04c..5c94cd4f303 100644 --- a/packages/patternfly-4/react-styles/package.json +++ b/packages/patternfly-4/react-styles/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-styles", - "version": "3.6.13", + "version": "3.6.14", "main": "dist/js/index.js", "module": "dist/esm/index.js", "types": "dist/js/index.d.ts", diff --git a/packages/patternfly-4/react-table/CHANGELOG.md b/packages/patternfly-4/react-table/CHANGELOG.md index 2f897b31f35..9e516fc72d6 100644 --- a/packages/patternfly-4/react-table/CHANGELOG.md +++ b/packages/patternfly-4/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. +## [2.24.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.24.57...@patternfly/react-table@2.24.58) (2019-12-16) + +**Note:** Version bump only for package @patternfly/react-table + + + + + ## [2.24.57](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.24.56...@patternfly/react-table@2.24.57) (2019-12-13) diff --git a/packages/patternfly-4/react-table/package.json b/packages/patternfly-4/react-table/package.json index 0ae7b84b001..d8f14dd96f8 100644 --- a/packages/patternfly-4/react-table/package.json +++ b/packages/patternfly-4/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "2.24.57", + "version": "2.24.58", "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", @@ -28,10 +28,10 @@ "homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme", "dependencies": { "@patternfly/patternfly": "2.45.4", - "@patternfly/react-core": "^3.127.3", - "@patternfly/react-icons": "^3.14.25", - "@patternfly/react-styles": "^3.6.13", - "@patternfly/react-tokens": "^2.7.12", + "@patternfly/react-core": "^3.128.0", + "@patternfly/react-icons": "^3.14.26", + "@patternfly/react-styles": "^3.6.14", + "@patternfly/react-tokens": "^2.7.13", "classnames": "^2.2.5", "exenv": "^1.2.2", "lodash": "^4.17.15" diff --git a/packages/patternfly-4/react-tokens/CHANGELOG.md b/packages/patternfly-4/react-tokens/CHANGELOG.md index 0d18a10552b..382577058d1 100644 --- a/packages/patternfly-4/react-tokens/CHANGELOG.md +++ b/packages/patternfly-4/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. +## [2.7.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.12...@patternfly/react-tokens@2.7.13) (2019-12-16) + +**Note:** Version bump only for package @patternfly/react-tokens + + + + + ## [2.7.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.11...@patternfly/react-tokens@2.7.12) (2019-12-12) **Note:** Version bump only for package @patternfly/react-tokens diff --git a/packages/patternfly-4/react-tokens/package.json b/packages/patternfly-4/react-tokens/package.json index 67e0e294647..9edd8bd7656 100644 --- a/packages/patternfly-4/react-tokens/package.json +++ b/packages/patternfly-4/react-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-tokens", - "version": "2.7.12", + "version": "2.7.13", "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/patternfly-4/react-topology/CHANGELOG.md b/packages/patternfly-4/react-topology/CHANGELOG.md index 94e1eb8a10a..dba3b7e1ba4 100644 --- a/packages/patternfly-4/react-topology/CHANGELOG.md +++ b/packages/patternfly-4/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. +## [2.11.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@2.11.41...@patternfly/react-topology@2.11.42) (2019-12-16) + +**Note:** Version bump only for package @patternfly/react-topology + + + + + ## [2.11.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@2.11.40...@patternfly/react-topology@2.11.41) (2019-12-13) **Note:** Version bump only for package @patternfly/react-topology diff --git a/packages/patternfly-4/react-topology/package.json b/packages/patternfly-4/react-topology/package.json index ae5168c6a58..9558239c08b 100644 --- a/packages/patternfly-4/react-topology/package.json +++ b/packages/patternfly-4/react-topology/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-topology", - "version": "2.11.41", + "version": "2.11.42", "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", @@ -26,9 +26,9 @@ "homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-topology#readme", "dependencies": { "@patternfly/patternfly": "2.45.4", - "@patternfly/react-core": "^3.127.3", - "@patternfly/react-icons": "^3.14.25", - "@patternfly/react-styles": "^3.6.13" + "@patternfly/react-core": "^3.128.0", + "@patternfly/react-icons": "^3.14.26", + "@patternfly/react-styles": "^3.6.14" }, "peerDependencies": { "prop-types": "^15.6.1", @@ -54,7 +54,7 @@ "@babel/plugin-transform-typescript": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", - "@patternfly/react-tokens": "^2.7.12", + "@patternfly/react-tokens": "^2.7.13", "@types/prop-types": "^15.7.0", "@types/react": "^16.4.0", "@types/react-dom": "^16.4.0", diff --git a/packages/patternfly-4/react-virtualized-extension/CHANGELOG.md b/packages/patternfly-4/react-virtualized-extension/CHANGELOG.md index 54e2921f166..712c7d0c4f2 100644 --- a/packages/patternfly-4/react-virtualized-extension/CHANGELOG.md +++ b/packages/patternfly-4/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. +## [1.3.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@1.3.54...@patternfly/react-virtualized-extension@1.3.55) (2019-12-16) + +**Note:** Version bump only for package @patternfly/react-virtualized-extension + + + + + ## [1.3.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@1.3.53...@patternfly/react-virtualized-extension@1.3.54) (2019-12-13) **Note:** Version bump only for package @patternfly/react-virtualized-extension diff --git a/packages/patternfly-4/react-virtualized-extension/package.json b/packages/patternfly-4/react-virtualized-extension/package.json index 53c959f455a..8ab9e20d692 100644 --- a/packages/patternfly-4/react-virtualized-extension/package.json +++ b/packages/patternfly-4/react-virtualized-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-virtualized-extension", - "version": "1.3.54", + "version": "1.3.55", "description": "This library provides efficient rendering extensions for PatternFly 4 React tables and lists.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -28,9 +28,9 @@ "homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/", "dependencies": { "@patternfly/patternfly": "2.45.4", - "@patternfly/react-core": "^3.127.3", - "@patternfly/react-icons": "^3.14.25", - "@patternfly/react-styles": "^3.6.13", + "@patternfly/react-core": "^3.128.0", + "@patternfly/react-icons": "^3.14.26", + "@patternfly/react-styles": "^3.6.14", "@types/react-virtualized": "^9.21.5", "clsx": "^1.0.1", "dom-helpers": "^2.4.0 || ^3.0.0", diff --git a/packages/react-icons/CHANGELOG.md b/packages/react-icons/CHANGELOG.md index 5468c50d20d..ab65c1d9b12 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. +## [3.14.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@3.14.25...@patternfly/react-icons@3.14.26) (2019-12-16) + +**Note:** Version bump only for package @patternfly/react-icons + + + + + ## [3.14.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@3.14.24...@patternfly/react-icons@3.14.25) (2019-12-12) **Note:** Version bump only for package @patternfly/react-icons diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 5bbb3987c2a..455921cc801 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-icons", - "version": "3.14.25", + "version": "3.14.26", "description": "PatternFly 4 Icons as React Components", "main": "dist/js/index.js", "module": "dist/esm/index.js",