From f76dc98a5b0873d39fb5f13ff2a3772c5d4a6124 Mon Sep 17 00:00:00 2001 From: Ovidiu Cristescu <55203625+LunatiqueCoder@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:34:10 +0300 Subject: [PATCH] chore: release 3.0.2 --- 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 71d8426..31a6cf7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "templates/vanilla/*" ], "private": true, - "version": "3.0.1", + "version": "3.0.2", "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 228ba4b..5231a64 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.1", + "version": "3.0.2", "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 6802554..da3dbcf 100644 --- a/templates/expo/package.json +++ b/templates/expo/package.json @@ -1,6 +1,6 @@ { "name": "@create-luna-app/expo", - "version": "3.0.1", + "version": "3.0.2", "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 8a80d00..135ffdc 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -1,6 +1,6 @@ { "name": "@criszz77/luna", - "version": "3.0.1", + "version": "3.0.2", "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..9301e9a 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.2", "private": true, "scripts": { "android": "react-native run-android",