From 5842345c0470ee2a7d17f98aafc68ce6f93bc0ec Mon Sep 17 00:00:00 2001 From: Mohan Narayana Date: Tue, 9 Feb 2021 14:18:57 -0600 Subject: [PATCH 1/2] Example Storefront v4.0.1 adds minor features, and does contain breaking changes since v4.0.1 Signed-off-by: Mohan Narayana --- CHANGELOG.md | 11 +++++++++++ docker-compose.yml | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d29693d1..d8d9269db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v4.0.1 +Example Storefront v4.0.1 adds minor features and performance enhancements, and does contain breaking changes since v4.0.1 + +## Fixes +fix: changes made to address book does not reflect in UI ([#747](https://github.com/reactioncommerce/example-storefront/pull/747)) +fix: Error on PDP when product is missing slug ([#751](https://github.com/reactioncommerce/example-storefront/pull/751)) +fix: pinning docker to higher version ([#749](https://github.com/reactioncommerce/example-storefront/pull/749)) + +## Chores +chore: add package-link file to storefront ([#745](https://github.com/reactioncommerce/example-storefront/pull/745)) + # v4.0.0 Example Storefront v4.0.0 adds major features and performance enhancements, and does contain breaking changes since v3.1.0 diff --git a/docker-compose.yml b/docker-compose.yml index ede95ba563..8db1144249 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ networks: services: web: - image: reactioncommerce/example-storefront:4.0.0 + image: reactioncommerce/example-storefront:4.0.1 env_file: - ./.env networks: diff --git a/package.json b/package.json index a054ae7f18..5747d15589 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "example-storefront", - "version": "4.0.0", + "version": "4.0.1", "description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.", "keywords": [], "author": { From c93bbed18d372a24b7beb58af3af86ba2497b844 Mon Sep 17 00:00:00 2001 From: Mohan Narayana Date: Tue, 9 Feb 2021 14:25:47 -0600 Subject: [PATCH 2/2] change log corrections Signed-off-by: Mohan Narayana --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d9269db6..5f78e13064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # v4.0.1 -Example Storefront v4.0.1 adds minor features and performance enhancements, and does contain breaking changes since v4.0.1 +Example Storefront v4.0.1 adds minor features, and does contain breaking changes since v4.0.1 ## Fixes fix: changes made to address book does not reflect in UI ([#747](https://github.com/reactioncommerce/example-storefront/pull/747))