ソースを参照

chore(release): 6.0.0 [skip ci]

# [6.0.0](https://github.com/react-native-community/react-native-webview/compare/v5.9.0...v6.0.0) (2019-05-16)

### Features

* **android:** Migrate to Android X ([#520](https://github.com/react-native-community/react-native-webview/issues/520)) ([1d6c88d](https://github.com/react-native-community/react-native-webview/commit/1d6c88d))

### BREAKING CHANGES

* **android:** If you override compileSdkVersion<28  it won't work anymore.
semantic-release-bot 5 年 前
コミット
cfa49943c4
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      package.json

+ 1
- 1
package.json ファイルの表示

@@ -8,7 +8,7 @@
8 8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9 9
   ],
10 10
   "license": "MIT",
11
-  "version": "5.9.0",
11
+  "version": "6.0.0",
12 12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13 13
   "scripts": {
14 14
     "ci": "CI=true && yarn lint && yarn test",