Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit ea6c047

Browse files
chore(release): 1.5.1-beta.2 [skip ci]
## [1.5.1-beta.2](react-native-maps/react-native-maps@v1.5.1-beta.1...v1.5.1-beta.2) (2023-04-16) ### Bug Fixes * **ios:** crash on Apple Maps when loading large polylines ([react-native-maps#4468](react-native-maps#4468)) ([e48e1af](react-native-maps@e48e1af))
1 parent e48e1af commit ea6c047

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.1-beta.2](https://github.com/react-native-maps/react-native-maps/compare/v1.5.1-beta.1...v1.5.1-beta.2) (2023-04-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **ios:** crash on Apple Maps when loading large polylines ([#4468](https://github.com/react-native-maps/react-native-maps/issues/4468)) ([e48e1af](https://github.com/react-native-maps/react-native-maps/commit/e48e1afc9e045fc97044a4c2e8623ad2173ef7b6))
9+
310
## [1.5.1-beta.1](https://github.com/react-native-maps/react-native-maps/compare/v1.5.0...v1.5.1-beta.1) (2023-04-16)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"author": "Leland Richardson <[email protected]>",
77
"homepage": "https://github.com/react-native-maps/react-native-maps#readme",
8-
"version": "1.5.1-beta.1",
8+
"version": "1.5.1-beta.2",
99
"license": "MIT",
1010
"scripts": {
1111
"lint": "eslint . --max-warnings 0",

0 commit comments

Comments
 (0)