From 0d141cd33d2a2a7ea2e5d6b296266eff862227d3 Mon Sep 17 00:00:00 2001 From: Toru Kobayashi Date: Fri, 10 Mar 2023 23:12:39 +0900 Subject: [PATCH] v1.3.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/swr-devtools-extensions/CHANGELOG.md | 8 ++++++++ packages/swr-devtools-extensions/package.json | 6 +++--- packages/swr-devtools-panel/CHANGELOG.md | 11 +++++++++++ packages/swr-devtools-panel/package.json | 4 ++-- packages/swr-devtools/CHANGELOG.md | 11 +++++++++++ packages/swr-devtools/package.json | 2 +- 8 files changed, 48 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 413d525..4d5ec48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.0](https://github.com/koba04/swr-devtools/compare/v1.2.2...v1.3.0) (2023-03-10) + + +### Features + +* support useSWRSubscription ([#119](https://github.com/koba04/swr-devtools/issues/119)) ([5821ecd](https://github.com/koba04/swr-devtools/commit/5821ecdb1dc04ec24b0b5bf917c49648e471b8ea)) + + + + + ## [1.2.2](https://github.com/koba04/swr-devtools/compare/v1.2.1...v1.2.2) (2022-12-20) diff --git a/lerna.json b/lerna.json index 211739c..dfc74dc 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "1.2.2" + "version": "1.3.0" } diff --git a/packages/swr-devtools-extensions/CHANGELOG.md b/packages/swr-devtools-extensions/CHANGELOG.md index 01c358e..26449eb 100644 --- a/packages/swr-devtools-extensions/CHANGELOG.md +++ b/packages/swr-devtools-extensions/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/koba04/swr-devtools/compare/v1.2.2...v1.3.0) (2023-03-10) + +**Note:** Version bump only for package swr-devtools-extensions + + + + + ## [1.2.2](https://github.com/koba04/swr-devtools/compare/v1.2.1...v1.2.2) (2022-12-20) **Note:** Version bump only for package swr-devtools-extensions diff --git a/packages/swr-devtools-extensions/package.json b/packages/swr-devtools-extensions/package.json index 4b15222..59c50d3 100644 --- a/packages/swr-devtools-extensions/package.json +++ b/packages/swr-devtools-extensions/package.json @@ -1,7 +1,7 @@ { "name": "swr-devtools-extensions", "private": "true", - "version": "1.2.2", + "version": "1.3.0", "main": "lib/index.js", "license": "MIT", "scripts": { @@ -37,8 +37,8 @@ "react-dom": "^18.2.0", "styled-components": "^5.3.5", "swr": "^2.0.0", - "swr-devtools": "^1.2.2", - "swr-devtools-panel": "^1.2.2", + "swr-devtools": "^1.3.0", + "swr-devtools-panel": "^1.3.0", "webextension-polyfill": "^0.10.0" } } diff --git a/packages/swr-devtools-panel/CHANGELOG.md b/packages/swr-devtools-panel/CHANGELOG.md index bc77ab2..ce8ed75 100644 --- a/packages/swr-devtools-panel/CHANGELOG.md +++ b/packages/swr-devtools-panel/CHANGELOG.md @@ -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.3.0](https://github.com/koba04/swr-devtools/compare/v1.2.2...v1.3.0) (2023-03-10) + + +### Features + +* support useSWRSubscription ([#119](https://github.com/koba04/swr-devtools/issues/119)) ([5821ecd](https://github.com/koba04/swr-devtools/commit/5821ecdb1dc04ec24b0b5bf917c49648e471b8ea)) + + + + + ## [1.2.2](https://github.com/koba04/swr-devtools/compare/v1.2.1...v1.2.2) (2022-12-20) **Note:** Version bump only for package swr-devtools-panel diff --git a/packages/swr-devtools-panel/package.json b/packages/swr-devtools-panel/package.json index 577b974..7d37713 100644 --- a/packages/swr-devtools-panel/package.json +++ b/packages/swr-devtools-panel/package.json @@ -1,6 +1,6 @@ { "name": "swr-devtools-panel", - "version": "1.2.2", + "version": "1.3.0", "description": "A React component for the SWR DevTools panel", "main": "cjs/index.js", "module": "lib/index.js", @@ -45,6 +45,6 @@ }, "dependencies": { "react-json-tree": "^0.17.0", - "swr-devtools": "^1.2.2" + "swr-devtools": "^1.3.0" } } diff --git a/packages/swr-devtools/CHANGELOG.md b/packages/swr-devtools/CHANGELOG.md index 7b46579..a501dd7 100644 --- a/packages/swr-devtools/CHANGELOG.md +++ b/packages/swr-devtools/CHANGELOG.md @@ -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.3.0](https://github.com/koba04/swr-devtools/compare/v1.2.2...v1.3.0) (2023-03-10) + + +### Features + +* support useSWRSubscription ([#119](https://github.com/koba04/swr-devtools/issues/119)) ([5821ecd](https://github.com/koba04/swr-devtools/commit/5821ecdb1dc04ec24b0b5bf917c49648e471b8ea)) + + + + + ## [1.2.2](https://github.com/koba04/swr-devtools/compare/v1.2.1...v1.2.2) (2022-12-20) diff --git a/packages/swr-devtools/package.json b/packages/swr-devtools/package.json index 554032f..6479a1a 100644 --- a/packages/swr-devtools/package.json +++ b/packages/swr-devtools/package.json @@ -1,6 +1,6 @@ { "name": "swr-devtools", - "version": "1.2.2", + "version": "1.3.0", "description": "A React component for SWR DevTools", "main": "cjs/index.js", "module": "lib/index.js",