Skip to content

Commit

Permalink
🔖 Version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Mar 22, 2024
1 parent 0134f2d commit 07882a7
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-impalas-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-crews-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-cobras-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-forks-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-icons-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-ties-fetch.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
![npm bundle size](https://img.shields.io/bundlephobia/minzip/usehooks-ts)
![npm](https://img.shields.io/npm/v/usehooks-ts)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-248-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

<br />
Expand Down
12 changes: 12 additions & 0 deletions apps/www/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# www

## 1.0.2

### Patch Changes

- 4f40e02: Fix a link in migration docs
- Updated dependencies [b14db5b]
- Updated dependencies [59c0b93]
- Updated dependencies [b14db5b]
- Updated dependencies [b14db5b]
- Updated dependencies [09341a3]
- usehooks-ts@3.0.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/usehooks-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.0.2

### Patch Changes

- b14db5b: Add support for focus event to `useOnClickOutside` (Fixes: #522)
- 59c0b93: Add SVG element support to `useEventListener` (#546 by @LumaKernel)
- b14db5b: Expose `AddEventListenerOptions` in `useOnClickOutside` (Fixes #554 from @metav-drimz)
- b14db5b: Support missing refs in `useOnClickOutside` (Fixes: #531)
- 09341a3: feat(useEventCallback): allow optional callback (#550 by @Newbie012)

## 3.0.1

### Patch Changes
Expand Down
1 change: 1 addition & 0 deletions packages/usehooks-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
![npm bundle size](https://img.shields.io/bundlephobia/minzip/usehooks-ts)
![npm](https://img.shields.io/npm/v/usehooks-ts)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-248-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

<br />
Expand Down
2 changes: 1 addition & 1 deletion packages/usehooks-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "usehooks-ts",
"private": false,
"version": "3.0.1",
"version": "3.0.2",
"description": "React hook library, ready to use, written in Typescript.",
"author": "Julien CARON <juliencaron@protonmail.com>",
"homepage": "https://usehooks-ts.com",
Expand Down

0 comments on commit 07882a7

Please sign in to comment.