diff --git a/.changeset/add-base-path.md b/.changeset/add-base-path.md deleted file mode 100644 index 406d1656350..00000000000 --- a/.changeset/add-base-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': minor ---- - -Adds `ui.basePath` for changing the AdminUI base path, using a dynamic `next.config.js` diff --git a/.changeset/fifty-meals-look.md b/.changeset/fifty-meals-look.md deleted file mode 100644 index cc701b5aee3..00000000000 --- a/.changeset/fifty-meals-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': minor ---- - -Removes prompt when using CLI `--frozen` flag and a schema is out of date, CLI now exits diff --git a/.changeset/fix-enable-logging.md b/.changeset/fix-enable-logging.md deleted file mode 100644 index 5620be20f71..00000000000 --- a/.changeset/fix-enable-logging.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Fix `db.enableLogging` with an array resulting in `keystone dev` exiting diff --git a/.changeset/fix-types-nonnull.md b/.changeset/fix-types-nonnull.md deleted file mode 100644 index bb3efa0500b..00000000000 --- a/.changeset/fix-types-nonnull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Fixes `graphql.isNonNull.create: true` TypeScript types to be non-optional diff --git a/.changeset/less-is-more.md b/.changeset/less-is-more.md deleted file mode 100644 index 49cf3f5bea2..00000000000 --- a/.changeset/less-is-more.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': minor ---- - -add `resolveInput.{create|update}` list hooks as shorthand operation circuitry diff --git a/.changeset/less-system-exports.md b/.changeset/less-system-exports.md deleted file mode 100644 index cd99e1c40ee..00000000000 --- a/.changeset/less-system-exports.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Deprecates `@keystone-6/core/system` exports (`createSystem`, `createExpressServer`, `initConfig` and `createAdminUIMiddleware`), will be removed in next breaking change diff --git a/.changeset/no-filters-needed.md b/.changeset/no-filters-needed.md deleted file mode 100644 index 177ed30e6f9..00000000000 --- a/.changeset/no-filters-needed.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': minor ---- - -Adds new `unfiltered` shorthand function for an empty filter (exported from '@keystone-6/core/access') diff --git a/.changeset/session-no-never.md b/.changeset/session-no-never.md deleted file mode 100644 index f5fdf034bc2..00000000000 --- a/.changeset/session-no-never.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Removes `SessionStrategy`'s type parameter of `StartSessionData`, removal is non-breaking as the parameter was unusable diff --git a/.changeset/silly-guests-divide.md b/.changeset/silly-guests-divide.md deleted file mode 100644 index 0f3bd8689e2..00000000000 --- a/.changeset/silly-guests-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Fixes type generation for lists with `omit.query: true` diff --git a/.changeset/small-games-bathe.md b/.changeset/small-games-bathe.md deleted file mode 100644 index e5e68694a48..00000000000 --- a/.changeset/small-games-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Change next `experimental.appDir: false` for now, until resolution found for internal React issues diff --git a/.changeset/types-are-fixed.md b/.changeset/types-are-fixed.md deleted file mode 100644 index b1396766154..00000000000 --- a/.changeset/types-are-fixed.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -fix incompatible field key types when working with `resolvedData` (#8485) diff --git a/.changeset/update-prisma-414.md b/.changeset/update-prisma-414.md deleted file mode 100644 index 0b3f25104af..00000000000 --- a/.changeset/update-prisma-414.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Update `@prisma/*` to `4.14.0` diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e6c05b8796a..427627d4458 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,35 @@ # @keystone-6/core +## 5.3.0 + +### Minor Changes + +- [#8545](https://github.com/keystonejs/keystone/pull/8545) [`b8453c63c`](https://github.com/keystonejs/keystone/commit/b8453c63c2856c0e1e4161da3da3446b2ffc0755) Thanks [@borisno2](https://github.com/borisno2)! - Adds `ui.basePath` for changing the AdminUI base path, using a dynamic `next.config.js` + +* [#8545](https://github.com/keystonejs/keystone/pull/8545) [`b8453c63c`](https://github.com/keystonejs/keystone/commit/b8453c63c2856c0e1e4161da3da3446b2ffc0755) Thanks [@borisno2](https://github.com/borisno2)! - Removes prompt when using CLI `--frozen` flag and a schema is out of date, CLI now exits + +- [#8551](https://github.com/keystonejs/keystone/pull/8551) [`cfd873ef3`](https://github.com/keystonejs/keystone/commit/cfd873ef393b0aa429e08fb64c62bdf3e5ee1844) Thanks [@dcousens](https://github.com/dcousens)! - add `resolveInput.{create|update}` list hooks as shorthand operation circuitry + +* [#8552](https://github.com/keystonejs/keystone/pull/8552) [`ea227f04f`](https://github.com/keystonejs/keystone/commit/ea227f04faa60bb202fa50cab3903bdd03b43ddf) Thanks [@dcousens](https://github.com/dcousens)! - Adds new `unfiltered` shorthand function for an empty filter (exported from '@keystone-6/core/access') + +### Patch Changes + +- [#8569](https://github.com/keystonejs/keystone/pull/8569) [`f92aa4010`](https://github.com/keystonejs/keystone/commit/f92aa4010995d18ac15df83b70cbe9140bb72a7f) Thanks [@dcousens](https://github.com/dcousens)! - Fix `db.enableLogging` with an array resulting in `keystone dev` exiting + +* [#8551](https://github.com/keystonejs/keystone/pull/8551) [`cfd873ef3`](https://github.com/keystonejs/keystone/commit/cfd873ef393b0aa429e08fb64c62bdf3e5ee1844) Thanks [@dcousens](https://github.com/dcousens)! - Fixes `graphql.isNonNull.create: true` TypeScript types to be non-optional + +- [#8569](https://github.com/keystonejs/keystone/pull/8569) [`f92aa4010`](https://github.com/keystonejs/keystone/commit/f92aa4010995d18ac15df83b70cbe9140bb72a7f) Thanks [@dcousens](https://github.com/dcousens)! - Deprecates `@keystone-6/core/system` exports (`createSystem`, `createExpressServer`, `initConfig` and `createAdminUIMiddleware`), will be removed in next breaking change + +* [#8552](https://github.com/keystonejs/keystone/pull/8552) [`ea227f04f`](https://github.com/keystonejs/keystone/commit/ea227f04faa60bb202fa50cab3903bdd03b43ddf) Thanks [@dcousens](https://github.com/dcousens)! - Removes `SessionStrategy`'s type parameter of `StartSessionData`, removal is non-breaking as the parameter was unusable + +- [#8527](https://github.com/keystonejs/keystone/pull/8527) [`1d0e6cdea`](https://github.com/keystonejs/keystone/commit/1d0e6cdea6ecd3234ed24eb7c3b3794e0a9cfbca) Thanks [@acburdine](https://github.com/acburdine)! - Fixes type generation for lists with `omit.query: true` + +* [#8568](https://github.com/keystonejs/keystone/pull/8568) [`1a997d113`](https://github.com/keystonejs/keystone/commit/1a997d1135f4aa72ce611909c9c34714be6dbeb3) Thanks [@MohammadKurjieh](https://github.com/MohammadKurjieh)! - Change next `experimental.appDir: false` for now, until resolution found for internal React issues + +- [#8551](https://github.com/keystonejs/keystone/pull/8551) [`cfd873ef3`](https://github.com/keystonejs/keystone/commit/cfd873ef393b0aa429e08fb64c62bdf3e5ee1844) Thanks [@dcousens](https://github.com/dcousens)! - fix incompatible field key types when working with `resolvedData` (#8485) + +* [#8562](https://github.com/keystonejs/keystone/pull/8562) [`b8f7cf4b6`](https://github.com/keystonejs/keystone/commit/b8f7cf4b6f6ce77201167910545f4ad6aa857c35) Thanks [@renovate](https://github.com/apps/renovate)! - Update `@prisma/*` to `4.14.0` + ## 5.2.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 131d67efa10..0d2b918ab43 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/core", - "version": "5.2.0", + "version": "5.3.0", "repository": "https://github.com/keystonejs/keystone/tree/main/packages/core", "license": "MIT", "main": "dist/keystone-6-core.cjs.js", @@ -268,7 +268,7 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@keystone-6/core": "5.2.0", + "@keystone-6/core": "5.3.0", "@types/bytes": "^3.1.1", "@types/mime": "^3.0.0", "@types/resolve": "^1.20.2",