Skip to content

Commit 31690c3

Browse files
committed
v1.1.1
1 parent 13b4216 commit 31690c3

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
## [1.1.1](https://github.com/koba04/swr-devtools/compare/v1.1.0...v1.1.1) (2022-07-13)
7+
8+
9+
### Bug Fixes
10+
11+
* remove the inserted script after loading ([13b4216](https://github.com/koba04/swr-devtools/commit/13b42168d550ad16f0fb23aaaeffd57867aa2121))
12+
13+
14+
### Reverts
15+
16+
* 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)
17+
18+
19+
20+
21+
622
# [1.1.0](https://github.com/koba04/swr-devtools/compare/v1.0.0...v1.1.0) (2022-07-12)
723

824

lerna.json

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

packages/swr-devtools-extensions/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
## [1.1.1](https://github.com/koba04/swr-devtools/compare/v1.1.0...v1.1.1) (2022-07-13)
7+
8+
9+
### Bug Fixes
10+
11+
* remove the inserted script after loading ([13b4216](https://github.com/koba04/swr-devtools/commit/13b42168d550ad16f0fb23aaaeffd57867aa2121))
12+
13+
14+
### Reverts
15+
16+
* 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)
17+
18+
19+
20+
21+
622
# [1.1.0](https://github.com/koba04/swr-devtools/compare/v1.0.0...v1.1.0) (2022-07-12)
723

824

packages/swr-devtools-extensions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swr-devtools-extensions",
33
"private": "true",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)