diff --git a/.changeset/happy-pots-jump.md b/.changeset/happy-pots-jump.md deleted file mode 100644 index 7f65012..0000000 --- a/.changeset/happy-pots-jump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'polychroma': patch ---- - -Fix mobile layout -Layout on tablets no longer completely broken. diff --git a/.changeset/small-pumpkins-switch.md b/.changeset/small-pumpkins-switch.md deleted file mode 100644 index 060eae5..0000000 --- a/.changeset/small-pumpkins-switch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'polychroma': patch ---- - -Replace Tachyons with Tailwind CSS -Fixes issue with header overlay not being sticky. -pr: 162 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6a75fbf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +### 2.1.2 — 2022-01-07 + +#### 🐛 Fixed + +- Fix mobile layout [#197](https://github.com/stormwarning/polychroma/pull/197) + Layout on tablets no longer completely broken. +- Replace Tachyons with Tailwind CSS [#162](https://github.com/stormwarning/polychroma/pull/162) + Fixes issue with header overlay not being sticky. diff --git a/package.json b/package.json index 7f7d755..6b4d5d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polychroma", - "version": "2.1.1", + "version": "2.1.2", "private": true, "description": "Generate better CSS gradients using alternative colour spaces & Bezier interpolation.", "author": "Jeff Nelson (https://tidaltheory.io)",