Skip to content

Commit b1f6aab

Browse files
author
Kurt Doherty
authored
chore: bump package version (#779)
1 parent 441a991 commit b1f6aab

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reapit/elements",
3-
"version": "5.0.0-beta.51",
3+
"version": "5.0.0-beta.52",
44
"description": "A collection of React components and utilities for building apps for Reapit Marketplace",
55
"homepage": "https://github.com/reapit/elements#readme",
66
"bugs": {

src/storybook/changelog.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ We will publish release version history and changes here. Where possible, we wil
1616

1717
Beta versions should be relatively stable but subject to occssional breaking changes.
1818

19+
### **5.0.0-beta.52 - ??/??/25**
20+
21+
- TBC
22+
1923
### **5.0.0-beta.51 - 12/09/25**
2024

2125
- **chore:** Implemented new component interface pattern that allows prop interfaces to be accessed directly from the component name, rather than requiring the use of `ComponentProps` or a separate import. That is, instead of using `import type { MyComponentProps } from ...` or `ComponentProps<typeof MyComponent>`, you can simply use `MyComponent.Props`. The existing component props are still available, but have been deprecated and will be removed in a future release.

0 commit comments

Comments
 (0)