Skip to content

Commit

Permalink
chore(main): release json-viewer 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and pionxzh committed Sep 18, 2024
1 parent 1f3f85f commit 217c02a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.5.0"
".": "4.0.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.0.0](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v3.5.0...json-viewer-v4.0.0) (2024-09-15)


### ⚠ BREAKING CHANGES

* remove deprecated `createDataType` and `displayObjectSize`
* migrate to MUI v6

### Features

* migrate to MUI v6 ([5ed7245](https://github.com/TexteaInc/json-viewer/commit/5ed7245fee96239e5a09dda22531795cc3121eb2))
* remove deprecated `createDataType` and `displayObjectSize` ([2923478](https://github.com/TexteaInc/json-viewer/commit/2923478feaa6685f4afccffe31ad54faab290a0c))

## [3.5.0](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v3.4.1...json-viewer-v3.5.0) (2024-08-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@textea/json-viewer",
"description": "Interactive Json Viewer, but not only a json viewer",
"packageManager": "[email protected]",
"version": "3.5.0",
"version": "4.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 217c02a

Please sign in to comment.