Skip to content

Commit

Permalink
Clean up changelogs prior to release (keystonejs#2309)
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie authored Jan 31, 2020
1 parent ec81468 commit 2ab9c9a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .changeset/five-apples-thank.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
'@keystonejs/fields': minor
---

Added React hooks to the AdminUI.
Added React hooks to the AdminUI.

This PR changes the way the <CreateItem/> component works internally. It also paves the way for future AdminUI extensions by exporting front-end components and utilities from `@keystonejs/app-admin-ui/components`. Initially this includes a <ListProvider/> component that is currently being consumed by the relationship field.
This PR changes the way the `<CreateItem/>` component works internally. It also paves the way for future AdminUI extensions by exporting front-end components and utilities from `@keystonejs/app-admin-ui/components`. Initially this includes a `<ListProvider/>` component that is currently being consumed by the relationship field.
2 changes: 1 addition & 1 deletion .changeset/silent-horses-tie.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@keystonejs/fields': minor
---

Added adminDoc option to all fields
Added `adminDoc` configuration option to all field types.
2 changes: 1 addition & 1 deletion .changeset/strong-dolphins-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@keystonejs/api-tests': patch
---

knex adapter don't spam console output during tests running anymore
Silenced knex adapter output during testing.
2 changes: 1 addition & 1 deletion .changeset/tricky-shoes-hang.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@arch-ui/fields': minor
---

Added FieldDescription to arch-ui/fields
Added `FieldDescription` to `@arch-ui/fields`.
2 changes: 1 addition & 1 deletion .changeset/twenty-baboons-cheat.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
'@keystonejs/website': patch
---

Added the documentation for the keystone-create-app CLI arguments (#2276)
Added documentation for the `keystone-create-app` CLI arguments.
2 changes: 1 addition & 1 deletion .changeset/wet-bottles-hear.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@keystonejs/file-adapters': minor
---

Added getFilename option to S3Adapter
Added `getFilename` option to S3Adapter.

0 comments on commit 2ab9c9a

Please sign in to comment.