Skip to content

Commit f880241

Browse files
authored
Update className to latest patch versions (#1229)
1 parent 6058674 commit f880241

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
@@ -78,25 +78,25 @@ const config = {
7878
label: '3.15',
7979
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.
8080
banner: 'none',
81-
className: '3.15.2',
81+
className: '3.15.3',
8282
},
8383
"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.
8484
label: '3.14',
8585
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.
8686
banner: 'none',
87-
className: '3.14.2',
87+
className: '3.14.3',
8888
},
8989
"3.13": {
9090
label: '3.13',
9191
path: '3.13',
9292
banner: 'none',
93-
className: '3.13.3',
93+
className: '3.13.4',
9494
},
9595
"3.12": {
9696
label: '3.12',
9797
path: '3.12',
9898
banner: 'none',
99-
className: '3.12.6',
99+
className: '3.12.7',
100100
},
101101
"3.11": {
102102
label: '3.11',

0 commit comments

Comments
 (0)