Skip to content

Commit

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

* Updates

* Updates

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
  • Loading branch information
3 people authored Jun 12, 2024
1 parent 76711b7 commit 08336c0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/hip-apricots-laugh.md

This file was deleted.

2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@emotion/react": "^11.11.4",
"@redux-devtools/app": "^6.0.1",
"@redux-devtools/app": "^6.1.0",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/instrument": "^2.1.0",
"@redux-devtools/serialize": "^0.4.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/redux-devtools-app-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @redux-devtools/app-core

## 1.0.0

### Major Changes

- 96ac1f2: Move the logic from @redux-devtools/app into @redux-devtools/app-core
11 changes: 11 additions & 0 deletions packages/redux-devtools-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 6.1.0

### Minor Changes

- 96ac1f2: Move the logic from @redux-devtools/app into @redux-devtools/app-core

### Patch Changes

- Updated dependencies [96ac1f2]
- @redux-devtools/app-core@1.0.0

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-devtools/app",
"version": "6.0.1",
"version": "6.1.0",
"description": "Redux DevTools app",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-app",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 08336c0

Please sign in to comment.