From 1d287ac9cbd7277ae34c68026fd1d7cc9371b64e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 22:41:11 -0600 Subject: [PATCH] Chore: Publish release (#11) --- .changeset/fresh-teachers-tease.md | 6 ------ CHANGELOG.md | 13 ++++++++++--- package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/fresh-teachers-tease.md diff --git a/.changeset/fresh-teachers-tease.md b/.changeset/fresh-teachers-tease.md deleted file mode 100644 index 0a9d8a2..0000000 --- a/.changeset/fresh-teachers-tease.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'tailwindcss-opentype': minor ---- - -Add `position` utility classes -Uses the low-level `font-feature-settings` property under the hood. diff --git a/CHANGELOG.md b/CHANGELOG.md index e7105d2..6feaa29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,26 @@ # tailwindcss-opentype +## 0.2.0 — 2021-08-20 + +#### 🎁 Added + +- Add `position` utility classes [#10](https://github.com/stormwarning/tailwindcss-opentype/pull/10) + Uses the low-level `font-feature-settings` property under the hood. + ## 0.1.0 — 2021-04-19 -### ♻️ Changed +#### ♻️ Changed - Update `font-variant-ligature` utilities [#6](https://github.com/stormwarning/tailwindcss-opentype/pull/6) Adds negation utilities and makes classes composable. -### 🎁 Added +#### 🎁 Added - Add documentation microsite [#8](https://github.com/stormwarning/tailwindcss-opentype/pull/8) ## 0.0.2 — 2021-04-07 -### 🎉 Initial release! +#### 🎉 Initial release! - Add initial utility classes [#4](https://github.com/stormwarning/tailwindcss-opentype/pull/4) A handful of the more common OpenType variant settings, no fallbacks yet. diff --git a/package.json b/package.json index b0da5fc..1f90024 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-opentype", - "version": "0.1.0", + "version": "0.2.0", "description": "Tailwind CSS utility classes for advanced typographic features.", "keywords": [ "tailwindcss",