mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Version Packages
This commit is contained in:
parent
76711b7ee1
commit
89a934ec90
|
@ -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
|
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
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 96ac1f2: Move the logic from @redux-devtools/app into @redux-devtools/app-core
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/app-core",
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.0",
|
||||
"description": "Redux DevTools app core",
|
||||
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-app-core",
|
||||
"bugs": {
|
||||
|
|
|
@ -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@2.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": {
|
||||
|
@ -39,7 +39,7 @@
|
|||
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@redux-devtools/app-core": "^1.0.0",
|
||||
"@redux-devtools/app-core": "^2.0.0",
|
||||
"@redux-devtools/ui": "^1.3.2",
|
||||
"localforage": "^1.10.0",
|
||||
"jsan": "^3.1.14",
|
||||
|
|
Loading…
Reference in New Issue
Block a user