Skip to content

Commit 307df96

Browse files
committed
chore(release): update starters to 2.0.0-alpha.0
1 parent 07895df commit 307df96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

starters/basic-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic-starter",
3-
"version": "1.8.0",
3+
"version": "2.0.0-alpha.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"next": "^14",
17-
"next-drupal": "^1.6.0",
17+
"next-drupal": "^2.0.0-alpha.0",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
},

starters/graphql-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-starter",
3-
"version": "0.1.0",
3+
"version": "2.0.0-alpha.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"next": "^14",
17-
"next-drupal": "^1.6.0",
17+
"next-drupal": "^2.0.0-alpha.0",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
},

0 commit comments

Comments
 (0)