Skip to content

Commit

Permalink
chore(release): 3.1.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Nov 28, 2019
1 parent 42869f3 commit 604c4d0
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <component> ([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)
Expand Down
26 changes: 25 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 ([email protected])",
"scripts": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 604c4d0

Please sign in to comment.