Skip to content

Commit

Permalink
fix(docs): add upgrade guide (#4298)
Browse files Browse the repository at this point in the history
* fix(docs): add upgrade guide

* add trailing )

* address abi feedback

* address jenny feedback

* update charts versions

* update upgrade guide

* bump core and update release notes

* update versions

* use soft link
  • Loading branch information
redallen authored Jun 5, 2020
1 parent 1686427 commit 4ee8805
Show file tree
Hide file tree
Showing 14 changed files with 313 additions and 1,040 deletions.
1,028 changes: 0 additions & 1,028 deletions RELEASE-NOTES.md

This file was deleted.

1 change: 1 addition & 0 deletions RELEASE-NOTES.md
1 change: 1 addition & 0 deletions UPGRADE-GUIDE.md
2 changes: 1 addition & 1 deletion packages/react-catalog-view-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/patternfly": "4.10.30",
"@patternfly/patternfly": "4.10.31",
"@patternfly/react-core": "^4.18.4",
"@patternfly/react-styles": "^4.3.3",
"classnames": "^2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/patternfly/patternfly-react#readme",
"dependencies": {
"@patternfly/patternfly": "4.10.30",
"@patternfly/patternfly": "4.10.31",
"@patternfly/react-styles": "^4.3.3",
"@patternfly/react-tokens": "^4.4.3",
"hoist-non-react-statics": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"tslib": "^1.11.1"
},
"devDependencies": {
"@patternfly/patternfly": "4.10.30",
"@patternfly/patternfly": "4.10.31",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-replace": "^2.3.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ section: overview
releaseNoteTOC: true
---

## 2020.07 release notes (2020-06-05)
Packages released:
- [@patternfly/react-catalog-view-extension@4.3.11](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.3.11)
- [@patternfly/react-charts@6.3.8](https://www.npmjs.com/package/@patternfly/react-charts/v/6.3.8)
- [@patternfly/react-core@4.18.4](https://www.npmjs.com/package/@patternfly/react-core/v/4.18.4)
- [@patternfly/react-icons@4.3.4](https://www.npmjs.com/package/@patternfly/react-icons/v/4.3.4)
- [@patternfly/react-inline-edit-extension@4.4.13](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.4.13)
- [@patternfly/react-styles@4.3.3](https://www.npmjs.com/package/@patternfly/react-styles/v/4.3.3)
- [@patternfly/react-table@4.5.6](https://www.npmjs.com/package/@patternfly/react-table/v/4.5.6)
- [@patternfly/react-tokens@4.4.3](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.4.3)
- [@patternfly/react-topology@4.3.12](https://www.npmjs.com/package/@patternfly/react-topology/v/4.3.12)
- [@patternfly/react-virtualized-extension@4.3.13](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.3.13)

This is our major release. Checkout our [upgrade guide](/documentation/react/overview/upgrade-guide) for a list of breaking changes!

## 2020.06 release notes (2020-05-12)
Packages released:
- [@patternfly/react-catalog-view-extension@1.4.66](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/1.4.66)
Expand Down
277 changes: 277 additions & 0 deletions packages/react-docs/UPGRADE-GUIDE.md

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions packages/react-docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ module.exports = {
path: path.resolve(__dirname, './RELEASE-NOTES.md')
}
},
{
resolve: 'gatsby-source-filesystem',
options: {
name: 'react', // This goes in URLs
path: path.resolve(__dirname, './UPGRADE-GUIDE.md')
}
},
// Source training
{
resolve: 'gatsby-source-filesystem',
Expand Down
2 changes: 1 addition & 1 deletion packages/react-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@mdx-js/mdx": "^1.1.5",
"@mdx-js/react": "^1.1.5",
"@patternfly/patternfly": "4.10.30",
"@patternfly/patternfly": "4.10.31",
"@patternfly/react-catalog-view-extension": "^4.3.11",
"@patternfly/react-charts": "^6.3.8",
"@patternfly/react-core": "^4.18.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@fortawesome/free-brands-svg-icons": "^5.7.2",
"@fortawesome/free-regular-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@patternfly/patternfly": "4.10.30",
"@patternfly/patternfly": "4.10.31",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"rimraf": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clean": "rimraf dist css"
},
"devDependencies": {
"@patternfly/patternfly": "4.10.30",
"@patternfly/patternfly": "4.10.31",
"camel-case": "^3.0.0",
"css": "^2.2.3",
"fbjs-scripts": "^0.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/patternfly": "4.10.30",
"@patternfly/patternfly": "4.10.31",
"@patternfly/react-core": "^4.18.4",
"@patternfly/react-icons": "^4.3.4",
"@patternfly/react-styles": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@patternfly/patternfly": "4.10.30",
"@patternfly/patternfly": "4.10.31",
"css": "^2.2.3",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3309,10 +3309,10 @@
xmldoc "^1.1.2"
yargs "^15.0.2"

"@patternfly/[email protected].30":
version "4.10.30"
resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-4.10.30.tgz#769f28f858406fdd90444383d282d6fbf3a310be"
integrity sha512-puLC7nOp0gzzmZYqlzePqAcZQ376c6W1zkf3/YdcZZRlnXhQWGWrtVDE3uavkTxG/TIt70or9cmDliMdOEPbQQ==
"@patternfly/[email protected].31":
version "4.10.31"
resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-4.10.31.tgz#742852b69d90bb2efe304130f7226d2e356306cf"
integrity sha512-UxdZ/apWRowXYZ5qPz5LPfXwyB4YGpomrCJPX7c36+Zg8jFpYyVqgVYainL8Yf/GrChtC2LKyoHg7UUTtMtp4A==

"@pieh/[email protected]":
version "1.7.0-chalk-2"
Expand Down

0 comments on commit 4ee8805

Please sign in to comment.