We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f75ef8 commit 0c91f0dCopy full SHA for 0c91f0d
1 file changed
docs/src/app/Docs/pages/Changelog.tsx
@@ -10,7 +10,7 @@ export default function Changelog() {
10
<Release
11
name="Amicons 1.0 alpha 10"
12
version="1.0.0-alpha.10"
13
- date="5 June 2025"
+ date="11 June 2025"
14
newIcons={[
15
'align-content-center',
16
'align-content-end',
@@ -30,6 +30,7 @@ export default function Changelog() {
30
'signal-weak'
31
]}
32
updatedIcons={['facebook-messenger']}
33
+ added={[<>Amicons is now a fully native ESM package.</>]}
34
/>
35
<Release name="Amicons 1.0 alpha 9" version="1.0.0-alpha.9" date="19 December 2024" added={[<>Amicons now supports React 19.</>]} />
36
0 commit comments