From 75ceccbade854eac07b93a43ca735c1c098e0f91 Mon Sep 17 00:00:00 2001 From: Ty Rauber Date: Tue, 26 Nov 2024 12:33:06 +0100 Subject: [PATCH] chore: bump to alpha.28 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d06d99c0..bd23923bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ PR Title ([#123](link to my pr)) ``` +## 10.0.0-alpha.28 + +feat: setup build step ([#504](https://github.com/maplibre/maplibre-react-native/pull/504) + ## 10.0.0-alpha.27 fix: use UIManager exported from react-native ([#511](https://github.com/maplibre/maplibre-react-native/pull/511)) diff --git a/package.json b/package.json index d0d58f49a..9c87ba639 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@maplibre/maplibre-react-native", "description": "React Native library for creating maps with MapLibre Native for Android & iOS", - "version": "10.0.0-alpha.27", + "version": "10.0.0-alpha.28", "publishConfig": { "access": "public" },