Skip to content

Commit

Permalink
fix changeset frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Mar 28, 2024
1 parent 91667f5 commit ebc2022
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .changeset/add-number-id.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----
---
'@keystone-6/core': patch
----
---

Use `db.idField` of `{ kind: 'number', kind: 'Int' }` internally for singletons
4 changes: 2 additions & 2 deletions .changeset/better-relationship-errors.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----
---
'@keystone-6/core': patch
----
---

Fix static relationship resolution errors to conform to nominal error structure
4 changes: 2 additions & 2 deletions .changeset/boolean-not-false-2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----
---
'@keystone-6/core': patch
----
---

Fix `config.server.cors` type preventing value of `false`
4 changes: 2 additions & 2 deletions .changeset/boolean-not-false.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----
---
'@keystone-6/core': patch
----
---

Fix `defaultIsFilterable` and `defaultIsOrderable` types preventing value of `true`
4 changes: 2 additions & 2 deletions .changeset/deprecate-validate-hooks-f.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----
---
'@keystone-6/core': minor
----
---

Adds `{field}.hooks.validate.[create|update|delete]` hooks, deprecates `validateInput` and `validateDelete` (throws if incompatible)
4 changes: 2 additions & 2 deletions .changeset/deprecate-validate-hooks.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----
---
'@keystone-6/core': minor
----
---

Adds `{list}.hooks.validate.[create|update|delete]` hooks, deprecates `validateInput` and `validateDelete`
4 changes: 2 additions & 2 deletions .changeset/error-if-wrong-type.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----
---
'@keystone-6/auth': patch
----
---

Fix `createInitial*` and `send*MagicAuthLink` to throw if the expected type from `sessionStrategy.start` is not a string
4 changes: 2 additions & 2 deletions .changeset/fix-create-express-app.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----
---
'@keystone-6/core': patch
----
---

Fixes `createExpressApp` to use `context.graphql.schema`, not the GraphQLSchema argument
4 changes: 2 additions & 2 deletions .changeset/http-async.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----
---
'@keystone-6/core': minor
----
---

Add `async` to `extendHttpServer`, to support `await` on startup
4 changes: 2 additions & 2 deletions .changeset/less-extend-http-server.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----
---
'@keystone-6/core': patch
----
---

Deprecates `extendHttpServer`'s `graphqlSchema` argument, use `context.graphql.schema` instead
2 changes: 1 addition & 1 deletion .changeset/less-extend-type.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@keystone-6/core': Patch
'@keystone-6/core': patch
---

Deprecates `ExtendGraphQLSchema` type, use type `(schema: GraphQLSchema) => GraphQLSchema` instead
4 changes: 2 additions & 2 deletions .changeset/less-plimit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----
---
'@keystone-6/core': patch
----
---

Fix global locking by dropping global `p-limit` on `context.query`/`context.db`
4 changes: 2 additions & 2 deletions .changeset/same-field-order.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----
---
'@keystone-6/core': patch
----
---

Fix `image` field type to use consistent sub-field ordering
4 changes: 2 additions & 2 deletions .changeset/text-null-default.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----
---
'@keystone-6/core': patch
----
---

Fixes the `text` field type to accept a `defaultValue` of `null`

0 comments on commit ebc2022

Please sign in to comment.