File tree Expand file tree Collapse file tree 8 files changed +56
-7
lines changed
Expand file tree Collapse file tree 8 files changed +56
-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+ ## [ 1.2.1] ( https://github.com/koba04/swr-devtools/compare/v1.2.0...v1.2.1 ) (2022-12-19)
7+
8+
9+ ### Bug Fixes
10+
11+ * header style on mobile ([ #96 ] ( https://github.com/koba04/swr-devtools/issues/96 ) ) ([ 293971d] ( https://github.com/koba04/swr-devtools/commit/293971d91da0370c77c220cf88d8bb389df5efef ) )
12+ * missing discarded events ([ #106 ] ( https://github.com/koba04/swr-devtools/issues/106 ) ) ([ f95dbdb] ( https://github.com/koba04/swr-devtools/commit/f95dbdb50aa0c0b642fae536b323a6da7ea4751d ) )
13+ * remove duplicate React instance ([ #105 ] ( https://github.com/koba04/swr-devtools/issues/105 ) ) ([ 9f9f6e5] ( https://github.com/koba04/swr-devtools/commit/9f9f6e521ac9f89ee1b0fbba6b2bd809218ab181 ) )
14+ * the style of theme switcher ([ #104 ] ( https://github.com/koba04/swr-devtools/issues/104 ) ) ([ 5cdbdfd] ( https://github.com/koba04/swr-devtools/commit/5cdbdfd953b8d3b651a8da0710b889542b4ce7be ) )
15+
16+
17+
18+
19+
620## [ 1.1.1] ( https://github.com/koba04/swr-devtools/compare/v1.1.0...v1.1.1 ) (2022-07-13)
721
822
Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 1.2.0 "
6+ "version" : " 1.2.1 "
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+ ## [ 1.2.1] ( https://github.com/koba04/swr-devtools/compare/v1.2.0...v1.2.1 ) (2022-12-19)
7+
8+
9+ ### Bug Fixes
10+
11+ * remove duplicate React instance ([ #105 ] ( https://github.com/koba04/swr-devtools/issues/105 ) ) ([ 9f9f6e5] ( https://github.com/koba04/swr-devtools/commit/9f9f6e521ac9f89ee1b0fbba6b2bd809218ab181 ) )
12+
13+
14+
15+
16+
617## [ 1.1.1] ( https://github.com/koba04/swr-devtools/compare/v1.1.0...v1.1.1 ) (2022-07-13)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " swr-devtools-extensions" ,
33 "private" : " true" ,
4- "version" : " 1.2.0 " ,
4+ "version" : " 1.2.1 " ,
55 "main" : " lib/index.js" ,
66 "license" : " MIT" ,
77 "scripts" : {
3737 "react-dom" : " ^18.2.0" ,
3838 "styled-components" : " ^5.3.5" ,
3939 "swr" : " ^2.0.0-beta.7" ,
40- "swr-devtools" : " ^1.2.0 " ,
41- "swr-devtools-panel" : " ^1.2.0 " ,
40+ "swr-devtools" : " ^1.2.1 " ,
41+ "swr-devtools-panel" : " ^1.2.1 " ,
4242 "webextension-polyfill" : " ^0.10.0"
4343 }
4444}
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+ ## [ 1.2.1] ( https://github.com/koba04/swr-devtools/compare/v1.2.0...v1.2.1 ) (2022-12-19)
7+
8+
9+ ### Bug Fixes
10+
11+ * header style on mobile ([ #96 ] ( https://github.com/koba04/swr-devtools/issues/96 ) ) ([ 293971d] ( https://github.com/koba04/swr-devtools/commit/293971d91da0370c77c220cf88d8bb389df5efef ) )
12+ * the style of theme switcher ([ #104 ] ( https://github.com/koba04/swr-devtools/issues/104 ) ) ([ 5cdbdfd] ( https://github.com/koba04/swr-devtools/commit/5cdbdfd953b8d3b651a8da0710b889542b4ce7be ) )
13+
14+
15+
16+
17+
618# [ 1.1.0] ( https://github.com/koba04/swr-devtools/compare/v1.0.0...v1.1.0 ) (2022-07-12)
719
820
Original file line number Diff line number Diff line change 11{
22 "name" : " swr-devtools-panel" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
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-tree" : " ^0.17.0" ,
48- "swr-devtools" : " ^1.2.0 "
48+ "swr-devtools" : " ^1.2.1 "
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+ ## [ 1.2.1] ( https://github.com/koba04/swr-devtools/compare/v1.2.0...v1.2.1 ) (2022-12-19)
7+
8+
9+ ### Bug Fixes
10+
11+ * missing discarded events ([ #106 ] ( https://github.com/koba04/swr-devtools/issues/106 ) ) ([ f95dbdb] ( https://github.com/koba04/swr-devtools/commit/f95dbdb50aa0c0b642fae536b323a6da7ea4751d ) )
12+ * remove duplicate React instance ([ #105 ] ( https://github.com/koba04/swr-devtools/issues/105 ) ) ([ 9f9f6e5] ( https://github.com/koba04/swr-devtools/commit/9f9f6e521ac9f89ee1b0fbba6b2bd809218ab181 ) )
13+
14+
15+
16+
17+
618# [ 0.5.0] ( https://github.com/koba04/swr-devtools/compare/v0.4.0...v0.5.0 ) (2022-06-01)
719
820
Original file line number Diff line number Diff line change 11{
22 "name" : " swr-devtools" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
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