From 4d40de19be4a62b4bc232930b3f0d53bbde136b4 Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Thu, 19 Dec 2019 21:06:19 -0800 Subject: [PATCH] chore: update CHANGELOG and package.json for v3.0.0-alpha.2 Signed-off-by: Erik Kieckhafer --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0980e1adaf..00d88cf70b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v3.0.0-alpha.2 + +Example Storefront v3.0.0-alpha.2 is the second alpha release of the Example Storefront that is designed to work with our new Reaction API. + +*Reaction releases will no longer be coordinated across all projects - we'll release each project, independently, as needed. This means version numbers will no longer be in sync. The newest versions of each project will work together.* + +## Features + +- feat: auto-create Hydra client on startup [#628](https://github.com/reactioncommerce/example-storefront/pull/628) + +## Chores + +- chore: use published image for docker-compose [#623](https://github.com/reactioncommerce/example-storefront/pull/623) + +## Fixes + +- fixes: handle OAUTH2_IDP_HOST_URL with no ending slash and missing shop [#627](https://github.com/reactioncommerce/example-storefront/pull/627) + # v3.0.0-alpha This is a major update to keep this project in sync with diff --git a/package.json b/package.json index c4d9cf526a..559d884990 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "example-storefront", - "version": "3.0.0-alpha", + "version": "3.0.0-alpha.2", "description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.", "main": "./src/server.js", "keywords": [],