From 0c2720101669c16b190fb7e5615d57cf2067fb8b Mon Sep 17 00:00:00 2001 From: Alexey Orlenko Date: Thu, 5 Dec 2024 10:13:39 +0100 Subject: [PATCH] fix: update latest version manually [`6.0.1`](https://www.npmjs.com/package/@prisma/react-native) was successfully published automatically after merging https://github.com/prisma/react-native-prisma/pull/48 but for some reason the version in `.versions/prisma-latest` failed to update. As a result, the scheduled workflow that checks for the latest Prisma ORM version and compares it to the version in this file constantly tries to rebuild the package and fails to publish it over the existing 6.0.1 version on npm, wasting CI compute and spamming my email inbox every half an hour or so. --- .versions/prisma-latest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.versions/prisma-latest b/.versions/prisma-latest index 3c0cc1ba..5fe60723 100644 --- a/.versions/prisma-latest +++ b/.versions/prisma-latest @@ -1 +1 @@ -5.22.0 \ No newline at end of file +6.0.1