From 00dfc3bb43b05afe1d82f780b08dcac3490b63a7 Mon Sep 17 00:00:00 2001 From: Yousif Ahmed Date: Thu, 2 Mar 2023 15:35:50 +0000 Subject: [PATCH] v46.0.3 --- lerna.json | 2 +- packages/plugin-expo-eas-sourcemaps/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 54359136..f79d7150 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "46.0.2" + "version": "46.0.3" } diff --git a/packages/plugin-expo-eas-sourcemaps/package.json b/packages/plugin-expo-eas-sourcemaps/package.json index 4e330ae3..36a0e657 100644 --- a/packages/plugin-expo-eas-sourcemaps/package.json +++ b/packages/plugin-expo-eas-sourcemaps/package.json @@ -1,6 +1,6 @@ { "name": "@bugsnag/plugin-expo-eas-sourcemaps", - "version": "46.0.1", + "version": "46.0.3", "description": "Plugin to handle uploading sourcemaps to bugsnag when using the EAS build system", "main": "index.js", "homepage": "https://www.bugsnag.com/",