From 4457dc19a9dc807c4afcbaf4b8092dc31c1b19c5 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Wed, 10 Aug 2022 11:44:03 +0000 Subject: [PATCH] chore(release): 1.6.0 # [@makaira/storefront-shop-adapter-local-v1.6.0](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-shop-adapter-local-v1.5.1...@makaira/storefront-shop-adapter-local-v1.6.0) (2022-08-10) ### Bug Fixes * **deps:** update dependency @makaira/storefront-types to v1.7.0 [skip ci] ([555de68](https://github.com/MakairaIO/storefront-shop-adapter/commit/555de681deef5ec52e2a25189c515109729817bd)) ### Features * added shopify adapter ([f6a9739](https://github.com/MakairaIO/storefront-shop-adapter/commit/f6a97399baa89c4627fb507de048d6f1b970c0b9)) * introduce a preshipped ssr safe local storage implementation used by local and shopify ([8322bec](https://github.com/MakairaIO/storefront-shop-adapter/commit/8322beca491bed15e382733ae2f85847146b389d)) --- packages/storefront-shop-adapter-local/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storefront-shop-adapter-local/package.json b/packages/storefront-shop-adapter-local/package.json index abf8930..69d070d 100755 --- a/packages/storefront-shop-adapter-local/package.json +++ b/packages/storefront-shop-adapter-local/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-shop-adapter-local", - "version": "1.5.1", + "version": "1.6.0", "description": "Contains the makaira local shop adapter to connect your storefront with a localstorage", "main": "./dist/esm/index.js", "typings": "./dist/types/index.d.ts",