Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Jul 12, 2022
1 parent de33e4e commit 69767b9
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/koba04/swr-devtools/compare/v1.0.0...v1.1.0) (2022-07-12)


### Bug Fixes

* a hydration error in SSR apps ([#76](https://github.com/koba04/swr-devtools/issues/76)) ([c30626f](https://github.com/koba04/swr-devtools/commit/c30626f44ec2eab1dabe81ee101aef4fbf19c2d2))


### Features

* close a dialog when clicking outside of elements ([#77](https://github.com/koba04/swr-devtools/issues/77)) ([0062d08](https://github.com/koba04/swr-devtools/commit/0062d0833e6751db0b91aa596ee26d499ef365a3))





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


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": "1.0.0"
"version": "1.1.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.

# [1.1.0](https://github.com/koba04/swr-devtools/compare/v1.0.0...v1.1.0) (2022-07-12)


### Bug Fixes

* a hydration error in SSR apps ([#76](https://github.com/koba04/swr-devtools/issues/76)) ([c30626f](https://github.com/koba04/swr-devtools/commit/c30626f44ec2eab1dabe81ee101aef4fbf19c2d2))





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


Expand Down
4 changes: 2 additions & 2 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": "1.0.0",
"version": "1.1.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"styled-components": "^5.3.5",
"swr": "^2.0.0-beta.6",
"swr-devtools": "^1.0.0",
"swr-devtools-panel": "^1.0.0",
"swr-devtools-panel": "^1.1.0",
"webextension-polyfill": "^0.9.0"
}
}
11 changes: 11 additions & 0 deletions packages/swr-devtools-panel/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.

# [1.1.0](https://github.com/koba04/swr-devtools/compare/v1.0.0...v1.1.0) (2022-07-12)


### Features

* close a dialog when clicking outside of elements ([#77](https://github.com/koba04/swr-devtools/issues/77)) ([0062d08](https://github.com/koba04/swr-devtools/commit/0062d0833e6751db0b91aa596ee26d499ef365a3))





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


Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.0",
"version": "1.1.0",
"description": "A React component for the SWR DevTools panel",
"main": "cjs/index.js",
"module": "lib/index.js",
Expand Down

1 comment on commit 69767b9

@vercel
Copy link

@vercel vercel bot commented on 69767b9 Jul 12, 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-koba04.vercel.app
swr-devtools-git-main-koba04.vercel.app
swr-devtools.vercel.app

Please sign in to comment.