From 0403ecca7f672829287b1c1ab5cf49358b96a9a7 Mon Sep 17 00:00:00 2001 From: Ty Rauber Date: Fri, 12 Jul 2024 12:32:18 +0200 Subject: [PATCH] chore: Bump 10.0.0-alpha.8, Android SDK 11.0.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36759b9c8..9058f2e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ Please add unreleased changes in the following style: PR Title ([#123](link to my pr)) ``` +## 10.0.0-alpha.8 +feat: [Updated Android SDK from 10.2.0 to 11.0.1 #412](https://github.com/maplibre/maplibre-react-native/pull/412) + ## 10.0.0-alpha.7 feat: [Migrate MapView to react function component (#408)](https://github.com/maplibre/maplibre-react-native/pull/408) diff --git a/package.json b/package.json index ebf4f7058..199ed5dc2 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.7", + "version": "10.0.0-alpha.8", "publishConfig": { "access": "public" },