Skip to content

Commit

Permalink
1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psychobolt committed Apr 7, 2022
1 parent c546509 commit d130042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ export default props => <Slice {...props} backgroundColor="red" />

## Notable Change Notes

- [v1.0.0-alpha.0](https://github.com/psychobolt/react-pie-menu/releases/tag/react-pie-menu%401.0.0-alpha.0)
- v0.3.0 introduce the ability to use style props, context props, touch device, and React 17 support.
- v0.2.0 deprecated inline css styles in favor of CSS-in-JS.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pie-menu",
"version": "0.3.3",
"version": "1.0.0-alpha.0",
"description": "A configurable radial context menu for React",
"type": "module",
"module": "./dist/index.prod.js",
Expand Down

0 comments on commit d130042

Please sign in to comment.