Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 08022ba

Browse files
Merge branch 'v7' into v7-revert-top-level-metadata
2 parents 3184ed2 + d938f37 commit 08022ba

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

‎CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
4444
- Remove `client.app` property [#677](https://github.com/bugsnag/bugsnag-js/pull/677)
4545
- Move breadcrumbs to a private property on `client._breadcrumbs` [#681](https://github.com/bugsnag/bugsnag-js/pull/681)
4646

47+
## 6.6.1 (2020年04月03日)
48+
49+
### Fix
50+
51+
- (expo): Ensure Expo packages that depend on `NetInfo` have their versions locked [#796](https://github.com/bugsnag/bugsnag-js/pull/796)
52+
- (expo-cli): Update Expo versions installed by the cli [#796](https://github.com/bugsnag/bugsnag-js/pull/796)
53+
54+
Note, alongside this release, additional patches were made to previous minor versions of `@bugsnag/expo`: `6.5.3` and `6.4.4`. This is to ensure the correct version of `NetInfo` is depended on for SDK versions 36 and 34 respectively.
55+
4756
## 6.6.0 (2020年04月02日)
4857

4958
### Changed

‎packages/expo-cli/commands/install.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,13 @@ const selectVersion = async (dir) => {
7979
const isPre37 = (expoVersion && !semver.gte(semver.minVersion(expoVersion), '37.0.0'))
8080

8181
if (isPre33) {
82-
message = 'It looks like you’re using a version of Expo SDK <33. The last version of Bugsnag that supported your version of Expo is v6.3.0'
83-
defaultVersion = '6.3.0'
82+
throw new Error('Expo SDK <33 is no longer supported')
8483
} else if (isPre36) {
85-
message = 'It looks like you’re using a version of Expo SDK <36. The last version of Bugsnag that supported your version of Expo is v6.4.1'
86-
defaultVersion = '6.4.1'
84+
message = 'It looks like you’re using a version of Expo SDK <36. The last version of Bugsnag that supported your version of Expo is v6.4.4'
85+
defaultVersion = '6.4.4'
8786
} else if (isPre37) {
88-
message = 'It looks like you’re using a version of Expo SDK <37. The last version of Bugsnag that supported your version of Expo is v6.5.1'
89-
defaultVersion = '6.5.1'
87+
message = 'It looks like you’re using a version of Expo SDK <37. The last version of Bugsnag that supported your version of Expo is v6.5.3'
88+
defaultVersion = '6.5.3'
9089
}
9190

9291
const { version } = await prompts({

‎test/expo/scripts/build-ios-locally.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ docker-compose run expo-publisher
77

88
cd test/expo/features/fixtures/test-app && \
99
npm i turtle-cli@0.14 bunyan --no-save --no-package-lock && \
10-
perl -0777 -i.original -pe "s/entitlements\\['aps-environment'\\] =[^;]+;//gs" node_modules/turtle-cli/node_modules/xdl/build/detach/IosNSBundle.js && \
10+
perl -0777 -i.original -pe "s/entitlements\\['aps-environment'\\] =[^;]+;//gs" node_modules/\@expo/xdl/build/detach/IosNSBundle.js && \
11+
perl -0777 -i.original -pe "s/entitlements\\['aps-environment'\\] =[^;]+;//gs" node_modules/turtle-cli/node_modules/\@expo/xdl/build/detach/IosNSBundle.js && \
1112
node_modules/.bin/turtle build:ios \
1213
-c test/expo/features/fixtures/test-app/app.json \
1314
--team-id $APPLE_TEAM_ID \

‎test/expo/scripts/build-ios.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ set -e
66
rm -rf $BUILDKITE_BUILD_CHECKOUT_PATH/build/*
77
cd test/expo/features/fixtures/test-app
88
npm i turtle-cli@0.14 bunyan
9-
perl -0777 -i.original -pe "s/entitlements\\['aps-environment'\\] =[^;]+;//gs" node_modules/turtle-cli/node_modules/xdl/build/detach/IosNSBundle.js
9+
perl -0777 -i.original -pe "s/entitlements\\['aps-environment'\\] =[^;]+;//gs" node_modules/\@expo/xdl/build/detach/IosNSBundle.js
10+
perl -0777 -i.original -pe "s/entitlements\\['aps-environment'\\] =[^;]+;//gs" node_modules/turtle-cli/node_modules/\@expo/xdl/build/detach/IosNSBundle.js
1011
node_modules/.bin/turtle build:ios \
1112
-c ./app.json \
1213
--team-id $APPLE_TEAM_ID \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /