mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	* Version Packages * Trigger build * Update pnpm-lock.yaml --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
		
			
				
	
	
	
		
			3.1 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			3.1 KiB
		
	
	
	
	
	
	
	
Change Log
3.1.0
Minor Changes
- 6fc18ed7: Add new Redux version to peer dependencies
Patch Changes
- 7f5bddbd: Widen peer dependencies
3.0.2
Patch Changes
- 65205f90: Replace Action with Action
- Updated dependencies [65205f90]- @redux-devtools/core@3.13.2
 
3.0.1
Patch Changes
- a55ba302: Fix peer dependencies on @redux-devtools/core
- Updated dependencies [a55ba302]- @redux-devtools/core@3.13.1
 
3.0.0
Minor Changes
- 8a7eae4: Add React 18 to peerDependencies range
Patch Changes
- Updated dependencies [8a7eae4]- react-dock@0.6.0
- @redux-devtools/core@3.13.0
 
2.1.1
Patch Changes
- Updated dependencies [4891bf6]- @redux-devtools/core@3.12.0
 
2.0.0
- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are interchangeable:
- import DockMonitor from '@redux-devtools/dock-monitor';
+ import { DockMonitor } from '@redux-devtools/dock-monitor';
1.4.0 (2021-03-06)
Features
1.3.0 (2021-03-06)
Features
- redux-devtools: convert counter example to TypeScript (#616) (f1e3f4f)
- redux-devtools-dock-monitor: convert to TypeScript (#609) (b4ec7f8)
- redux-devtools-serialize: convert to TypeScript (#621) (d586f19)
1.2.0 (2020-09-07)
Features
- redux-devtools: convert counter example to TypeScript (#616) (f1e3f4f)
- redux-devtools-dock-monitor: convert to TypeScript (#609) (b4ec7f8)
- redux-devtools-serialize: convert to TypeScript (#621) (d586f19)
1.1.4 (2020-08-14)
Note: Version bump only for package redux-devtools-dock-monitor