Skip to content

Commit

Permalink
Version Packages (#1768)
Browse files Browse the repository at this point in the history
* Version Packages

* Update

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <[email protected]>
  • Loading branch information
3 people committed Sep 20, 2024
1 parent 50d7682 commit b934e80
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-seals-arrive.md

This file was deleted.

6 changes: 6 additions & 0 deletions extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# remotedev-redux-devtools-extension

## 3.2.6

### Patch Changes

- 50d7682: Fix DevTools from losing connection

## 3.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extension/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.5",
"version": "3.2.6",
"name": "Redux DevTools",
"description": "Redux DevTools for debugging application's state changes.",
"homepage_url": "https://github.com/reduxjs/redux-devtools",
Expand Down
2 changes: 1 addition & 1 deletion extension/edge/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.5",
"version": "3.2.6",
"name": "Redux DevTools",
"description": "Redux DevTools for debugging application's state changes.",
"homepage_url": "https://github.com/reduxjs/redux-devtools",
Expand Down
2 changes: 1 addition & 1 deletion extension/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.5",
"version": "3.2.6",
"name": "Redux DevTools",
"manifest_version": 3,
"description": "Redux Developer Tools for debugging application state changes.",
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "remotedev-redux-devtools-extension",
"version": "3.2.5",
"version": "3.2.6",
"description": "Redux Developer Tools for debugging application state changes.",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/extension",
"license": "MIT",
Expand Down

0 comments on commit b934e80

Please sign in to comment.