diff --git a/.changeset/ninety-cycles-cough.md b/.changeset/ninety-cycles-cough.md deleted file mode 100644 index a10611a89..000000000 --- a/.changeset/ninety-cycles-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ilo-org/twig": patch ---- - -Adds backward compatibility to the socialmedia component which in 1.1.1 removed the twitter icon and replaced it with X. With this, passing `twitter` to as an argument to the icon field will render an X icon. diff --git a/packages/twig/CHANGELOG.md b/packages/twig/CHANGELOG.md index f5aeec4ad..346f9f9eb 100644 --- a/packages/twig/CHANGELOG.md +++ b/packages/twig/CHANGELOG.md @@ -1,5 +1,11 @@ # @ilo-org/twig +## 1.2.4 + +### Patch Changes + +- 8a9ac6a5f: Adds backward compatibility to the socialmedia component which in 1.1.1 removed the twitter icon and replaced it with X. With this, passing `twitter` to as an argument to the icon field will render an X icon. + ## 1.2.3 ### Patch Changes diff --git a/packages/twig/package.json b/packages/twig/package.json index 0725856df..b059da1ca 100644 --- a/packages/twig/package.json +++ b/packages/twig/package.json @@ -1,6 +1,6 @@ { "name": "@ilo-org/twig", - "version": "1.2.3", + "version": "1.2.4", "type": "module", "files": [ "dist/**/*"