Skip to content

Commit 25f27e5

Browse files
committed
0.4.3 - fix contributing
Fix: Correct wrong (old) version numbers in contributing guide.
1 parent fc020c6 commit 25f27e5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This step may take a little bit long. After successfully building the image, you
6565
Run the following command to start the tests.
6666

6767
``` sh
68-
docker run -it --rm dash-json-grid:0.3.0 --with-dash
68+
docker run -it --rm dash-json-grid:latest --with-dash
6969
```
7070

7171
If the codes have not been modified, you suppose to see the the messages like this:
@@ -79,13 +79,13 @@ It shows that all unit tests get passed.
7979
We have prepared a pure `React` demo and a `Dash` demo, respectively. Run this command to launch the react demo:
8080

8181
``` sh
82-
docker run -it --rm -p 8080:8080 dash-json-grid:0.3.0 --react
82+
docker run -it --rm -p 8080:8080 dash-json-grid:latest --react
8383
```
8484

8585
Or run the following command to launch the dash demo:
8686

8787
``` sh
88-
docker run -it --rm -p 8080:8080 dash-json-grid:0.3.0 --demo
88+
docker run -it --rm -p 8080:8080 dash-json-grid:latest --demo
8989
```
9090

9191
When the demo is running, you should be able to access the demo by
@@ -103,7 +103,7 @@ git clone https://github.com/cainmagi/dash-json-grid
103103
Then, you can run the docker container and mount the newly cloned Git folder to the container:
104104

105105
``` sh
106-
docker run -it --rm -v <path-to-the-project>:/workdir -p 8080:8080 dash-json-grid:0.3.0 --bash
106+
docker run -it --rm -v <path-to-the-project>:/workdir -p 8080:8080 dash-json-grid:latest --bash
107107
```
108108

109109
When the container is running, you should be able to see that your are in the container's console.

Changelog.md

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

1111
1. Fix: Fix a severe bug of importing the components in a wrong list. Now the scope is limited to the auto-generated codes.
1212
2. Fix: Correct the path of submitting a vulnerability issue in the security policy.
13+
3. Fix: Correct wrong (old) version numbers in contributing guide.
1314

1415
### 0.4.2 @ 11/13/2024
1516

0 commit comments

Comments
 (0)