Skip to content

Commit b1a0634

Browse files
committed
0.4.2 - update info
Make the package information updated to `v0.4.2`
1 parent ec072ef commit b1a0634

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
1. The `callback` is replaced by `app.callback` in `usage.py`.
2020
2. The issue and PR templates are adjusted, and the vulnerability issue tempate is removed because we decide to use a different way to accept vulnerability reports.
21+
3. Make the package information updated to `v0.4.2`.
2122

2223
### 0.4.1 @ 10/26/2024
2324

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ React-JSON-Grid.
99

1010
| Version | Supported | Available on [PyPI :link:][link-pypi] | React-JSON-Grid |
1111
| ------- | ------------------ | ------------------ | ------------------ |
12-
| `0.4.0` | :white_check_mark: | :white_check_mark: | [`0.9.2` :link:][link-rjg-092] |
12+
| `0.4.x` | :white_check_mark: | :white_check_mark: | [`0.9.2` :link:][link-rjg-092] |
1313
| `0.3.x` | :x: | :white_check_mark: | [`0.7.0` :link:][link-rjg-070] |
1414
| < `0.3` | :x: | :x: | - |
1515

dash_json_grid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class DashJsonGrid(_DashJsonGrid, _MixinDataRoute, _MixinFile):
122122
- class_name (string; optional):
123123
Often used with CSS to style elements with common properties.
124124
125-
- data (dict | list | number | string | boolean; required):
125+
- data (a value equal to: null | dict | list | number | string | boolean; required):
126126
The JSON-serializable data to be transformed into a grid table.
127127
128128
- default_expand_depth (number; default 0):

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dash_json_grid",
3-
"packageManager": "yarn@4.4.1",
4-
"version": "0.4.1",
3+
"packageManager": "yarn@4.5.1",
4+
"version": "0.4.2",
55
"description": "Dash porting version of the react project React JSON Grid. Provide structured and nested grid table view of complicated JSON objects/arrays.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)