From b69aabc6f91f007dcc9cf3e861dcd1a240b30b1e Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Mon, 13 Apr 2020 21:30:33 -0700 Subject: [PATCH] feat: v2.9.2 Signed-off-by: Erik Kieckhafer --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 942b6aa279..237311ac4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v2.9.2 + +Example Storefront v2.9.2 is a patch update to keep this project in sync with [Reaction v2.9.2](https://github.com/reactioncommerce/reaction). + +# v2.9.1 + +Example Storefront v2.9.1 is a patch update to keep this project in sync with [Reaction v2.9.1](https://github.com/reactioncommerce/reaction). + +## Fixes + +- fix: login from storefront [#633](https://github.com/reactioncommerce/example-storefront/pull/633) + # v2.9.0 Example Storefront v2.9.0 is a minor update to keep this project in sync with [Reaction v2.9.0](https://github.com/reactioncommerce/reaction) and [reaction-hydra v2.9.0](https://github.com/reactioncommerce/reaction-hydra) diff --git a/package.json b/package.json index 0ac8436428..806ea957d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "example-storefront", - "version": "2.9.0", + "version": "2.9.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": [],