mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Publish
- react-json-tree-testing@0.12.0
This commit is contained in:
parent
dbe415d823
commit
8ac2c29a7f
24
packages/react-json-tree/CHANGELOG.md
Normal file
24
packages/react-json-tree/CHANGELOG.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# 0.12.0 (2020-07-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **react-json-tree:** allow data for JSONTree to be any ([1582ab4](https://github.com/reduxjs/redux-devtools/commit/1582ab47e3fe41c6c26743d89d3b97e84ef68f92))
|
||||
|
||||
|
||||
* feat(react-json-tree)!: update react-json-tree peerDependency on react ([f849492](https://github.com/reduxjs/redux-devtools/commit/f84949229624d118501c8fc84fb3561ad86de9bf))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **react-json-tree:** mark deprecated React lifecycle methods as unsafe ([0c67f0e](https://github.com/reduxjs/redux-devtools/commit/0c67f0ec29482f68c5ceb79d4c8872467c9aba78))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* drop support for react@<16.3.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-json-tree-testing",
|
||||
"version": "0.11.2",
|
||||
"version": "0.12.0",
|
||||
"description": "React JSON Viewer Component, Extracted from redux-devtools",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user