Skip to content

Commit e0c8038

Browse files
committed
Update className to latest patch versions
1 parent 27583f9 commit e0c8038

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
@@ -78,31 +78,31 @@ const config = {
7878
label: '3.16',
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.16.0',
81+
className: '3.16.1',
8282
},
8383
"3.15": { // 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.15',
8585
path: '3.15', // 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.15.4',
87+
className: '3.15.5',
8888
},
8989
"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.
9090
label: '3.14',
9191
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.
9292
banner: 'none',
93-
className: '3.14.3',
93+
className: '3.14.4',
9494
},
9595
"3.13": {
9696
label: '3.13',
9797
path: '3.13',
9898
banner: 'none',
99-
className: '3.13.4',
99+
className: '3.13.5',
100100
},
101101
"3.12": {
102102
label: '3.12',
103103
path: '3.12',
104104
banner: 'none',
105-
className: '3.12.7',
105+
className: '3.12.8',
106106
},
107107
"3.11": {
108108
label: '3.11',

0 commit comments

Comments
 (0)