From 4bb863ddcb7df500182702f6687f5d5465c9517d Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Wed, 10 Aug 2022 09:58:09 +0000 Subject: [PATCH] chore(release): 1.5.1 # [@makaira/storefront-shop-adapter-local-v1.5.1](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-shop-adapter-local-v1.5.0...@makaira/storefront-shop-adapter-local-v1.5.1) (2022-08-10) ### Bug Fixes * **deps:** update dependency @faker-js/faker to v7.4.0 ([8dcc4ee](https://github.com/MakairaIO/storefront-shop-adapter/commit/8dcc4ee01224f3e4e4e53f087d5fca4b8698805e)) --- 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 9f0da84..a2d78f8 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.0", + "version": "1.5.1", "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",