Skip to content

Commit b6e303c

Browse files
committed
Update className to latest patch versions
1 parent 63286ff commit b6e303c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,25 +76,25 @@ const config = {
7676
label: '3.14',
7777
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.
7878
banner: 'none',
79-
className: '3.14.0',
79+
className: '3.14.1',
8080
},
8181
"3.13": {
8282
label: '3.13',
8383
path: '3.13',
8484
banner: 'none',
85-
className: '3.13.1',
85+
className: '3.13.2',
8686
},
8787
"3.12": {
8888
label: '3.12',
8989
path: '3.12',
9090
banner: 'none',
91-
className: '3.12.4',
91+
className: '3.12.5',
9292
},
9393
"3.11": {
9494
label: '3.11',
9595
path: '3.11',
9696
banner: 'none',
97-
className: '3.11.4',
97+
className: '3.11.5',
9898
},
9999
"3.10": {
100100
label: '3.10',

0 commit comments

Comments
 (0)