Skip to content

Commit 6787729

Browse files
authored
Merge pull request #1788 from bugsnag/release/v7.17.3
Release/v7.17.3
2 parents 1faca0d + 4733499 commit 6787729

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v7.17.3 (2022-07-18)
4+
5+
### Changed
6+
7+
- (react-native) Update bugsnag-cocoa from v6.18.1 to [v6.20.0](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6200-2022-07-13)
8+
- (react-native) Update bugsnag-android from v5.23.0 to [v5.24.0](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5240-2022-06-30)
9+
310
## v7.17.2 (2022-06-30)
411

512
### Fixed

packages/react-native/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ android {
4040
}
4141

4242
dependencies {
43-
api "com.bugsnag:bugsnag-android:5.23.0"
44-
api "com.bugsnag:bugsnag-plugin-react-native:5.23.0"
43+
api "com.bugsnag:bugsnag-android:5.24.0"
44+
api "com.bugsnag:bugsnag-plugin-react-native:5.24.0"
4545
implementation 'com.facebook.react:react-native:+'
4646

4747
testImplementation "junit:junit:4.12"
Submodule bugsnag-cocoa updated 78 files
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version
2-
5.23.0
2+
5.24.0

test/browser/features/fixtures/plugin_vue/typescript_vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"envify": "^4.1.0",
1010
"tsify": "^5.0.2",
1111
"typescript": "^4.1.3",
12-
"vue": "^2.0.0"
12+
"vue": "2.6.14"
1313
},
1414
"browser": {
1515
"vue": "vue/dist/vue.common.js"

test/browser/features/fixtures/plugin_vue/webpack4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"es3ify-webpack-plugin": "0.0.1",
99
"uglifyjs-webpack-plugin": "2.0.1",
10-
"vue": "^2.5.17",
10+
"vue": "2.6.14",
1111
"webpack": "^4.8.1",
1212
"webpack-cli": "^3.1.2"
1313
}

0 commit comments

Comments
 (0)