Skip to content

Commit

Permalink
release: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielBenichou committed Nov 23, 2023
1 parent c24f4b5 commit 83484c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @tembell/paresseux

## 0.1.0

### Minor Changes

- Implement the `<ModalsProvider>`.
Implement the `useOpenModal` main hook.
Implement the `withClose` HOC Helper.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tembell/paresseux",
"version": "0.0.1",
"version": "0.1.0",
"description": "🐨 Lazy & Synchronous flows for modals interactions in React",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 83484c4

Please sign in to comment.