From b1f96393e6500891fb85106db54f3c74e6b8aa48 Mon Sep 17 00:00:00 2001 From: David McAfee Date: Wed, 13 Sep 2023 14:55:13 -0700 Subject: [PATCH] remove preid; revert datastore dep --- .github/workflows/push-preid-release.yml | 1 - packages/datastore/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/push-preid-release.yml b/.github/workflows/push-preid-release.yml index 0e9ac976093..9837290ed14 100644 --- a/.github/workflows/push-preid-release.yml +++ b/.github/workflows/push-preid-release.yml @@ -10,7 +10,6 @@ on: branches: # Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on - feat/example-preid-branch/main - - next-main-api-v6 jobs: e2e: diff --git a/packages/datastore/package.json b/packages/datastore/package.json index 7db2c16f92e..9578056ce70 100644 --- a/packages/datastore/package.json +++ b/packages/datastore/package.json @@ -48,7 +48,7 @@ "ssr" ], "dependencies": { - "@aws-amplify/api": "5.4.2", + "@aws-amplify/api": "6.0.0", "@aws-amplify/auth": "6.0.0", "@aws-amplify/pubsub": "6.0.0", "amazon-cognito-identity-js": "6.4.0",