Skip to content

Commit

Permalink
Version Packages (#8734)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Daniel Cousens <dcousens@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 8, 2023
1 parent aef0bf3 commit 8e00d53
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/enable-sourcemap-esbuild.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-disable-uid.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-rats-cough.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @keystone-6/core

## 5.5.0

### Minor Changes

- [#8738](https://github.com/keystonejs/keystone/pull/8738) [`ef9214cc5`](https://github.com/keystonejs/keystone/commit/ef9214cc527cea741fef5f77fc332cc233a1dd66) Thanks [@TweededBadger](https://github.com/TweededBadger)! - Add `sourcemap: true` to esbuild configuration to help with error debugging

### Patch Changes

- [#8733](https://github.com/keystonejs/keystone/pull/8733) [`03ae5bcc2`](https://github.com/keystonejs/keystone/commit/03ae5bcc28daccccf37d689a599565214f33be3b) Thanks [@molomby](https://github.com/molomby)! - Fixes `ui.isDisabled` condition for `keystone start`

* [#8743](https://github.com/keystonejs/keystone/pull/8743) [`aef0bf345`](https://github.com/keystonejs/keystone/commit/aef0bf3453816f5b9e5acc62ef9881877bed62a5) Thanks [@dcousens](https://github.com/dcousens)! - Fixes `session` type as `any` when using `.keystone/types` `Lists` as your root type

- [#8741](https://github.com/keystonejs/keystone/pull/8741) [`1f666ea58`](https://github.com/keystonejs/keystone/commit/1f666ea58a7739ec917f9cab4ad3c52613cd2954) Thanks [@acburdine](https://github.com/acburdine)! - Fixes broken context type narrowing for virtual field resolvers

## 5.4.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.4.0",
"version": "5.5.0",
"repository": "https://github.com/keystonejs/keystone/tree/main/packages/core",
"license": "MIT",
"main": "dist/keystone-6-core.cjs.js",
Expand Down Expand Up @@ -265,7 +265,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@keystone-6/core": "5.4.0",
"@keystone-6/core": "5.5.0",
"@types/bytes": "^3.1.1",
"@types/mime": "^3.0.0",
"@types/resolve": "^1.20.2",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e00d53

Please sign in to comment.