diff --git a/storybook/src/base-documentation/ReleaseNotes.stories.mdx b/storybook/src/base-documentation/ReleaseNotes.stories.mdx index d8f2671..3dc2ae7 100644 --- a/storybook/src/base-documentation/ReleaseNotes.stories.mdx +++ b/storybook/src/base-documentation/ReleaseNotes.stories.mdx @@ -34,7 +34,7 @@ import { Meta } from "@storybook/addon-docs"; - Added ability of conditionally rendering the expander on `DataTable` by introducing `predicate` and `predicateFallback` props to the `DataTable.Expander` subcomponent ([#252](https://github.com/croz-ltd/tiller/issues/252)) - Added `testId` prop to Button, Badge and form components which sets the `data-testid` prop for components, while resorting to the same value as the `id` prop if not defined ([#253](https://github.com/croz-ltd/tiller/issues/253)) -## **1.13.0 - latest** _(Apr 25th 2024)_ +## 1.13.0 _(Apr 25th 2024)_ **