Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Mar 10, 2023
1 parent 299666b commit 0d141cd
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.2.2"
"version": "1.3.0"
}
8 changes: 8 additions & 0 deletions packages/swr-devtools-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/swr-devtools-extensions/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/swr-devtools-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/swr-devtools-panel/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -45,6 +45,6 @@
},
"dependencies": {
"react-json-tree": "^0.17.0",
"swr-devtools": "^1.2.2"
"swr-devtools": "^1.3.0"
}
}
11 changes: 11 additions & 0 deletions packages/swr-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/swr-devtools/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit 0d141cd

@vercel
Copy link

@vercel vercel bot commented on 0d141cd Mar 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

swr-devtools – ./

swr-devtools.vercel.app
swr-devtools-git-main-koba04.vercel.app
swr-devtools-koba04.vercel.app

Please sign in to comment.