Skip to content

Commit

Permalink
Publish 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecurtis committed May 14, 2021
1 parent b2a21aa commit 73cfa32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/react-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `backpack-react-scripts` Change Log

## 9.1.0 - UNRELEASED
## 9.1.0

- Add `thread-loader` to speed up webpack workflow by bundling in parallels
- Add `cache-loader` to speed up local development
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyscanner/backpack-react-scripts",
"version": "9.0.3",
"version": "9.1.0",
"description": "Backpack configuration and scripts for Create React App.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions tasks/e2e-installs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ checkDependencies
# ******************************************************************************

cd "$temp_app_path"
npx create-react-app test-use-npm-flag --use-npm --scripts-version=@skyscanner/backpack-react-scripts --template @skyscanner/backpack
npx create-react-app test-use-npm-flag --use-npm --scripts-version=@skyscanner/backpack-react-scripts@9.1.0 --template @skyscanner/backpack
cd test-use-npm-flag

# Check corresponding scripts version is installed.
exists node_modules/@skyscanner/backpack-react-scripts
[ ! -e "yarn.lock" ] && echo "yarn.lock correctly does not exist"
grep '"version": "9.0.3"' node_modules/@skyscanner/backpack-react-scripts/package.json
grep '"version": "9.1.0"' node_modules/@skyscanner/backpack-react-scripts/package.json
checkDependencies

# ******************************************************************************
Expand Down

0 comments on commit 73cfa32

Please sign in to comment.