Skip to content

Commit

Permalink
Merge pull request #635 from reactioncommerce/release-v3.0.0-alpha.2
Browse files Browse the repository at this point in the history
release v3.0.0-alpha.2
  • Loading branch information
rosshadden authored Dec 23, 2019
2 parents 168055f + 4d40de1 commit d440385
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [],
Expand Down

0 comments on commit d440385

Please sign in to comment.