Skip to content

Commit

Permalink
chore: release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Apr 9, 2023
1 parent 4cabe3d commit f76dc98
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.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",
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.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",
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.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",
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.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",
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.2",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

2 comments on commit f76dc98

@vercel
Copy link

@vercel vercel bot commented on f76dc98 Apr 9, 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-git-master-softwarespace.vercel.app
luna-softwarespace.vercel.app
luna-gamma.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f76dc98 Apr 9, 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-git-master-softwarespace.vercel.app
luna-expo.vercel.app
luna-expo-softwarespace.vercel.app

Please sign in to comment.