-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tglide
committed
Mar 11, 2024
1 parent
30cb9b4
commit 66cfe5d
Showing
3 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"withrunes": patch | ||
--- | ||
|
||
Initial release, including `withDebounce` and `withElementSize` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
# withrunes | ||
|
||
## 0.0.2 | ||
|
||
### Patch Changes | ||
|
||
- Fixed resizing on mobile devices ([#4](https://github.com/svecosystem/withrunes/pull/4)) | ||
|
||
## 0.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Initial release 🎉 ([#1](https://github.com/svecosystem/withrunes/pull/1)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "withrunes", | ||
"version": "0.0.2", | ||
"version": "0.0.0", | ||
"contributors": [ | ||
{ | ||
"name": "Thomas G. Lopes", | ||
|