File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ` backpack-react-scripts ` Change Log
2
2
3
- ## 9.1.0 - UNRELEASED
3
+ ## 9.1.0
4
4
5
5
- Add ` thread-loader ` to speed up webpack workflow by bundling in parallels
6
6
- Add ` cache-loader ` to speed up local development
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @skyscanner/backpack-react-scripts" ,
3
- "version" : " 9.0.3 " ,
3
+ "version" : " 9.1.0 " ,
4
4
"description" : " Backpack configuration and scripts for Create React App." ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -137,13 +137,13 @@ checkDependencies
137
137
# ******************************************************************************
138
138
139
139
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
141
141
cd test-use-npm-flag
142
142
143
143
# Check corresponding scripts version is installed.
144
144
exists node_modules/@skyscanner/backpack-react-scripts
145
145
[ ! -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
147
147
checkDependencies
148
148
149
149
# ******************************************************************************
You can’t perform that action at this time.
0 commit comments