File tree Expand file tree Collapse file tree 8 files changed +59
-7
lines changed
Expand file tree Collapse file tree 8 files changed +59
-7
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
621# [ 0.4.0] ( https://github.com/koba04/swr-devtools/compare/v0.3.0...v0.4.0 ) (2021-12-05)
722
823
Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 0.4 .0"
6+ "version" : " 0.5 .0"
77}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
618# [ 0.4.0] ( https://github.com/koba04/swr-devtools/compare/v0.3.0...v0.4.0 ) (2021-12-05)
719
820** Note:** Version bump only for package swr-devtools-extensions
Original file line number Diff line number Diff line change 11{
22 "name" : " swr-devtools-extensions" ,
33 "private" : " true" ,
4- "version" : " 0.4 .0" ,
4+ "version" : " 0.5 .0" ,
55 "main" : " lib/index.js" ,
66 "license" : " MIT" ,
77 "scripts" : {
3939 "react-dom" : " ^17.0.2" ,
4040 "styled-components" : " ^5.3.0" ,
4141 "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"
4444 }
4545}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
619# [ 0.4.0] ( https://github.com/koba04/swr-devtools/compare/v0.3.0...v0.4.0 ) (2021-12-05)
720
821
Original file line number Diff line number Diff line change 11{
22 "name" : " swr-devtools-panel" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " A React component for the SWR DevTools panel" ,
55 "main" : " cjs/index.js" ,
66 "module" : " lib/index.js" ,
4545 },
4646 "dependencies" : {
4747 "react-json-view" : " ^1.21.3" ,
48- "swr-devtools" : " ^0.4 .0"
48+ "swr-devtools" : " ^0.5 .0"
4949 }
5050}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
618# [ 0.4.0] ( https://github.com/koba04/swr-devtools/compare/v0.3.0...v0.4.0 ) (2021-12-05)
719
820
Original file line number Diff line number Diff line change 11{
22 "name" : " swr-devtools" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " A React component for SWR DevTools" ,
55 "main" : " cjs/index.js" ,
66 "module" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments