Skip to content

Commit 005b780

Browse files
committed
update patch version instead of minor
1 parent 8b5b018 commit 005b780

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@apphosting/adapter-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apphosting/adapter-nextjs",
3-
"version": "14.1.0",
3+
"version": "14.0.10",
44
"main": "dist/index.js",
55
"description": "Experimental addon to the Firebase CLI to add web framework support",
66
"repository": {

packages/@apphosting/adapter-nextjs/src/bin/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { spawn } from "child_process";
33

44
import { isMain } from "../utils.js";
55

6-
export const CREATE_NEXT_APP_VERSION = "~14.1.0";
6+
export const CREATE_NEXT_APP_VERSION = "~14.0.0";
77

88
const main = isMain(import.meta);
99

0 commit comments

Comments
 (0)