1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-07 19:15:24 +02:00

changelog

This commit is contained in:
Kushagra Gour 2023-05-28 18:23:50 +05:30
parent a5c098565a
commit 3f8ba77b0f

View File

@ -114,6 +114,12 @@ export function Notifications(props) {
return (
<div>
<h1>Whats new?</h1>
<Notification version="5.0.2" {...props}>
<li>
Popular libraries updated to latest versions. Thanks
<ThanksTo url="https://github.com/diomed" name="@diomed" />
</li>
</Notification>
<Notification version="5.0.1" {...props}>
<NotificationItem type="bug">
Add library feature is fixed.