Skip to content

Commit 2ddfb30

Browse files
authored
release 6.2.0 with fix for react-error-overlay (#316)
1 parent 1137315 commit 2ddfb30

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG-FRONTIER.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 6.2.0
2+
3+
Added support for .gql files
4+
Hard pin react-error-overlay to 6.0.9 to fix this issue: https://github.com/facebook/create-react-app/issues/11773
5+
16
## 6.1.0
27

38
Added polyfills for IntersectionObserver and ResizeObserver

packages/react-scripts/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fs/react-scripts",
3-
"version": "6.2.0-beta.0",
3+
"version": "6.2.0",
44
"upstreamVersion": "4.0.3",
55
"description": "Configuration and scripts for Create React App.",
66
"repository": {
@@ -38,7 +38,8 @@
3838
"notes about dependencies and updates": {
3939
"@fs/auth-middleware": "snow can't handle auth-middleware at v3 yet.",
4040
"webpack": "webpack v4.44 and react-spring have a bad interaction, so don't go to 4.44",
41-
"copy-webpack-plugin": "careful when updating this, the api HAS changed. npm run build in an app will show that there is an issue"
41+
"copy-webpack-plugin": "careful when updating this, the api HAS changed. npm run build in an app will show that there is an issue",
42+
"react-error-overlay": "hard pin to 6.0.9 to fix this issue until we move to CRA 5: https://github.com/facebook/create-react-app/issues/11773"
4243
},
4344
"dependencies": {
4445
"@alienfast/i18next-loader": "^1.0.18",
@@ -105,6 +106,7 @@
105106
"prompts": "2.4.0",
106107
"react-app-polyfill": "^2.0.0",
107108
"react-dev-utils": "^11.0.3",
109+
"react-error-overlay": "6.0.9",
108110
"react-refresh": "^0.8.3",
109111
"resize-observer-polyfill": "^1.5.1",
110112
"resolve": "1.18.1",

0 commit comments

Comments
 (0)