Skip to content

Commit

Permalink
Merge pull request #640 from reactioncommerce/chore-release-3.0.0-alp…
Browse files Browse the repository at this point in the history
…ha.3

chore: release v3.0.0-alpha.3
  • Loading branch information
rosshadden authored Jan 10, 2020
2 parents 88746fe + 6a22ca4 commit 6bb50d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v3.0.0-alpha.3

This is the latest 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: implemented change password flow and standard OpenID logout flow [#637](https://github.com/reactioncommerce/example-storefront/pull/637)

## Fixes

- fixes: made `bin/setup` handle special characters in variables [#639](https://github.com/reactioncommerce/example-storefront/pull/639)

# 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.
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.2",
"version": "3.0.0-alpha.3",
"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 6bb50d9

Please sign in to comment.