Skip to content

Commit c67c9c3

Browse files
committed
v0.5.0
1 parent d722b21 commit c67c9c3

File tree

8 files changed

+59
-7
lines changed

8 files changed

+59
-7
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [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

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.4.0"
6+
"version": "0.5.0"
77
}

packages/swr-devtools-extensions/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/swr-devtools-extensions/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {
@@ -39,7 +39,7 @@
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
}

packages/swr-devtools-panel/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/swr-devtools-panel/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -45,6 +45,6 @@
4545
},
4646
"dependencies": {
4747
"react-json-view": "^1.21.3",
48-
"swr-devtools": "^0.4.0"
48+
"swr-devtools": "^0.5.0"
4949
}
5050
}

packages/swr-devtools/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/swr-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)