From bb6353cc215c1348eb7451e9655717a975bf514f Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Tue, 5 Jul 2022 09:10:21 +0000 Subject: [PATCH] chore(release): 1.1.5 # [@makaira/storefront-shop-adapter-local-v1.1.5](https://github.com/MakairaIO/storefront-shop-adapter/compare/@makaira/storefront-shop-adapter-local-v1.1.4...@makaira/storefront-shop-adapter-local-v1.1.5) (2022-07-05) ### Bug Fixes * change from CustomEvent to MessageEvent to be compatible with nodejs ([1a4c540](https://github.com/MakairaIO/storefront-shop-adapter/commit/1a4c540c46bf76416ac1d8092553c3c6cc0c9fe0)) * **deps:** update dependency @makaira/storefront-types to v1.2.4 [skip ci] ([5c83367](https://github.com/MakairaIO/storefront-shop-adapter/commit/5c83367dcaff31e385db1fb718595c7810a91955)) --- 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 e8ade55..5731879 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.1.4", + "version": "1.1.5", "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",