Skip to content

Commit 0d141cd

Browse files
committed
v1.3.0
1 parent 299666b commit 0d141cd

File tree

8 files changed

+48
-7
lines changed

8 files changed

+48
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.0](https://github.com/koba04/swr-devtools/compare/v1.2.2...v1.3.0) (2023-03-10)
7+
8+
9+
### Features
10+
11+
* support useSWRSubscription ([#119](https://github.com/koba04/swr-devtools/issues/119)) ([5821ecd](https://github.com/koba04/swr-devtools/commit/5821ecdb1dc04ec24b0b5bf917c49648e471b8ea))
12+
13+
14+
15+
16+
617
## [1.2.2](https://github.com/koba04/swr-devtools/compare/v1.2.1...v1.2.2) (2022-12-20)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "1.2.2"
6+
"version": "1.3.0"
77
}

packages/swr-devtools-extensions/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.0](https://github.com/koba04/swr-devtools/compare/v1.2.2...v1.3.0) (2023-03-10)
7+
8+
**Note:** Version bump only for package swr-devtools-extensions
9+
10+
11+
12+
13+
614
## [1.2.2](https://github.com/koba04/swr-devtools/compare/v1.2.1...v1.2.2) (2022-12-20)
715

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

packages/swr-devtools-extensions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swr-devtools-extensions",
33
"private": "true",
4-
"version": "1.2.2",
4+
"version": "1.3.0",
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.2.2",
41-
"swr-devtools-panel": "^1.2.2",
40+
"swr-devtools": "^1.3.0",
41+
"swr-devtools-panel": "^1.3.0",
4242
"webextension-polyfill": "^0.10.0"
4343
}
4444
}

packages/swr-devtools-panel/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.0](https://github.com/koba04/swr-devtools/compare/v1.2.2...v1.3.0) (2023-03-10)
7+
8+
9+
### Features
10+
11+
* support useSWRSubscription ([#119](https://github.com/koba04/swr-devtools/issues/119)) ([5821ecd](https://github.com/koba04/swr-devtools/commit/5821ecdb1dc04ec24b0b5bf917c49648e471b8ea))
12+
13+
14+
15+
16+
617
## [1.2.2](https://github.com/koba04/swr-devtools/compare/v1.2.1...v1.2.2) (2022-12-20)
718

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

packages/swr-devtools-panel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swr-devtools-panel",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "A React component for the SWR DevTools panel",
55
"main": "cjs/index.js",
66
"module": "lib/index.js",
@@ -45,6 +45,6 @@
4545
},
4646
"dependencies": {
4747
"react-json-tree": "^0.17.0",
48-
"swr-devtools": "^1.2.2"
48+
"swr-devtools": "^1.3.0"
4949
}
5050
}

packages/swr-devtools/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.0](https://github.com/koba04/swr-devtools/compare/v1.2.2...v1.3.0) (2023-03-10)
7+
8+
9+
### Features
10+
11+
* support useSWRSubscription ([#119](https://github.com/koba04/swr-devtools/issues/119)) ([5821ecd](https://github.com/koba04/swr-devtools/commit/5821ecdb1dc04ec24b0b5bf917c49648e471b8ea))
12+
13+
14+
15+
16+
617
## [1.2.2](https://github.com/koba04/swr-devtools/compare/v1.2.1...v1.2.2) (2022-12-20)
718

819

packages/swr-devtools/package.json

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

0 commit comments

Comments
 (0)