From 01bcca8112b82fbf6a30bab02b72c7e58c075fef Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Wed, 4 Jan 2023 08:33:39 +0000 Subject: [PATCH] chore(release): 1.2.3 # [@makaira/storefront-shop-adapter-shopify-v1.2.3](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-shop-adapter-shopify-v1.2.2...@makaira/storefront-shop-adapter-shopify-v1.2.3) (2023-01-04) ### Bug Fixes * **shopify:** prevent CheckoutDoesNotExist Error ([7cc404f](https://github.com/MakairaIO/storefront-shop-adapter/commit/7cc404fda47055d4c39473b782acfd1e8d55f0a8)) --- packages/storefront-shop-adapter-shopify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storefront-shop-adapter-shopify/package.json b/packages/storefront-shop-adapter-shopify/package.json index fb8344f..42136d6 100755 --- a/packages/storefront-shop-adapter-shopify/package.json +++ b/packages/storefront-shop-adapter-shopify/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-shop-adapter-shopify", - "version": "1.2.2", + "version": "1.2.3", "description": "Contains the makaira shopify shop adapter to connect your storefront with your shopify shop", "main": "./dist/esm/index.js", "typings": "./dist/types/index.d.ts",