Skip to content

Commit 418593b

Browse files
committed
0.3.3 - change version info
Change the version information which previously caused the release failed.
1 parent aaf0290 commit 418593b

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ body:
7171
attributes:
7272
label: Python version
7373
description: >-
74-
e.g. 3.12
74+
e.g. 3.13
7575
validations:
7676
required: true
7777
- type: input
7878
attributes:
7979
label: Dash JSON Grid Viewer version
8080
description: >-
81-
e.g. 0.3.2
81+
e.g. 0.3.3
8282
validations:
8383
required: true
8484

.github/ISSUE_TEMPLATE/docs_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body:
3636
attributes:
3737
label: Dash JSON Grid Viewer version
3838
description: >-
39-
e.g. 0.3.2
39+
e.g. 0.3.3
4040
validations:
4141
required: true
4242

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ body:
4444
attributes:
4545
label: Dash JSON Grid Viewer version
4646
description: >-
47-
e.g. 0.3.2
47+
e.g. 0.3.3
4848
validations:
4949
required: true
5050

.github/ISSUE_TEMPLATE/vulnerability_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ body:
4848
attributes:
4949
label: Python version
5050
description: >-
51-
e.g. 3.12
51+
e.g. 3.13
5252
validations:
5353
required: true
5454
- type: input
5555
attributes:
5656
label: Dash JSON Grid Viewer version
5757
description: >-
58-
e.g. 0.3.2
58+
e.g. 0.3.3
5959
validations:
6060
required: true
6161

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
9. Adjust the automatic formatter and editor configurations for the compatibility with the package manager.
2424
10. Change the dependency configurations (but the dependency versions are not changed).
2525
11. Python 3.13 is released, add this version to the test profile.
26+
12. Change the version information which previously caused the release failed.
2627

2728
### 0.3.2 @ 09/30/2024
2829

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dash_json_grid",
33
"packageManager": "[email protected]",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
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)