Skip to content

Commit

Permalink
Text tweaks to release notes. (keystonejs#6941)
Browse files Browse the repository at this point in the history
* Update 2021-11-15.mdx

* Update 2021-11-15.mdx

* Text updates.
  • Loading branch information
bladey committed Nov 24, 2021
1 parent 570c0cf commit 9a39171
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/pages/releases/2021-11-15.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Stack } from '../../components/primitives/Stack';

# Release: 15th November 2021

Expanded unique filters, customisable table and column names support and a new example featuring Nexus. <Emoji symbol="🪢" alt="Rope" />
**Expanded unique filters**, **customisable table and column names support** and a new example featuring **Nexus** as we continue to finalise our GA release. <Emoji symbol="🪢" alt="Rope" />

```json
"@keystone-next/auth": "36.0.0",
Expand Down Expand Up @@ -108,7 +108,10 @@ export const PostQuery = extendType({
You can also view the [verbose changelog](https://github.com/keystonejs/keystone/pull/6914) in the related PR (https://github.com/keystonejs/keystone/pull/6914) for this release.

export default ({ children, ...props }) => (
<Markdown description="TBA" {...props}>
<Markdown
description="Expanded unique filters, customisable table and column names support and a new example featuring Nexus as we continue to finalise our GA release."
{...props}
>
{children}
</Markdown>
);
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/releases/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Status } from '../../components/primitives/Status';

<Status look="latestRelease" />

Expanded unique filters, customisable table and column names support and a new example featuring Nexus. <Emoji symbol="🪢" alt="Rope" /> — [Read more](/releases/2021-11-15)
**Expanded unique filters**, **customisable table and column names support** and a new example featuring **Nexus** as we continue to finalise our GA release. <Emoji symbol="🪢" alt="Rope" /> — [Read more](/releases/2021-11-15)

## 2nd November 2021

Expand Down

0 comments on commit 9a39171

Please sign in to comment.