From 637fb31c2786910245b9314953c316131fc40807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:53:54 +0100 Subject: [PATCH] Release to npm (#778) Co-authored-by: github-actions[bot] --- .changeset/lemon-tools-tan.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lemon-tools-tan.md diff --git a/.changeset/lemon-tools-tan.md b/.changeset/lemon-tools-tan.md deleted file mode 100644 index 0a8365f6..00000000 --- a/.changeset/lemon-tools-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/macaw-ui": patch ---- - -This change adds bold font weight to button component and lowers bold font weight from 700 to 600. diff --git a/CHANGELOG.md b/CHANGELOG.md index df46d14b..f14393da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @saleor/macaw-ui +## 1.1.2 + +### Patch Changes + +- 604c7a0: This change adds bold font weight to button component and lowers bold font weight from 700 to 600. + ## 1.1.1 ### Patch Changes diff --git a/package.json b/package.json index 50e9cbbc..d98b1905 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.1", + "version": "1.1.2", "license": "CC-BY-4.0", "homepage": "https://macaw-ui.vercel.app/", "repository": {