This commit is contained in:
Nathan Bierema 2024-06-12 09:44:43 -04:00
parent 89a934ec90
commit cfbb79cb41
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# @redux-devtools/app-core
## 2.0.0
## 1.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@redux-devtools/app-core",
"version": "2.0.0",
"version": "1.0.0",
"description": "Redux DevTools app core",
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-app-core",
"bugs": {

View File

@ -9,7 +9,7 @@
### Patch Changes
- Updated dependencies [96ac1f2]
- @redux-devtools/app-core@2.0.0
- @redux-devtools/app-core@1.0.0
## 6.0.1

View File

@ -39,7 +39,7 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
},
"dependencies": {
"@redux-devtools/app-core": "^2.0.0",
"@redux-devtools/app-core": "^1.0.0",
"@redux-devtools/ui": "^1.3.2",
"localforage": "^1.10.0",
"jsan": "^3.1.14",