Skip to content

Commit 07882a7

Browse files
committed
🔖 Version
1 parent 0134f2d commit 07882a7

File tree

12 files changed

+26
-32
lines changed

12 files changed

+26
-32
lines changed

.changeset/five-impalas-suffer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-crews-chew.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-cobras-roll.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/poor-forks-end.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rare-icons-tickle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/six-ties-fetch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
![npm bundle size](https://img.shields.io/bundlephobia/minzip/usehooks-ts)
1919
![npm](https://img.shields.io/npm/v/usehooks-ts)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2020
[![All Contributors](https://img.shields.io/badge/all_contributors-248-orange.svg?style=flat-square)](#contributors-)
21+
2122
<!-- ALL-CONTRIBUTORS-BADGE:END -->
2223

2324
<br />

apps/www/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# www
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 4f40e02: Fix a link in migration docs
8+
- Updated dependencies [b14db5b]
9+
- Updated dependencies [59c0b93]
10+
- Updated dependencies [b14db5b]
11+
- Updated dependencies [b14db5b]
12+
- Updated dependencies [09341a3]
13+
14+
315
## 1.0.1
416

517
### Patch Changes

apps/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "www",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/usehooks-ts/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- b14db5b: Add support for focus event to `useOnClickOutside` (Fixes: #522)
8+
- 59c0b93: Add SVG element support to `useEventListener` (#546 by @LumaKernel)
9+
- b14db5b: Expose `AddEventListenerOptions` in `useOnClickOutside` (Fixes #554 from @metav-drimz)
10+
- b14db5b: Support missing refs in `useOnClickOutside` (Fixes: #531)
11+
- 09341a3: feat(useEventCallback): allow optional callback (#550 by @Newbie012)
12+
313
## 3.0.1
414

515
### Patch Changes

packages/usehooks-ts/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
![npm bundle size](https://img.shields.io/bundlephobia/minzip/usehooks-ts)
1919
![npm](https://img.shields.io/npm/v/usehooks-ts)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2020
[![All Contributors](https://img.shields.io/badge/all_contributors-248-orange.svg?style=flat-square)](#contributors-)
21+
2122
<!-- ALL-CONTRIBUTORS-BADGE:END -->
2223

2324
<br />

packages/usehooks-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "usehooks-ts",
33
"private": false,
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"description": "React hook library, ready to use, written in Typescript.",
66
"author": "Julien CARON <[email protected]>",
77
"homepage": "https://usehooks-ts.com",

0 commit comments

Comments
 (0)