From 3284cb00f3ad0acb31a0792b870b934d7d20adb1 Mon Sep 17 00:00:00 2001 From: Ovidiu Cristescu <55203625+LunatiqueCoder@users.noreply.github.com> Date: Mon, 10 Apr 2023 23:58:11 +0300 Subject: [PATCH] chore: release 3.0.3 --- 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 31a6cf7..93bf21f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "templates/vanilla/*" ], "private": true, - "version": "3.0.2", + "version": "3.0.3", "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 5231a64..a647a9e 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.2", + "version": "3.0.3", "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 da3dbcf..63dfafd 100644 --- a/templates/expo/package.json +++ b/templates/expo/package.json @@ -1,6 +1,6 @@ { "name": "@create-luna-app/expo", - "version": "3.0.2", + "version": "3.0.3", "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 135ffdc..730ab2f 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -1,6 +1,6 @@ { "name": "@criszz77/luna", - "version": "3.0.2", + "version": "3.0.3", "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 6580d51..5f1aa1b 100644 --- a/templates/vanilla/template/package.json +++ b/templates/vanilla/template/package.json @@ -1,6 +1,6 @@ { "name": "ProjectName", - "version": "0.0.1", + "version": "3.0.3", "private": true, "scripts": { "android": "react-native run-android",