Skip to content

Commit

Permalink
⬆️ react-native-webview@7.5.2 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy authored Dec 10, 2019
2 parents b22a342 + c513089 commit 7e252c4
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 62 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
=======
## [0.9.5][0.9.6] - 2019-12-02
## [0.9.7] - 2019-12-10
### Updated
- :arrow_up: react-native-webview@5→7
- :arrow_up: :apple: libRNLocalize
## [0.9.5][0.9.6] - 2019-12-10
## Updated
- :rocket: :robot: Google Play API @v3.0
- :rocket: :robot: Google Play Mobile Vision @19.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MindLogger 0.9.6
# MindLogger 0.9.7

_Note: v0.1 is deprecated as of June 12, 2019._

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ android {
applicationId "lab.childmindinstitute.data"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 99
versionName "0.9.6"
versionCode 100
versionName "0.9.7"
ndk {
abiFilters "arm64-v8a", "x86_64", "armeabi-v7a", "x86"
}
Expand Down
141 changes: 92 additions & 49 deletions ios/MDCApp.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ios/MDCApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.6</string>
<string>0.9.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>99</string>
<string>100</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MindLogger",
"version": "0.9.6",
"version": "0.9.7",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down Expand Up @@ -68,7 +68,7 @@
"react-native-svg": "^9.6.4",
"react-native-svg-charts": "^5.3.0",
"react-native-vector-icons": "6.4.2",
"react-native-webview": "5.8.2",
"react-native-webview": "7.5.2",
"react-navigation": "^2.0.1",
"react-redux": "^5.0.6",
"react-timer-mixin": "^0.13.4",
Expand Down
16 changes: 11 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,12 @@ escape-html@~1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"

escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
escape-string-regexp@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==

escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"

Expand Down Expand Up @@ -6167,11 +6172,12 @@ react-native-vector-icons@6.4.2:
prop-types "^15.6.2"
yargs "^13.2.2"

react-native-webview@5.8.2:
version "5.8.2"
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-5.8.2.tgz#dcc9c802f145183cfc828944350bd43f968aa72c"
react-native-webview@7.5.2:
version "7.5.2"
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-7.5.2.tgz#9da3006e03636faaa9d05f3abff46cd40bfb80f9"
integrity sha512-e2ODq2KuTchhATosONNMZIubAzmjWoHg7WK0s1R515PVeKqOc30v6KdJy8IW5/4kw/2aal+Pb7b/F4s1zp6PFQ==
dependencies:
escape-string-regexp "1.0.5"
escape-string-regexp "2.0.0"
invariant "2.2.4"

react-native@0.59.9:
Expand Down

0 comments on commit 7e252c4

Please sign in to comment.