Skip to content

Commit

Permalink
chore: release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Apr 10, 2023
1 parent f255901 commit 3284cb0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-luna-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion templates/expo/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion templates/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion templates/vanilla/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ProjectName",
"version": "0.0.1",
"version": "3.0.3",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

2 comments on commit 3284cb0

@vercel
Copy link

@vercel vercel bot commented on 3284cb0 Apr 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

luna-expo – ./templates/expo

luna-expo.vercel.app
luna-expo-git-master-softwarespace.vercel.app
luna-expo-softwarespace.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3284cb0 Apr 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

luna – ./templates/vanilla/template

luna-softwarespace.vercel.app
luna-gamma.vercel.app
luna-git-master-softwarespace.vercel.app

Please sign in to comment.