From 1faee1149c37fa96ddf31c9f0f8eee82819ea39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:55:37 +0200 Subject: [PATCH] Release to npm (#846) Co-authored-by: github-actions[bot] --- .changeset/tame-sheep-cough.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tame-sheep-cough.md diff --git a/.changeset/tame-sheep-cough.md b/.changeset/tame-sheep-cough.md deleted file mode 100644 index 22a1566c..00000000 --- a/.changeset/tame-sheep-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/macaw-ui": patch ---- - -MacawUI engine has been changed to support Node 18. This means that MacawUI no longer throws an error when being installed in Dashboard. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2c6c74..5aa757fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @saleor/macaw-ui +## 1.1.10 + +### Patch Changes + +- d8516d5: MacawUI engine has been changed to support Node 18. This means that MacawUI no longer throws an error when being installed in Dashboard. + ## 1.1.9 ### Patch Changes diff --git a/package.json b/package.json index 2987e963..21f4ef0a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.9", + "version": "1.1.10", "license": "CC-BY-4.0", "homepage": "https://macaw-ui.vercel.app/", "repository": {