Version Packages (#1683)

* 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>
This commit is contained in:
github-actions[bot] 2024-06-12 13:57:30 +00:00 committed by GitHub
parent 76711b7ee1
commit 08336c06ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 21 additions and 9 deletions

View File

@ -1,6 +0,0 @@
---
'@redux-devtools/app-core': major
'@redux-devtools/app': minor
---
Move the logic from @redux-devtools/app into @redux-devtools/app-core

View File

@ -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",

View File

@ -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

View File

@ -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

View File

@ -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": {

View File

@ -63,7 +63,7 @@ importers:
specifier: ^11.11.4
version: 11.11.4(@types/react@18.3.3)(react@18.3.1)
'@redux-devtools/app':
specifier: ^6.0.1
specifier: ^6.1.0
version: link:../packages/redux-devtools-app
'@redux-devtools/core':
specifier: ^4.0.0