Skip to content

Commit 0b762e9

Browse files
committed
v1.3.1
1 parent 15e7cd0 commit 0b762e9

File tree

8 files changed

+45
-7
lines changed

8 files changed

+45
-7
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.1](https://github.com/koba04/swr-devtools/compare/v1.3.0...v1.3.1) (2023-03-23)
7+
8+
9+
### Bug Fixes
10+
11+
* ignore DOMException by accessing localStorage ([#123](https://github.com/koba04/swr-devtools/issues/123)) ([bf93b8c](https://github.com/koba04/swr-devtools/commit/bf93b8cf1d27cb3dfce5f6c64f224b59ab1af445))
12+
13+
14+
15+
16+
617
# [1.3.0](https://github.com/koba04/swr-devtools/compare/v1.2.2...v1.3.0) (2023-03-10)
718

819

lerna.json

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

packages/swr-devtools-extensions/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.1](https://github.com/koba04/swr-devtools/compare/v1.3.0...v1.3.1) (2023-03-23)
7+
8+
**Note:** Version bump only for package swr-devtools-extensions
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/koba04/swr-devtools/compare/v1.2.2...v1.3.0) (2023-03-10)
715

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

packages/swr-devtools-extensions/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swr-devtools-extensions",
33
"private": "true",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"scripts": {
@@ -37,8 +37,8 @@
3737
"react-dom": "^18.2.0",
3838
"styled-components": "^5.3.5",
3939
"swr": "^2.0.0",
40-
"swr-devtools": "^1.3.0",
41-
"swr-devtools-panel": "^1.3.0",
40+
"swr-devtools": "^1.3.1",
41+
"swr-devtools-panel": "^1.3.1",
4242
"webextension-polyfill": "^0.10.0"
4343
}
4444
}

packages/swr-devtools-panel/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.1](https://github.com/koba04/swr-devtools/compare/v1.3.0...v1.3.1) (2023-03-23)
7+
8+
9+
### Bug Fixes
10+
11+
* ignore DOMException by accessing localStorage ([#123](https://github.com/koba04/swr-devtools/issues/123)) ([bf93b8c](https://github.com/koba04/swr-devtools/commit/bf93b8cf1d27cb3dfce5f6c64f224b59ab1af445))
12+
13+
14+
15+
16+
617
# [1.3.0](https://github.com/koba04/swr-devtools/compare/v1.2.2...v1.3.0) (2023-03-10)
718

819

packages/swr-devtools-panel/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swr-devtools-panel",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A React component for the SWR DevTools panel",
55
"main": "cjs/index.js",
66
"module": "lib/index.js",
@@ -52,6 +52,6 @@
5252
},
5353
"dependencies": {
5454
"react-json-tree": "^0.17.0",
55-
"swr-devtools": "^1.3.0"
55+
"swr-devtools": "^1.3.1"
5656
}
5757
}

packages/swr-devtools/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.1](https://github.com/koba04/swr-devtools/compare/v1.3.0...v1.3.1) (2023-03-23)
7+
8+
**Note:** Version bump only for package swr-devtools
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/koba04/swr-devtools/compare/v1.2.2...v1.3.0) (2023-03-10)
715

816

packages/swr-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swr-devtools",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A React component for SWR DevTools",
55
"main": "cjs/index.js",
66
"module": "lib/index.js",

0 commit comments

Comments
 (0)