From b7de83feb5729c3490a10e427c00b19d07ebd25b Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Tue, 5 Jul 2022 09:10:02 +0000 Subject: [PATCH] chore(release): 1.0.5 # [@makaira/storefront-react-v1.0.5](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-react-v1.0.4...@makaira/storefront-react-v1.0.5) (2022-07-05) ### Bug Fixes * change from CustomEvent to MessageEvent to be compatible with nodejs ([1a4c540](https://github.com/MakairaIO/storefront-shop-adapter/commit/1a4c540c46bf76416ac1d8092553c3c6cc0c9fe0)) * **deps:** update dependency @makaira/storefront-types to v1.2.4 [skip ci] ([5c83367](https://github.com/MakairaIO/storefront-shop-adapter/commit/5c83367dcaff31e385db1fb718595c7810a91955)) --- packages/storefront-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storefront-react/package.json b/packages/storefront-react/package.json index f423999..21fb80d 100755 --- a/packages/storefront-react/package.json +++ b/packages/storefront-react/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-react", - "version": "1.0.4", + "version": "1.0.5", "description": "Contains the makaira react layer to connect makaira shop adapters to connect your storefront with", "main": "./dist/esm/index.js", "typings": "./dist/types/index.d.ts",