From 10d0f3b3617a0b11f15ce14ffabaa4e914490bc6 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Wed, 31 Aug 2022 15:26:02 +0000 Subject: [PATCH] chore(release): 1.7.1 # [@makaira/storefront-types-v1.7.1](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-types-v1.7.0...@makaira/storefront-types-v1.7.1) (2022-08-31) ### Bug Fixes * **removeItemFromCart-Type:** allow product parameter for shopify to be undefined ([40a6aef](https://github.com/MakairaIO/storefront-shop-adapter/commit/40a6aefcf8ed3de90b70176c0b0b41c1a3b73abf)) --- packages/storefront-types/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storefront-types/package.json b/packages/storefront-types/package.json index 53c7cd5..4841860 100644 --- a/packages/storefront-types/package.json +++ b/packages/storefront-types/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-types", - "version": "1.7.0", + "version": "1.7.1", "description": "Contains the makaira shop adapter typescript type definitions", "main": "./dist/esm/index.js", "typings": "./dist/types/index.d.ts",