Skip to content

Commit

Permalink
🔖 Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Mar 5, 2024
1 parent d42741f commit 9ad8e61
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-emus-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-pillows-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-suits-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-guests-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-pianos-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-horses-try.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-jokes-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-dolphins-shake.md

This file was deleted.

15 changes: 15 additions & 0 deletions apps/www/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# www

## 0.2.4

### Patch Changes

- 0d99db9: chore(deps): update all non-major dependencies
- Updated dependencies [d881f08]
- Updated dependencies [fc25779]
- Updated dependencies [9b65ce8]
- Updated dependencies [d42741f]
- Updated dependencies [d42741f]
- Updated dependencies [d881f08]
- Updated dependencies [0d99db9]
- Updated dependencies [d881f08]
- usehooks-ts@2.16.0

## 0.2.3

### 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": "0.2.3",
"version": "0.2.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
16 changes: 16 additions & 0 deletions packages/usehooks-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 2.16.0

### Minor Changes

- 9b65ce8: Add `id` param to `useScript` hook (from #285 by @misidoro)

### Patch Changes

- d881f08: Add `isLocked` state to the `useScrollLock` return (#521 by @kyrylo-soulandwolf)
- fc25779: Resolve warning when using `useScrollLock` in an SSR environment (#521 by @kyrylo-soulandwolf)
- d42741f: Wrap `useCountdown` methods with `useCallback` (from #326 by @gromchen)
- d42741f: Wrap `useCounter` methods with `useCallback` (from #326 by @gromchen)
- d881f08: Fixed `useScrollLock` leaving inline styles (#516 from @novacdenis)
- 0d99db9: chore(deps): update all non-major dependencies
- d881f08: Fixed reflow not considering the padding before the lock (#521 by @kyrylo-soulandwolf)

## 2.15.1

### Patch Changes
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": "2.15.1",
"version": "2.16.0",
"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 9ad8e61

Please sign in to comment.