mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
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:
parent
76711b7ee1
commit
08336c06ca
|
@ -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
|
|
@ -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",
|
||||
|
|
7
packages/redux-devtools-app-core/CHANGELOG.md
Normal file
7
packages/redux-devtools-app-core/CHANGELOG.md
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user