From 645291f17be23d5e76a69f4607231c95bb11134a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 22:45:10 -0700 Subject: [PATCH] Chore: Publish release (#168) --- .changeset/happy-pots-jump.md | 6 ------ .changeset/small-pumpkins-switch.md | 7 ------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 .changeset/happy-pots-jump.md delete mode 100644 .changeset/small-pumpkins-switch.md create mode 100644 CHANGELOG.md 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)",