Skip to content

Commit 976e5a8

Browse files
committed
Merge branch 'frontierMaster' into rileytb/EOLBFRST-253_wd-move-browser-upgrade-landing-page-to-react
2 parents 98d0078 + 50c5442 commit 976e5a8

File tree

5 files changed

+12140
-5141
lines changed

5 files changed

+12140
-5141
lines changed

CHANGELOG-FRONTIER.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.6.0
2+
3+
- Add some logic in webpack.config.js to look for CRA_MAGIC_ZION_UI_VERSION and CRA_MAGIC_REACT_SCRIPTS_VERSION and calculate
4+
those versions based on the info in their respective package.json files, and send that info to DefinePlugin, which will
5+
inject the values directly into any code that has that variable name (which will be in @fs/zion-config)
6+
17
## 8.5.5
28

39
- Fix proxy to work with Russian test user

freshCraTemplateUpdate.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ git commit -a -m 'editing blueprint.yml, fixing @fs/react-scripts version'
2727
git remote add origin https://github.com/fs-webdev/fresh-cra-template.git
2828

2929
if [ "$1" == next ]; then
30-
echo Is next branch, pushing to fresh-cra-template next branch
31-
git push --force origin master:next
30+
echo Is next branch, pushing to fresh-cra-template next branch
31+
git push --force origin master:next
3232
else
33-
git push --force origin master
33+
git push --force origin master
3434
fi

0 commit comments

Comments
 (0)