Skip to content

Commit

Permalink
🔖 Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Feb 9, 2024
1 parent d60f1c6 commit bf797a2
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-deers-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-camels-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-pens-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-planets-nail.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- Updated dependencies [7d74e09]
- Updated dependencies [2660580]
- Updated dependencies [bc3f967]
- Updated dependencies [d60f1c6]
- usehooks-ts@2.14.0

## 0.2.0

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

## 2.14.0

### Minor Changes

- d60f1c6: Added debounce option to both `useScreen` and `useWindowSize`

### Patch Changes

- 7d74e09: Release documentation for `useEventCallback`
- 2660580: Depreciated `useFetch`, see documentation for more information
- bc3f967: Deprecated `useEffectOnce`, `useIsFirstRender` and `useUpdateEffect`

## 2.13.0

### Minor 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.13.0",
"version": "2.14.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 bf797a2

Please sign in to comment.