diff --git a/.changeset/orange-items-rush.md b/.changeset/orange-items-rush.md deleted file mode 100644 index 7321e536..00000000 --- a/.changeset/orange-items-rush.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"socialify": patch ---- - -Added Playwright test for full variant of CN, JP, and KR (Korean). - -Added accessbility attributes for generic input/textbox components. Updated snapshots. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8248b6c4..39d42a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # socialify +## 2.18.4 + +### Patch Changes + +- 2e45d6e: Added Playwright test for full variant of CN, JP, and KR (Korean). + + Added accessbility attributes for generic input/textbox components. Updated snapshots. + ## 2.18.3 ### Patch Changes diff --git a/package.json b/package.json index 2ca7a438..2e7a3307 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socialify", - "version": "2.18.3", + "version": "2.18.4", "description": "Socialify your project. Share with the world!", "author": "@CryogenicPlanet, @wei", "license": "MIT",