File tree 8 files changed +59
-7
lines changed
8 files changed +59
-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
+ # [ 0.5.0] ( https://github.com/koba04/swr-devtools/compare/v0.4.0...v0.5.0 ) (2022-06-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * display errors in SWRCache ([ #41 ] ( https://github.com/koba04/swr-devtools/issues/41 ) ) ([ 7f7f672] ( https://github.com/koba04/swr-devtools/commit/7f7f67224b2aca32b1976d311a7d6271c4dfcfba ) )
12
+ * emoji label ([ #47 ] ( https://github.com/koba04/swr-devtools/issues/47 ) ) ([ 09d616d] ( https://github.com/koba04/swr-devtools/commit/09d616da60a027927c82a587ff36512f4c3ff6a4 ) )
13
+ * support manifest v3 ([ #53 ] ( https://github.com/koba04/swr-devtools/issues/53 ) ) ([ eb638bf] ( https://github.com/koba04/swr-devtools/commit/eb638bf83ec00971458b283da80741150fc5554c ) )
14
+ * support SWR v2 ([ #44 ] ( https://github.com/koba04/swr-devtools/issues/44 ) ) ([ 388a4bf] ( https://github.com/koba04/swr-devtools/commit/388a4bff545c76414f768c26b34aa858bc1f0291 ) )
15
+ * ** swr-devtools-demo:** refine the webpage of SWRDevTools ([ #43 ] ( https://github.com/koba04/swr-devtools/issues/43 ) ) ([ b4969e5] ( https://github.com/koba04/swr-devtools/commit/b4969e5c562e87286f60379cd46134b230ac5edc ) )
16
+
17
+
18
+
19
+
20
+
6
21
# [ 0.4.0] ( https://github.com/koba04/swr-devtools/compare/v0.3.0...v0.4.0 ) (2021-12-05)
7
22
8
23
Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 0.4 .0"
6
+ "version" : " 0.5 .0"
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
+ # [ 0.5.0] ( https://github.com/koba04/swr-devtools/compare/v0.4.0...v0.5.0 ) (2022-06-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * support manifest v3 ([ #53 ] ( https://github.com/koba04/swr-devtools/issues/53 ) ) ([ eb638bf] ( https://github.com/koba04/swr-devtools/commit/eb638bf83ec00971458b283da80741150fc5554c ) )
12
+ * support SWR v2 ([ #44 ] ( https://github.com/koba04/swr-devtools/issues/44 ) ) ([ 388a4bf] ( https://github.com/koba04/swr-devtools/commit/388a4bff545c76414f768c26b34aa858bc1f0291 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 0.4.0] ( https://github.com/koba04/swr-devtools/compare/v0.3.0...v0.4.0 ) (2021-12-05)
7
19
8
20
** 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" : " 0.4 .0" ,
4
+ "version" : " 0.5 .0" ,
5
5
"main" : " lib/index.js" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
39
39
"react-dom" : " ^17.0.2" ,
40
40
"styled-components" : " ^5.3.0" ,
41
41
"swr" : " ^1.0.0" ,
42
- "swr-devtools" : " ^0.4 .0" ,
43
- "swr-devtools-panel" : " ^0.4 .0"
42
+ "swr-devtools" : " ^0.5 .0" ,
43
+ "swr-devtools-panel" : " ^0.5 .0"
44
44
}
45
45
}
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
+ # [ 0.5.0] ( https://github.com/koba04/swr-devtools/compare/v0.4.0...v0.5.0 ) (2022-06-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * display errors in SWRCache ([ #41 ] ( https://github.com/koba04/swr-devtools/issues/41 ) ) ([ 7f7f672] ( https://github.com/koba04/swr-devtools/commit/7f7f67224b2aca32b1976d311a7d6271c4dfcfba ) )
12
+ * emoji label ([ #47 ] ( https://github.com/koba04/swr-devtools/issues/47 ) ) ([ 09d616d] ( https://github.com/koba04/swr-devtools/commit/09d616da60a027927c82a587ff36512f4c3ff6a4 ) )
13
+ * support SWR v2 ([ #44 ] ( https://github.com/koba04/swr-devtools/issues/44 ) ) ([ 388a4bf] ( https://github.com/koba04/swr-devtools/commit/388a4bff545c76414f768c26b34aa858bc1f0291 ) )
14
+
15
+
16
+
17
+
18
+
6
19
# [ 0.4.0] ( https://github.com/koba04/swr-devtools/compare/v0.3.0...v0.4.0 ) (2021-12-05)
7
20
8
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swr-devtools-panel" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"description" : " A React component for the SWR DevTools panel" ,
5
5
"main" : " cjs/index.js" ,
6
6
"module" : " lib/index.js" ,
45
45
},
46
46
"dependencies" : {
47
47
"react-json-view" : " ^1.21.3" ,
48
- "swr-devtools" : " ^0.4 .0"
48
+ "swr-devtools" : " ^0.5 .0"
49
49
}
50
50
}
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
+ # [ 0.5.0] ( https://github.com/koba04/swr-devtools/compare/v0.4.0...v0.5.0 ) (2022-06-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * display errors in SWRCache ([ #41 ] ( https://github.com/koba04/swr-devtools/issues/41 ) ) ([ 7f7f672] ( https://github.com/koba04/swr-devtools/commit/7f7f67224b2aca32b1976d311a7d6271c4dfcfba ) )
12
+ * support SWR v2 ([ #44 ] ( https://github.com/koba04/swr-devtools/issues/44 ) ) ([ 388a4bf] ( https://github.com/koba04/swr-devtools/commit/388a4bff545c76414f768c26b34aa858bc1f0291 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 0.4.0] ( https://github.com/koba04/swr-devtools/compare/v0.3.0...v0.4.0 ) (2021-12-05)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swr-devtools" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
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