Skip to content

Commit c793314

Browse files
authoredApr 3, 2025··
Update className to latest patch versions (#777)
1 parent 3be66ad commit c793314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docusaurus.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,19 @@ const config = {
7777
label: '3.10',
7878
path: 'latest', // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
7979
banner: 'none',
80-
className: '3.10.0',
80+
className: '3.10.1',
8181
},
8282
"3.9": { // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
8383
label: '3.9',
8484
path: '3.9', // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
8585
banner: 'none',
86-
className: '3.9.4',
86+
className: '3.9.5',
8787
},
8888
"3.8": {
8989
label: '3.8',
9090
path: '3.8',
9191
banner: 'none',
92-
className: '3.8.4',
92+
className: '3.8.5',
9393
},
9494
"3.7": {
9595
label: '3.7 (unsupported)',

0 commit comments

Comments
 (0)