From fe41ccf775db77c4c4251813d151d103d746e369 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Mon, 4 Jul 2022 13:54:30 +0000 Subject: [PATCH] chore(release): 1.0.4 # [@makaira/storefront-react-v1.0.4](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-react-v1.0.3...@makaira/storefront-react-v1.0.4) (2022-07-04) ### Bug Fixes * **deps:** update dependency @makaira/storefront-types to v1.2.2 [skip ci] ([50491a2](https://github.com/MakairaIO/storefront-shop-adapter/commit/50491a28681c83d15b41df733f56fa0e7e7f8c81)) * **deps:** update dependency @makaira/storefront-types to v1.2.3 [skip ci] ([67b9638](https://github.com/MakairaIO/storefront-shop-adapter/commit/67b9638e4b8d29158862f9f9231f0f3d628b5fb9)) * solve ci missing dist files to be bundled into npm package ([2f17bd2](https://github.com/MakairaIO/storefront-shop-adapter/commit/2f17bd2a5485c221c52eb3f38d5eb2deae210cc2)) * trigger build to create a cleaned up release ([7bc50be](https://github.com/MakairaIO/storefront-shop-adapter/commit/7bc50bedb82cee7ac0bf85b9791cb49bb81086fd)) --- 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 ce339ce..7c58687 100755 --- a/packages/storefront-react/package.json +++ b/packages/storefront-react/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-react", - "version": "1.0.3", + "version": "1.0.4", "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",