diff --git a/.changeset/lemon-wolves-relax.md b/.changeset/lemon-wolves-relax.md deleted file mode 100644 index 7e8c4beb1e2..00000000000 --- a/.changeset/lemon-wolves-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystonejs/adapter-prisma': patch ---- - -Fixed an issue with the prisma client not being regenerated when the schema changed. diff --git a/.github/release-count b/.github/release-count index 9a037142aa3..9d607966b72 100644 --- a/.github/release-count +++ b/.github/release-count @@ -1 +1 @@ -10 \ No newline at end of file +11 \ No newline at end of file diff --git a/packages/adapter-prisma/CHANGELOG.md b/packages/adapter-prisma/CHANGELOG.md index ac447f73fa6..169aa997b79 100644 --- a/packages/adapter-prisma/CHANGELOG.md +++ b/packages/adapter-prisma/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystonejs/adapter-prisma +## 1.0.1 + +### Patch Changes + +- [`eb8180bb8`](https://github.com/keystonejs/keystone/commit/eb8180bb87b62dc3ac317c4f04f988a122c57358) [#3806](https://github.com/keystonejs/keystone/pull/3806) Thanks [@timleslie](https://github.com/timleslie)! - Fixed an issue with the prisma client not being regenerated when the schema changed. + ## 1.0.0 ### Major Changes diff --git a/packages/adapter-prisma/package.json b/packages/adapter-prisma/package.json index 8157e8be8df..7fd98c57849 100644 --- a/packages/adapter-prisma/package.json +++ b/packages/adapter-prisma/package.json @@ -1,7 +1,7 @@ { "name": "@keystonejs/adapter-prisma", "description": "KeystoneJS Prisma Database Adapter", - "version": "1.0.0", + "version": "1.0.1", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": {