From 4439d2d5cd8ff364bae358c8f1e48da2fc5216f5 Mon Sep 17 00:00:00 2001 From: Ty Rauber Date: Thu, 13 Jun 2024 09:31:03 +0200 Subject: [PATCH] Chore: bump 10.0.0-alpha.5 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7f205d7..7178eca41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ Please add unreleased changes in the following style: PR Title ([#123](link to my pr)) ``` -Fix: [android example crashing](https://github.com/maplibre/maplibre-react-native/pull/372) on launch +## 10.0.0-alpha.5 Fix: [remove AbortController test mock](https://github.com/maplibre/maplibre-react-native/pull/403) +Fix: [ExpoPlugin after Class renaming](thttps://github.com/maplibre/maplibre-react-native/pull/405) +Fix: [android example crashing](https://github.com/maplibre/maplibre-react-native/pull/372) on launch ## 10.0.0-alpha.4 Update maplibre-native to use [new metal renderer on iOS](https://github.com/maplibre/maplibre-native/releases/tag/ios-v6.4.0) diff --git a/package.json b/package.json index c45d054da..2462e24f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@maplibre/maplibre-react-native", "description": "A MapLibre GL Native plugin for creating maps in React Native", - "version": "10.0.0-alpha.4", + "version": "10.0.0-alpha.5", "publishConfig": { "access": "public" },