From cc055cafa400da742f1c8f897f872b1262c1f2f0 Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Thu, 12 Dec 2019 17:30:33 +0100 Subject: [PATCH] chore(release): 3.1.0-alpha.11 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ceb6f2..9b548da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.1.0-alpha.11](https://github.com/myparcelbe/checkout/compare/v3.1.0-alpha.10...v3.1.0-alpha.11) (2019-12-12) + + +### Bug Fixes + +* double selected marker ([060b329](https://github.com/myparcelbe/checkout/commit/060b329113c400523eac90d4bd5457b517db0131)) +* pickup location not updated on click marker ([78b96b4](https://github.com/myparcelbe/checkout/commit/78b96b416653fdc90fbdb83b2630a854d3d11680)) +* pickup variables not set correctly on opening map and fixing empty value not being sent on disable ([8daba39](https://github.com/myparcelbe/checkout/commit/8daba390a04e6bf0c6505975a067c331b813b9ca)) +* settings not "remembered" across components ([ef85686](https://github.com/myparcelbe/checkout/commit/ef85686aaeb35eed08ae8c907eb7cee9c5e1c480)) + ## [3.1.0-alpha.10](https://github.com/myparcelbe/checkout/compare/v3.1.0-alpha.9...v3.1.0-alpha.10) (2019-12-11) diff --git a/package-lock.json b/package-lock.json index 84904cd2..f4f15320 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@myparcel/checkout", - "version": "3.1.0-alpha.10", + "version": "3.1.0-alpha.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d34506de..aaf4406a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/checkout", - "version": "3.1.0-alpha.10", + "version": "3.1.0-alpha.11", "description": "MyParcel delivery options module for checkouts.", "author": "Edie Lemoine (edie@myparcel.nl)", "scripts": {