Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Jul 13, 2022
1 parent 13b4216 commit 31690c3
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 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.1](https://github.com/koba04/swr-devtools/compare/v1.1.0...v1.1.1) (2022-07-13)


### Bug Fixes

* remove the inserted script after loading ([13b4216](https://github.com/koba04/swr-devtools/commit/13b42168d550ad16f0fb23aaaeffd57867aa2121))


### Reverts

* Revert "fix: a hydration error in SSR apps (#76)" (#78) ([238244d](https://github.com/koba04/swr-devtools/commit/238244d7a9acee3d9149aa06d6ce78049b83c742)), closes [#76](https://github.com/koba04/swr-devtools/issues/76) [#78](https://github.com/koba04/swr-devtools/issues/78)





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


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.1.0"
"version": "1.1.1"
}
16 changes: 16 additions & 0 deletions packages/swr-devtools-extensions/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.1](https://github.com/koba04/swr-devtools/compare/v1.1.0...v1.1.1) (2022-07-13)


### Bug Fixes

* remove the inserted script after loading ([13b4216](https://github.com/koba04/swr-devtools/commit/13b42168d550ad16f0fb23aaaeffd57867aa2121))


### Reverts

* Revert "fix: a hydration error in SSR apps (#76)" (#78) ([238244d](https://github.com/koba04/swr-devtools/commit/238244d7a9acee3d9149aa06d6ce78049b83c742)), closes [#76](https://github.com/koba04/swr-devtools/issues/76) [#78](https://github.com/koba04/swr-devtools/issues/78)





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


Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "1.1.1",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 31690c3

Please sign in to comment.