Skip to content

Commit 73cfa32

Browse files
committed
Publish 9.1.0
1 parent b2a21aa commit 73cfa32

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/react-scripts/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `backpack-react-scripts` Change Log
22

3-
## 9.1.0 - UNRELEASED
3+
## 9.1.0
44

55
- Add `thread-loader` to speed up webpack workflow by bundling in parallels
66
- Add `cache-loader` to speed up local development

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skyscanner/backpack-react-scripts",
3-
"version": "9.0.3",
3+
"version": "9.1.0",
44
"description": "Backpack configuration and scripts for Create React App.",
55
"repository": {
66
"type": "git",

tasks/e2e-installs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ checkDependencies
137137
# ******************************************************************************
138138

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

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

149149
# ******************************************************************************

0 commit comments

Comments
 (0)