From 89f22b888ce176ef71f0267f1b58159ff5e2ab48 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Tue, 18 Apr 2023 12:53:49 +0000 Subject: [PATCH] chore(release): 1.2.5 # [@makaira/storefront-shop-adapter-shopify-v1.2.5](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-shop-adapter-shopify-v1.2.4...@makaira/storefront-shop-adapter-shopify-v1.2.5) (2023-04-18) ### Bug Fixes * **shopify:** add line item id to updateItem input ([917b6f3](https://github.com/MakairaIO/storefront-shop-adapter/commit/917b6f3bc07293b364007d63b45e8c72339e82a8)) --- 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 c7130ce..c79bf99 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.4", + "version": "1.2.5", "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",