File tree 12 files changed +64
-13
lines changed
use-overflow-scroll-position
12 files changed +64
-13
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## <small >1.1.3 (2020-12-28)</small >
7
+
8
+ * fix: allow react 17 ([ 2b4e3f9] ( https://github.com/byteclaw/hooks/commit/2b4e3f9 ) )
9
+
10
+
11
+
12
+
13
+
6
14
## <small >1.1.2 (2020-05-21)</small >
7
15
8
16
** Note:** Version bump only for package @byteclaw/hooks
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @byteclaw/hooks" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"description" : " Collection of useful React hooks for your applications" ,
5
5
"main" : " dist/hooks.js" ,
6
6
"module" : " dist/hooks.esm.js" ,
17
17
"typecheck" : " tsc --noEmit"
18
18
},
19
19
"dependencies" : {
20
- "@byteclaw/use-event-emitter" : " ^1.0.0 " ,
21
- "@byteclaw/use-overflow-scroll-position" : " ^1.0.1 " ,
22
- "@byteclaw/use-prompt" : " ^1.1.0 " ,
23
- "@byteclaw/use-static-callback" : " ^1.1.0 " ,
24
- "@byteclaw/use-unique-id" : " ^1.0.0 "
20
+ "@byteclaw/use-event-emitter" : " ^1.0.1 " ,
21
+ "@byteclaw/use-overflow-scroll-position" : " ^1.0.2 " ,
22
+ "@byteclaw/use-prompt" : " ^1.1.1 " ,
23
+ "@byteclaw/use-static-callback" : " ^1.1.1 " ,
24
+ "@byteclaw/use-unique-id" : " ^1.0.1 "
25
25
},
26
26
"peerDependencies" : {
27
27
"@types/react" : " ^16.9.11" ,
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## <small >1.0.1 (2020-12-28)</small >
7
+
8
+ * fix: allow react 17 ([ 2b4e3f9] ( https://github.com/byteclaw/hooks/commit/2b4e3f9 ) )
9
+ * build: update dependencies and introduce commitlint ([ 019cb83] ( https://github.com/byteclaw/hooks/commit/019cb83 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @byteclaw/use-event-emitter" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " React hooks and components for construction of simple event emitters" ,
5
5
"main" : " dist/use-event-emitter.js" ,
6
6
"module" : " dist/use-event-emitter.esm.js" ,
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## <small >1.0.2 (2020-12-28)</small >
7
+
8
+ * fix: allow react 17 ([ 2b4e3f9] ( https://github.com/byteclaw/hooks/commit/2b4e3f9 ) )
9
+ * build: update dependencies and introduce commitlint ([ 019cb83] ( https://github.com/byteclaw/hooks/commit/019cb83 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @byteclaw/use-overflow-scroll-position" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " React hook for calculating number of pixels scrolled through in an overflow:scroll enabled container" ,
5
5
"main" : " dist/use-overflow-scroll-position.js" ,
6
6
"module" : " dist/use-overflow-scroll-position.esm.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## <small >1.1.1 (2020-12-28)</small >
7
+
8
+ * fix: allow react 17 ([ 2b4e3f9] ( https://github.com/byteclaw/hooks/commit/2b4e3f9 ) )
9
+
10
+
11
+
12
+
13
+
6
14
## 1.1.0 (2020-05-21)
7
15
8
16
* feat(use-prompt): deduplicate prompts ([ b247f81] ( https://github.com/byteclaw/hooks/commit/b247f81 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @byteclaw/use-prompt" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " React hook and component for prompting the user to input anything using your custom components" ,
5
5
"main" : " dist/use-prompt.js" ,
6
6
"module" : " dist/use-prompt.esm.js" ,
17
17
"typecheck" : " tsc --noEmit"
18
18
},
19
19
"dependencies" : {
20
- "@byteclaw/use-event-emitter" : " ^1.0.0 " ,
21
- "@byteclaw/use-unique-id" : " ^1.0.0 "
20
+ "@byteclaw/use-event-emitter" : " ^1.0.1 " ,
21
+ "@byteclaw/use-unique-id" : " ^1.0.1 "
22
22
},
23
23
"peerDependencies" : {
24
24
"@types/react" : " ^16.9.11" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## <small >1.1.1 (2020-12-28)</small >
7
+
8
+ * fix: allow react 17 ([ 2b4e3f9] ( https://github.com/byteclaw/hooks/commit/2b4e3f9 ) )
9
+
10
+
11
+
12
+
13
+
6
14
## 1.1.0 (2020-02-28)
7
15
8
16
* feat(use-static-callback): add useStaticCallbackCreator hook ([ 4b75e3d] ( https://github.com/byteclaw/hooks/commit/4b75e3d ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @byteclaw/use-static-callback" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " React's useCallback hook for function declarations" ,
5
5
"main" : " dist/use-static-callback.js" ,
6
6
"module" : " dist/use-static-callback.esm.js" ,
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## <small >1.0.1 (2020-12-28)</small >
7
+
8
+ * fix: allow react 17 ([ 2b4e3f9] ( https://github.com/byteclaw/hooks/commit/2b4e3f9 ) )
9
+ * build: update dependencies and introduce commitlint ([ 019cb83] ( https://github.com/byteclaw/hooks/commit/019cb83 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @byteclaw/use-unique-id" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " React hook to generate unique ids for your components" ,
5
5
"main" : " dist/use-unique-id.js" ,
6
6
"module" : " dist/use-unique-id.esm.js" ,
You can’t perform that action at this time.
0 commit comments