Skip to content

Commit dbf3531

Browse files
authored
Update className to latest patch versions (#1075)
1 parent 4b49480 commit dbf3531

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docusaurus.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,31 +77,31 @@ const config = {
7777
label: '3.15',
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.15.1',
80+
className: '3.15.2',
8181
},
8282
"3.14": { // 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.14',
8484
path: '3.14', // 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.14.1',
86+
className: '3.14.2',
8787
},
8888
"3.13": {
8989
label: '3.13',
9090
path: '3.13',
9191
banner: 'none',
92-
className: '3.13.2',
92+
className: '3.13.3',
9393
},
9494
"3.12": {
9595
label: '3.12',
9696
path: '3.12',
9797
banner: 'none',
98-
className: '3.12.5',
98+
className: '3.12.6',
9999
},
100100
"3.11": {
101101
label: '3.11',
102102
path: '3.11',
103103
banner: 'none',
104-
className: '3.11.5',
104+
className: '3.11.6',
105105
},
106106
"3.10": {
107107
label: '3.10',

0 commit comments

Comments
 (0)