File tree 8 files changed +45
-7
lines changed
8 files changed +45
-7
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
+ ## [ 1.3.2] ( https://github.com/koba04/swr-devtools/compare/v1.3.1...v1.3.2 ) (2023-09-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * crash on multiple SWR instances ([ #126 ] ( https://github.com/koba04/swr-devtools/issues/126 ) ) ([ 75f2d43] ( https://github.com/koba04/swr-devtools/commit/75f2d43a3f00db1205078fffcd93a52c08dd3866 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.3.1] ( https://github.com/koba04/swr-devtools/compare/v1.3.0...v1.3.1 ) (2023-03-23)
7
18
8
19
Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 1.3.1 "
6
+ "version" : " 1.3.2 "
7
7
}
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
+ ## [ 1.3.2] ( https://github.com/koba04/swr-devtools/compare/v1.3.1...v1.3.2 ) (2023-09-10)
7
+
8
+ ** Note:** Version bump only for package swr-devtools-extensions
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.3.1] ( https://github.com/koba04/swr-devtools/compare/v1.3.0...v1.3.1 ) (2023-03-23)
7
15
8
16
** Note:** Version bump only for package swr-devtools-extensions
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swr-devtools-extensions" ,
3
3
"private" : " true" ,
4
- "version" : " 1.3.1 " ,
4
+ "version" : " 1.3.2 " ,
5
5
"main" : " lib/index.js" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
37
37
"react-dom" : " ^18.2.0" ,
38
38
"styled-components" : " ^5.3.5" ,
39
39
"swr" : " ^2.0.0" ,
40
- "swr-devtools" : " ^1.3.1 " ,
41
- "swr-devtools-panel" : " ^1.3.1 " ,
40
+ "swr-devtools" : " ^1.3.2 " ,
41
+ "swr-devtools-panel" : " ^1.3.2 " ,
42
42
"webextension-polyfill" : " ^0.10.0"
43
43
}
44
44
}
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
+ ## [ 1.3.2] ( https://github.com/koba04/swr-devtools/compare/v1.3.1...v1.3.2 ) (2023-09-10)
7
+
8
+ ** Note:** Version bump only for package swr-devtools-panel
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.3.1] ( https://github.com/koba04/swr-devtools/compare/v1.3.0...v1.3.1 ) (2023-03-23)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swr-devtools-panel" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"description" : " A React component for the SWR DevTools panel" ,
5
5
"main" : " cjs/index.js" ,
6
6
"module" : " lib/index.js" ,
52
52
},
53
53
"dependencies" : {
54
54
"react-json-tree" : " ^0.17.0" ,
55
- "swr-devtools" : " ^1.3.1 "
55
+ "swr-devtools" : " ^1.3.2 "
56
56
}
57
57
}
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
+ ## [ 1.3.2] ( https://github.com/koba04/swr-devtools/compare/v1.3.1...v1.3.2 ) (2023-09-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * crash on multiple SWR instances ([ #126 ] ( https://github.com/koba04/swr-devtools/issues/126 ) ) ([ 75f2d43] ( https://github.com/koba04/swr-devtools/commit/75f2d43a3f00db1205078fffcd93a52c08dd3866 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.3.1] ( https://github.com/koba04/swr-devtools/compare/v1.3.0...v1.3.1 ) (2023-03-23)
7
18
8
19
** Note:** Version bump only for package swr-devtools
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swr-devtools" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"description" : " A React component for SWR DevTools" ,
5
5
"main" : " cjs/index.js" ,
6
6
"module" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments