From 8170e45a0bb66248f710cffe308210be87696897 Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Thu, 11 Jan 2024 13:42:48 -0600 Subject: [PATCH] chore(release): update starters to 2.0.0-alpha.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a8d0986..77b11cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-starter", - "version": "0.1.0", + "version": "2.0.0-alpha.0", "private": true, "license": "MIT", "scripts": { @@ -14,7 +14,7 @@ }, "dependencies": { "next": "^14", - "next-drupal": "^1.6.0", + "next-drupal": "^2.0.0-alpha.0", "react": "^18.2.0", "react-dom": "^18.2.0" },