Skip to content

Commit

Permalink
chore(release): update starters to 2.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Jan 11, 2024
1 parent d79626c commit f994233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions starters/basic-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basic-starter",
"version": "1.8.0",
"version": "2.0.0-alpha.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions starters/graphql-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-starter",
"version": "0.1.0",
"version": "2.0.0-alpha.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -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"
},
Expand Down

0 comments on commit f994233

Please sign in to comment.