From 25fac177f6b34513d90b6018a855ec57b7927017 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Wed, 10 Aug 2022 11:44:45 +0000 Subject: [PATCH] chore(release): 1.0.0 # @makaira/storefront-shop-adapter-shopify-v1.0.0 (2022-08-10) ### Bug Fixes * **shopify:** adjusted bugs ([021e27b](https://github.com/MakairaIO/storefront-shop-adapter/commit/021e27b72d966fab8b440c8b2b9ae46e83cb7160)) ### Features * added shopify adapter ([f6a9739](https://github.com/MakairaIO/storefront-shop-adapter/commit/f6a97399baa89c4627fb507de048d6f1b970c0b9)) --- 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 abda9fa..179b6bf 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": "0.0.0", + "version": "1.0.0", "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",