Skip to content

Commit 5227715

Browse files
Version Packages (#1836)
* Version Packages * Fix version numbers --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent 3040b83 commit 5227715

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.20.0
4+
5+
### Minor Changes
6+
7+
- 6830118: Add React 19 to peer deps
8+
39
## 0.19.0
410

511
### Minor Changes

Diff for: examples/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# react-json-tree-example
22

3+
## 1.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6830118]
8+
9+
310
## 1.1.9
411

512
### Patch Changes

Diff for: examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "react-json-tree-example",
4-
"version": "1.1.9",
4+
"version": "1.1.10",
55
"description": "React-Json-Tree example",
66
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree/examples",
77
"bugs": {

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-json-tree",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "React JSON Viewer Component, Extracted from redux-devtools",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)