-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
Showing
10 changed files
with
41 additions
and
28 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,5 +1,24 @@ | ||
# www | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- a8e8968: Remove previously deprecated hooks and hooks' signatures (#503) | ||
- a8e8968: Move the full workspace into ES Module | ||
|
||
### Minor Changes | ||
|
||
- a8e8968: Prefer type over interface (#515) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [a8e8968] | ||
- Updated dependencies [a8e8968] | ||
- Updated dependencies [a8e8968] | ||
- Updated dependencies [a8e8968] | ||
- [email protected] | ||
|
||
## 0.2.4 | ||
|
||
### Patch Changes | ||
|
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": "www", | ||
"version": "0.2.4", | ||
"version": "1.0.0", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
|
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
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,7 +1,7 @@ | ||
{ | ||
"name": "eslint-config-custom", | ||
"private": true, | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"description": "Base configuration for Eslint", | ||
"main": "index.cjs", | ||
"author": "Julien CARON <[email protected]>", | ||
|
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
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,7 +1,7 @@ | ||
{ | ||
"name": "usehooks-ts", | ||
"private": false, | ||
"version": "2.16.0", | ||
"version": "3.0.0", | ||
"description": "React hook library, ready to use, written in Typescript.", | ||
"author": "Julien CARON <[email protected]>", | ||
"homepage": "https://usehooks-ts.com", | ||
|