From d58e3356848fc1eb09d68884626debcf4f3063fd Mon Sep 17 00:00:00 2001 From: Ovidiu Cristescu <55203625+LunatiqueCoder@users.noreply.github.com> Date: Sun, 9 Apr 2023 20:19:29 +0300 Subject: [PATCH] chore: release 3.0.1 --- package.json | 2 +- packages/create-luna-app/package.json | 2 +- templates/expo/package.json | 2 +- templates/vanilla/package.json | 2 +- templates/vanilla/template/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index befe95f..4c1d71a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "templates/vanilla/*" ], "private": true, - "version": "3.0.0", + "version": "3.0.1", "description": "🌘Luna is a React Native and Next.js boilerplate so your app can run on Android, IOS and Web concurrently.", "repository": { "type": "git", diff --git a/packages/create-luna-app/package.json b/packages/create-luna-app/package.json index 8ebb0ca..e4cb6cc 100644 --- a/packages/create-luna-app/package.json +++ b/packages/create-luna-app/package.json @@ -1,6 +1,6 @@ { "name": "create-luna-app", - "version": "3.0.0", + "version": "3.0.1", "description": "🌘Luna is a React Native and Next.js boilerplate so your app can run on Android, IOS and Web concurrently.", "repository": { "type": "git", diff --git a/templates/expo/package.json b/templates/expo/package.json index 9b4da99..6802554 100644 --- a/templates/expo/package.json +++ b/templates/expo/package.json @@ -1,6 +1,6 @@ { "name": "@create-luna-app/expo", - "version": "3.0.0", + "version": "3.0.1", "description": "🌘Luna is a React Native and Next.js boilerplate so your app can run on Android, IOS and Web concurrently.", "repository": { "type": "git", diff --git a/templates/vanilla/package.json b/templates/vanilla/package.json index a1bc27e..7a87426 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -1,6 +1,6 @@ { "name": "@criszz77/luna", - "version": "3.0.0", + "version": "3.0.1", "description": "🌘Luna is a React Native and Next.js boilerplate so your app can run on Android, IOS and Web concurrently.", "repository": { "type": "git", diff --git a/templates/vanilla/template/package.json b/templates/vanilla/template/package.json index 697c4ba..c2934d6 100644 --- a/templates/vanilla/template/package.json +++ b/templates/vanilla/template/package.json @@ -1,6 +1,6 @@ { "name": "ProjectName", - "version": "3.0.0", + "version": "3.0.1", "private": true, "scripts": { "android": "react-native run-android",