From c8ec23874825709da103047e0843a786014f71a5 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Mon, 18 Jul 2022 05:19:09 +0000 Subject: [PATCH] chore(release): 1.5.0 # [@makaira/storefront-shop-adapter-local-v1.5.0](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-shop-adapter-local-v1.4.1...@makaira/storefront-shop-adapter-local-v1.5.0) (2022-07-18) ### Bug Fixes * **deps:** update dependency @makaira/storefront-types to v1.6.0 [skip ci] ([192869f](https://github.com/MakairaIO/storefront-shop-adapter/commit/192869f651d706c452e7c58f34613b7015614a1d)) ### Features * add new provider review with getReviews and createReview ([0365b7b](https://github.com/MakairaIO/storefront-shop-adapter/commit/0365b7bf4e2e630a7b0f7901caeb1a83cb1fcd7e)) --- 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 e8a90d4..1a493ea 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.4.1", + "version": "1.5.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",