Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Jun 1, 2022
1 parent d722b21 commit c67c9c3
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/koba04/swr-devtools/compare/v0.4.0...v0.5.0) (2022-06-01)


### Features

* display errors in SWRCache ([#41](https://github.com/koba04/swr-devtools/issues/41)) ([7f7f672](https://github.com/koba04/swr-devtools/commit/7f7f67224b2aca32b1976d311a7d6271c4dfcfba))
* emoji label ([#47](https://github.com/koba04/swr-devtools/issues/47)) ([09d616d](https://github.com/koba04/swr-devtools/commit/09d616da60a027927c82a587ff36512f4c3ff6a4))
* support manifest v3 ([#53](https://github.com/koba04/swr-devtools/issues/53)) ([eb638bf](https://github.com/koba04/swr-devtools/commit/eb638bf83ec00971458b283da80741150fc5554c))
* support SWR v2 ([#44](https://github.com/koba04/swr-devtools/issues/44)) ([388a4bf](https://github.com/koba04/swr-devtools/commit/388a4bff545c76414f768c26b34aa858bc1f0291))
* **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))





# [0.4.0](https://github.com/koba04/swr-devtools/compare/v0.3.0...v0.4.0) (2021-12-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.4.0"
"version": "0.5.0"
}
12 changes: 12 additions & 0 deletions packages/swr-devtools-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/koba04/swr-devtools/compare/v0.4.0...v0.5.0) (2022-06-01)


### Features

* support manifest v3 ([#53](https://github.com/koba04/swr-devtools/issues/53)) ([eb638bf](https://github.com/koba04/swr-devtools/commit/eb638bf83ec00971458b283da80741150fc5554c))
* support SWR v2 ([#44](https://github.com/koba04/swr-devtools/issues/44)) ([388a4bf](https://github.com/koba04/swr-devtools/commit/388a4bff545c76414f768c26b34aa858bc1f0291))





# [0.4.0](https://github.com/koba04/swr-devtools/compare/v0.3.0...v0.4.0) (2021-12-05)

**Note:** Version bump only for package swr-devtools-extensions
Expand Down
6 changes: 3 additions & 3 deletions packages/swr-devtools-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swr-devtools-extensions",
"private": "true",
"version": "0.4.0",
"version": "0.5.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"react-dom": "^17.0.2",
"styled-components": "^5.3.0",
"swr": "^1.0.0",
"swr-devtools": "^0.4.0",
"swr-devtools-panel": "^0.4.0"
"swr-devtools": "^0.5.0",
"swr-devtools-panel": "^0.5.0"
}
}
13 changes: 13 additions & 0 deletions packages/swr-devtools-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/koba04/swr-devtools/compare/v0.4.0...v0.5.0) (2022-06-01)


### Features

* display errors in SWRCache ([#41](https://github.com/koba04/swr-devtools/issues/41)) ([7f7f672](https://github.com/koba04/swr-devtools/commit/7f7f67224b2aca32b1976d311a7d6271c4dfcfba))
* emoji label ([#47](https://github.com/koba04/swr-devtools/issues/47)) ([09d616d](https://github.com/koba04/swr-devtools/commit/09d616da60a027927c82a587ff36512f4c3ff6a4))
* support SWR v2 ([#44](https://github.com/koba04/swr-devtools/issues/44)) ([388a4bf](https://github.com/koba04/swr-devtools/commit/388a4bff545c76414f768c26b34aa858bc1f0291))





# [0.4.0](https://github.com/koba04/swr-devtools/compare/v0.3.0...v0.4.0) (2021-12-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/swr-devtools-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swr-devtools-panel",
"version": "0.4.0",
"version": "0.5.0",
"description": "A React component for the SWR DevTools panel",
"main": "cjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -45,6 +45,6 @@
},
"dependencies": {
"react-json-view": "^1.21.3",
"swr-devtools": "^0.4.0"
"swr-devtools": "^0.5.0"
}
}
12 changes: 12 additions & 0 deletions packages/swr-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/koba04/swr-devtools/compare/v0.4.0...v0.5.0) (2022-06-01)


### Features

* display errors in SWRCache ([#41](https://github.com/koba04/swr-devtools/issues/41)) ([7f7f672](https://github.com/koba04/swr-devtools/commit/7f7f67224b2aca32b1976d311a7d6271c4dfcfba))
* support SWR v2 ([#44](https://github.com/koba04/swr-devtools/issues/44)) ([388a4bf](https://github.com/koba04/swr-devtools/commit/388a4bff545c76414f768c26b34aa858bc1f0291))





# [0.4.0](https://github.com/koba04/swr-devtools/compare/v0.3.0...v0.4.0) (2021-12-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/swr-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swr-devtools",
"version": "0.4.0",
"version": "0.5.0",
"description": "A React component for SWR DevTools",
"main": "cjs/index.js",
"module": "lib/index.js",
Expand Down

1 comment on commit c67c9c3

@vercel
Copy link

@vercel vercel bot commented on c67c9c3 Jun 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

swr-devtools – ./

swr-devtools.vercel.app
swr-devtools-git-main-koba04.vercel.app
swr-devtools-koba04.vercel.app

Please sign in to comment.