From 75efbcc3cac560fb0f2ee3671cca77dfeee2a696 Mon Sep 17 00:00:00 2001 From: Toru Kobayashi Date: Fri, 15 Oct 2021 00:05:13 +0900 Subject: [PATCH] v0.3.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/swr-devtools-extensions/CHANGELOG.md | 11 +++++++++++ packages/swr-devtools-extensions/package.json | 6 +++--- packages/swr-devtools-panel/CHANGELOG.md | 8 ++++++++ packages/swr-devtools-panel/package.json | 4 ++-- packages/swr-devtools/CHANGELOG.md | 8 ++++++++ packages/swr-devtools/package.json | 2 +- 8 files changed, 45 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 871a1b5..ae1fcc6 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. +# [0.3.0](https://github.com/koba04/swr-devtools/compare/v0.2.2...v0.3.0) (2021-10-14) + + +### Features + +* support Firefox Extension ([#29](https://github.com/koba04/swr-devtools/issues/29)) ([27f5f0e](https://github.com/koba04/swr-devtools/commit/27f5f0e186fc45dcd5f39862f4788c3a33ba6b18)) + + + + + ## [0.2.2](https://github.com/koba04/swr-devtools/compare/v0.2.0...v0.2.2) (2021-09-16) diff --git a/lerna.json b/lerna.json index 83b4651..cae292f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.2.2" + "version": "0.3.0" } diff --git a/packages/swr-devtools-extensions/CHANGELOG.md b/packages/swr-devtools-extensions/CHANGELOG.md index 1451f49..6d87a9f 100644 --- a/packages/swr-devtools-extensions/CHANGELOG.md +++ b/packages/swr-devtools-extensions/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. +# [0.3.0](https://github.com/koba04/swr-devtools/compare/v0.2.2...v0.3.0) (2021-10-14) + + +### Features + +* support Firefox Extension ([#29](https://github.com/koba04/swr-devtools/issues/29)) ([27f5f0e](https://github.com/koba04/swr-devtools/commit/27f5f0e186fc45dcd5f39862f4788c3a33ba6b18)) + + + + + ## [0.2.2](https://github.com/koba04/swr-devtools/compare/v0.2.0...v0.2.2) (2021-09-16) diff --git a/packages/swr-devtools-extensions/package.json b/packages/swr-devtools-extensions/package.json index d0efed4..bb530d5 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": "0.2.2", + "version": "0.3.0", "main": "lib/index.js", "license": "MIT", "scripts": { @@ -32,7 +32,7 @@ "react-dom": "^17.0.2", "styled-components": "^5.3.0", "swr": "^1.0.0", - "swr-devtools": "^0.2.2", - "swr-devtools-panel": "^0.2.2" + "swr-devtools": "^0.3.0", + "swr-devtools-panel": "^0.3.0" } } diff --git a/packages/swr-devtools-panel/CHANGELOG.md b/packages/swr-devtools-panel/CHANGELOG.md index ba350cd..dce0563 100644 --- a/packages/swr-devtools-panel/CHANGELOG.md +++ b/packages/swr-devtools-panel/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. +# [0.3.0](https://github.com/koba04/swr-devtools/compare/v0.2.2...v0.3.0) (2021-10-14) + +**Note:** Version bump only for package swr-devtools-panel + + + + + ## [0.2.2](https://github.com/koba04/swr-devtools/compare/v0.2.0...v0.2.2) (2021-09-16) diff --git a/packages/swr-devtools-panel/package.json b/packages/swr-devtools-panel/package.json index cb61a3a..9cdf7f8 100644 --- a/packages/swr-devtools-panel/package.json +++ b/packages/swr-devtools-panel/package.json @@ -1,6 +1,6 @@ { "name": "swr-devtools-panel", - "version": "0.2.2", + "version": "0.3.0", "description": "A React component for the SWR DevTools panel", "main": "lib/index.js", "license": "MIT", @@ -30,6 +30,6 @@ }, "dependencies": { "react-json-view": "^1.21.3", - "swr-devtools": "^0.2.2" + "swr-devtools": "^0.3.0" } } diff --git a/packages/swr-devtools/CHANGELOG.md b/packages/swr-devtools/CHANGELOG.md index 985f3d3..4238313 100644 --- a/packages/swr-devtools/CHANGELOG.md +++ b/packages/swr-devtools/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. +# [0.3.0](https://github.com/koba04/swr-devtools/compare/v0.2.2...v0.3.0) (2021-10-14) + +**Note:** Version bump only for package swr-devtools + + + + + ## [0.2.2](https://github.com/koba04/swr-devtools/compare/v0.2.0...v0.2.2) (2021-09-16) diff --git a/packages/swr-devtools/package.json b/packages/swr-devtools/package.json index 5acf7b6..a0f68a6 100644 --- a/packages/swr-devtools/package.json +++ b/packages/swr-devtools/package.json @@ -1,6 +1,6 @@ { "name": "swr-devtools", - "version": "0.2.2", + "version": "0.3.0", "description": "A React component for SWR DevTools", "main": "lib/index.js", "license": "MIT",