From c74867977e05608da9c1515aa9662c7685fa10f1 Mon Sep 17 00:00:00 2001 From: Ty Rauber Date: Thu, 28 Nov 2024 11:01:22 +0100 Subject: [PATCH] chore: 10.0.0-alpha.29 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9724001bd..48867c9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Please add unreleased changes in the following style: - PR Title ([#___](https://github.com/maplibre/maplibre-react-native/pull/___)) ``` +## 10.0.0-alpha.29 + - ci: fail on lint warning ([#522](https://github.com/maplibre/maplibre-react-native/pull/522)) - fix: allow MapView and Images to have no children ([#521](https://github.com/maplibre/maplibre-react-native/pull/521)) - docs: reformat changelog ([#520](https://github.com/maplibre/maplibre-react-native/pull/520)) diff --git a/package.json b/package.json index 01892e0e0..61681dc90 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.28", + "version": "10.0.0-alpha.29", "publishConfig": { "access": "public" },