From 604c4d07f8c9bbfe1ba0d3ff9bc561afc7b9ea7c Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Thu, 28 Nov 2019 09:43:44 +0100 Subject: [PATCH] chore(release): 3.1.0-alpha.2 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 26 +++++++++++++++++++++++++- package.json | 3 ++- 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b75a017d..027d6f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.2](https://github.com/myparcelbe/checkout/compare/v3.1.0-alpha.1...v3.1.0-alpha.2) (2019-11-28) + + +### Features + +* maps functionality ([42869f3](https://github.com/myparcelbe/checkout/commit/42869f300ca44f91a6aae4625e4954fc98f6fa9d)) + + +### Bug Fixes + +* **layout:** move carrier logo in pickup location details under the header ([2514c4d](https://github.com/myparcelbe/checkout/commit/2514c4d0d009a9faa581bc3c716b4ff7c1c820e6)) +* close button appearing above inline modal and give it a separate class if it is inline to remove padding ([56fc7b9](https://github.com/myparcelbe/checkout/commit/56fc7b9c822c9b0460f0fb7bd2444669994d27ac)) +* error on changing address while pickup is selected ([4980635](https://github.com/myparcelbe/checkout/commit/498063564290a6b01a162e8a23d0b3a8a1e60552)) +* make modal pass any slots to ([0199183](https://github.com/myparcelbe/checkout/commit/01991833e813eca187cb89120d1131f03864bc20)) +* use the js-sdk via npm ([d17a49a](https://github.com/myparcelbe/checkout/commit/d17a49a16e9dd318192ca5e0b4a31e969db9f57e)) + ## [3.1.0-alpha.1](https://github.com/myparcelbe/checkout/compare/v0.1.1...v3.1.0-alpha.1) (2019-11-18) ### 3.0.27 (2019-11-14) diff --git a/package-lock.json b/package-lock.json index f73caf50..ebafc897 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@myparcel/checkout", - "version": "3.1.0-alpha.1", + "version": "3.1.0-alpha.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -10763,6 +10763,30 @@ "@typescript-eslint/experimental-utils": "^2.5.0" } }, + "eslint-plugin-jsdoc": { + "version": "18.1.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-18.1.5.tgz", + "integrity": "sha512-dfq1YA0z2WaosgbEX3QPf37TDUcrfcRRjJ0HBgJYuA4XIV2ICe7dFxhJ8halIlKL4VNhUZ5GMKO1r0CPRvBN0g==", + "dev": true, + "requires": { + "comment-parser": "^0.7.0", + "debug": "^4.1.1", + "jsdoctypeparser": "^6.0.0", + "lodash": "^4.17.15", + "object.entries-ponyfill": "^1.0.1", + "regextras": "^0.6.1", + "semver": "^6.3.0", + "spdx-expression-parse": "^3.0.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, "eslint-plugin-json": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/eslint-plugin-json/-/eslint-plugin-json-2.0.1.tgz", diff --git a/package.json b/package.json index 991af89a..ff87d55e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/checkout", - "version": "3.1.0-alpha.1", + "version": "3.1.0-alpha.2", "description": "MyParcel delivery options module for checkouts.", "author": "Edie Lemoine (edie@myparcel.nl)", "scripts": { @@ -51,6 +51,7 @@ "copy-webpack-plugin": "^5.0.5", "coveralls": "^3.0.9", "cross-env": "^6.0.3", + "eslint-plugin-jsdoc": "^18.1.5", "full-icu": "^1.3.0", "node-sass": "^4.13.0", "sass-loader": "^8.0.0",