From 55e795756ffb6796d90e9b8fbffe66263879c675 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Mon, 4 Jul 2022 12:32:09 +0000 Subject: [PATCH] chore(release): 1.0.4-next.1 # [@makaira/storefront-react-v1.0.4-next.1](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-react-v1.0.3...@makaira/storefront-react-v1.0.4-next.1) (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)) * solve ci missing dist files to be bundled into npm package ([2f17bd2](https://github.com/MakairaIO/storefront-shop-adapter/commit/2f17bd2a5485c221c52eb3f38d5eb2deae210cc2)) --- 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 0ef2185..d4746f2 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-next.1", "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",