Skip to content

Commit

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

# [0.3.0](https://github.com/koba04/swr-devtools/compare/v0.2.2...v0.3.0) (2021-10-14)


### Features

* support Firefox Extension ([#29](https://github.com/koba04/swr-devtools/issues/29)) ([27f5f0e](https://github.com/koba04/swr-devtools/commit/27f5f0e186fc45dcd5f39862f4788c3a33ba6b18))





## [0.2.2](https://github.com/koba04/swr-devtools/compare/v0.2.0...v0.2.2) (2021-09-16)


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.2.2"
"version": "0.3.0"
}
11 changes: 11 additions & 0 deletions packages/swr-devtools-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/koba04/swr-devtools/compare/v0.2.2...v0.3.0) (2021-10-14)


### Features

* support Firefox Extension ([#29](https://github.com/koba04/swr-devtools/issues/29)) ([27f5f0e](https://github.com/koba04/swr-devtools/commit/27f5f0e186fc45dcd5f39862f4788c3a33ba6b18))





## [0.2.2](https://github.com/koba04/swr-devtools/compare/v0.2.0...v0.2.2) (2021-09-16)


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.2.2",
"version": "0.3.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"react-dom": "^17.0.2",
"styled-components": "^5.3.0",
"swr": "^1.0.0",
"swr-devtools": "^0.2.2",
"swr-devtools-panel": "^0.2.2"
"swr-devtools": "^0.3.0",
"swr-devtools-panel": "^0.3.0"
}
}
8 changes: 8 additions & 0 deletions packages/swr-devtools-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/koba04/swr-devtools/compare/v0.2.2...v0.3.0) (2021-10-14)

**Note:** Version bump only for package swr-devtools-panel





## [0.2.2](https://github.com/koba04/swr-devtools/compare/v0.2.0...v0.2.2) (2021-09-16)


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.2.2",
"version": "0.3.0",
"description": "A React component for the SWR DevTools panel",
"main": "lib/index.js",
"license": "MIT",
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"dependencies": {
"react-json-view": "^1.21.3",
"swr-devtools": "^0.2.2"
"swr-devtools": "^0.3.0"
}
}
8 changes: 8 additions & 0 deletions packages/swr-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/koba04/swr-devtools/compare/v0.2.2...v0.3.0) (2021-10-14)

**Note:** Version bump only for package swr-devtools





## [0.2.2](https://github.com/koba04/swr-devtools/compare/v0.2.0...v0.2.2) (2021-09-16)


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.2.2",
"version": "0.3.0",
"description": "A React component for SWR DevTools",
"main": "lib/index.js",
"license": "MIT",
Expand Down

1 comment on commit 75efbcc

@vercel
Copy link

@vercel vercel bot commented on 75efbcc Oct 14, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.