Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump v0.5.0 #69

Merged
merged 13 commits into from
May 1, 2024
6 changes: 3 additions & 3 deletions examples/auto-detect/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "auto-detect",
"version": "0.1.0",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npm run build && node --test ./tests/"
"test": "npm run build && node --test"
},
"dependencies": {
"next": "14.0.0",
Expand All @@ -24,4 +24,4 @@
"tailwindcss": "^3",
"typescript": "^5"
}
}
}
6 changes: 3 additions & 3 deletions examples/cjs-website/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "cjs-website",
"version": "0.1.0",
"version": "0.5.0",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npm run build && node --test ./tests/"
"test": "npm run build && node --test"
},
"dependencies": {
"next": "14.0.0",
Expand All @@ -25,4 +25,4 @@
"tailwindcss": "^3",
"typescript": "^5"
}
}
}
6 changes: 3 additions & 3 deletions examples/esm-website/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "esm-website",
"version": "0.1.0",
"version": "0.5.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npm run build && node --test ./tests/"
"test": "npm run build && node --test"
},
"dependencies": {
"next": "14.0.0",
Expand All @@ -25,4 +25,4 @@
"tailwindcss": "^3",
"typescript": "^5"
}
}
}
6 changes: 3 additions & 3 deletions examples/next-13/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "next-13",
"version": "0.1.0",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npm run build && node --test ./tests/"
"test": "npm run build && node --test"
},
"dependencies": {
"next": "13.5.6",
Expand All @@ -24,4 +24,4 @@
"tailwindcss": "^3",
"typescript": "^5"
}
}
}
6 changes: 3 additions & 3 deletions examples/no-src-folder/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "no-src-folder",
"version": "0.1.0",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npm run build && node --test ./tests/"
"test": "npm run build && node --test"
},
"dependencies": {
"next": "14.0.0",
Expand All @@ -24,4 +24,4 @@
"tailwindcss": "^3",
"typescript": "^5"
}
}
}
6 changes: 3 additions & 3 deletions examples/pages-router/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "pages-router",
"version": "0.1.0",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npm run build && node --test ./tests/"
"test": "npm run build && node --test"
},
"dependencies": {
"next": "14.0.0",
Expand All @@ -24,4 +24,4 @@
"tailwindcss": "^3",
"typescript": "^5"
}
}
}
Loading
Loading