From 05d5debd123c791464ff06d342f3801c78f74fbf Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Fri, 18 Aug 2023 08:56:07 +0000 Subject: [PATCH] chore(release): 1.10.0 # [@makaira/storefront-types-v1.10.0](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-types-v1.9.0...@makaira/storefront-types-v1.10.0) (2023-08-18) ### Features * **shopify:** password reset & address creation ([adb3121](https://github.com/MakairaIO/storefront-shop-adapter/commit/adb3121313dde44bb3a112e87ac004fccb31d49b)) --- 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 f3bf173..e7584ab 100644 --- a/packages/storefront-types/package.json +++ b/packages/storefront-types/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-types", - "version": "1.9.0", + "version": "1.10.0", "description": "Contains the makaira shop adapter typescript type definitions", "main": "./dist/esm/index.js", "typings": "./dist/types/index.d.ts",