Skip to content

Commit 1e4623c

Browse files
authored
bump core to 2.71.3 in react-docs (#4002)
* bump core to 2.71.3 in react-docs * fix app launcher links * use relative link * address feedback
1 parent 2ceff9a commit 1e4623c

File tree

13 files changed

+19
-18
lines changed

13 files changed

+19
-18
lines changed

packages/react-catalog-view-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"develop": "yarn build:babel:esm --skip-initial-build --watch --verbose --source-maps"
4141
},
4242
"dependencies": {
43-
"@patternfly/patternfly": "2.71.1",
43+
"@patternfly/patternfly": "2.71.3",
4444
"@patternfly/react-core": "^3.153.2",
4545
"@patternfly/react-styles": "^3.7.11",
4646
"classnames": "^2.2.5",

packages/react-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/patternfly/patternfly-react#readme",
3131
"dependencies": {
32-
"@patternfly/patternfly": "2.71.1",
32+
"@patternfly/patternfly": "2.71.3",
3333
"@patternfly/react-styles": "^3.7.11",
3434
"@patternfly/react-tokens": "^2.8.11",
3535
"hoist-non-react-statics": "^3.3.0",

packages/react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@babel/plugin-transform-typescript": "^7.0.0",
5858
"@babel/preset-env": "^7.0.0",
5959
"@babel/preset-react": "^7.0.0",
60-
"@patternfly/patternfly": "2.71.1",
60+
"@patternfly/patternfly": "2.71.3",
6161
"@rollup/plugin-commonjs": "^11.0.2",
6262
"@rollup/plugin-node-resolve": "^7.1.1",
6363
"@rollup/plugin-replace": "^2.3.1",

packages/react-core/src/components/ApplicationLauncher/examples/ApplicationLauncher.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ propComponents: ['ApplicationLauncher', 'ApplicationLauncherItem']
66
typescript: true
77
---
88

9-
Note: Application launcher is built on Dropdown, for extended API go to [`Dropdown`](/components/dropdown/) documentation.
10-
To add a tooltip, use the `tooltip` prop and optionally add more tooltip props by using `tooltipProps`. For more tooltip information go to [`Tooltip`](/components/tooltip/).
11-
129
import { ApplicationLauncher, ApplicationLauncherContent, ApplicationLauncherIcon, ApplicationLauncherText, ApplicationLauncherItem, ApplicationLauncherGroup, ApplicationLauncherSeparator, Text } from '@patternfly/react-core';
1310
import { HelpIcon, StarIcon } from '@patternfly/react-icons';
1411
import { Link } from '@reach/router';
1512
import pfIcon from './pf-logo-small.svg';
1613

14+
Note: Application launcher is built on Dropdown, for extended API go to [Dropdown](/documentation/react/components/dropdown) documentation.
15+
To add a tooltip, use the `tooltip` prop and optionally add more tooltip props by using `tooltipProps`. For more tooltip information go to [Tooltip](/documentation/react/components/tooltip).
16+
17+
1718
## Examples
1819

1920
```js title=Basic

packages/react-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@mdx-js/mdx": "^1.1.5",
1919
"@mdx-js/react": "^1.1.5",
20-
"@patternfly/patternfly": "2.71.1",
20+
"@patternfly/patternfly": "2.71.3",
2121
"@patternfly/react-catalog-view-extension": "^1.4.47",
2222
"@patternfly/react-charts": "^5.3.17",
2323
"@patternfly/react-core": "^3.153.2",

packages/react-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/preset-react": "^7.0.0",
4343
"@fortawesome/free-regular-svg-icons": "^5.7.2",
4444
"@fortawesome/free-solid-svg-icons": "^5.7.2",
45-
"@patternfly/patternfly": "2.71.1",
45+
"@patternfly/patternfly": "2.71.3",
4646
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
4747
"babel-plugin-typescript-to-proptypes": "^0.17.1",
4848
"fs-extra": "^6.0.1",

packages/react-inline-edit-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/",
2929
"dependencies": {
30-
"@patternfly/patternfly": "2.71.1",
30+
"@patternfly/patternfly": "2.71.3",
3131
"@patternfly/react-core": "^3.153.2",
3232
"@patternfly/react-icons": "^3.15.14",
3333
"@patternfly/react-styles": "^3.7.11",

packages/react-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/plugin-transform-typescript": "^7.0.0",
4343
"@babel/preset-env": "^7.0.0",
4444
"@babel/preset-react": "^7.0.0",
45-
"@patternfly/patternfly": "2.71.1",
45+
"@patternfly/patternfly": "2.71.3",
4646
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
4747
"babel-plugin-typescript-to-proptypes": "^0.17.1",
4848
"fbjs-scripts": "^0.8.3",

packages/react-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/react-table#readme",
2929
"dependencies": {
30-
"@patternfly/patternfly": "2.71.1",
30+
"@patternfly/patternfly": "2.71.3",
3131
"@patternfly/react-core": "^3.153.2",
3232
"@patternfly/react-icons": "^3.15.14",
3333
"@patternfly/react-styles": "^3.7.11",

packages/react-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/cli": "^7.0.0",
3535
"@babel/core": "^7.0.0",
36-
"@patternfly/patternfly": "2.71.1",
36+
"@patternfly/patternfly": "2.71.3",
3737
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
3838
"css": "^2.2.3",
3939
"fs-extra": "^6.0.1",

0 commit comments

Comments
 (0)