Skip to content

Commit

Permalink
chore: bump v0.5.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yovach authored May 1, 2024
2 parents da2921c + acf53da commit c9795b0
Show file tree
Hide file tree
Showing 13 changed files with 2,279 additions and 939 deletions.
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

0 comments on commit c9795b0

Please sign in to comment.