From 62f118fbbe2bd037fb83289486110a65b361e3f8 Mon Sep 17 00:00:00 2001 From: Sarah Date: Mon, 29 Jan 2024 15:19:47 +0100 Subject: [PATCH] update release note & version in package.json (#232) --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a39fd0d..310848e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,12 @@ Please add unreleased changes in the following style: PR Title ([#123](link to my pr)) ``` +## 10.0-alpha.0 + chore: update detox ([#207](https://github.com/maplibre/maplibre-react-native/pull/207)) chore: update expo-config and expo-scripts ([#47](https://github.com/maplibre/maplibre-react-native/pull/104) and [#69](https://github.com/maplibre/maplibre-react-native/pull/69)) chore: update prettier and eslint-plugin-prettier ([#111](https://github.com/maplibre/maplibre-react-native/pull/111)) +feat: **breaking** migrate repo to typescript ([#55](https://github.com/maplibre/maplibre-react-native/pull/55)) ## 9.1.0 diff --git a/package.json b/package.json index ebf2eca68..e12929d26 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": "9.1.0", + "version": "10.0-alpha.0", "publishConfig": { "access": "public" },