From b56057e628c354c2262ad2eb87910f3976584c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:18:38 +0200 Subject: [PATCH] Release to npm (#821) Co-authored-by: github-actions[bot] --- .changeset/silent-spies-laugh.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/silent-spies-laugh.md diff --git a/.changeset/silent-spies-laugh.md b/.changeset/silent-spies-laugh.md deleted file mode 100644 index adff0811..00000000 --- a/.changeset/silent-spies-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/macaw-ui": patch ---- - -You can now see start and end adornment in select input options diff --git a/CHANGELOG.md b/CHANGELOG.md index 300873de..6c9f2d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @saleor/macaw-ui +## 1.1.6 + +### Patch Changes + +- 9c969e2: You can now see start and end adornment in select input options + ## 1.1.5 ### Patch Changes diff --git a/package.json b/package.json index d6a7963a..18f37870 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.5", + "version": "1.1.6", "license": "CC-BY-4.0", "homepage": "https://macaw-ui.vercel.app/", "repository": {