소스 검색

chore(release): 5.2.0 [skip ci]

# [5.2.0](https://github.com/react-native-community/react-native-webview/compare/v5.1.0...v5.2.0) (2019-02-12)

### Features

* **toggle scroll bar:** added new props showsVerticalScrollIndicator / showsHorizontalScrollIndicator ([#250](https://github.com/react-native-community/react-native-webview/issues/250)) ([92c2058](https://github.com/react-native-community/react-native-webview/commit/92c2058))
semantic-release-bot 5 년 전
부모
커밋
833d4d6c62
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.1.0",
11
+  "version": "5.2.0",
12 12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13 13
   "scripts": {
14 14
     "test:js": "jest",