Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 17, 2023
1 parent b8453c6 commit 9487ff1
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 62 deletions.
5 changes: 0 additions & 5 deletions .changeset/add-base-path.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-meals-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-enable-logging.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-types-nonnull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/less-is-more.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/less-system-exports.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/no-filters-needed.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/session-no-never.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-guests-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-games-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/types-are-fixed.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-prisma-414.md

This file was deleted.

30 changes: 30 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 9487ff1

Please sign in to comment.