Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.0.1 #754

Merged
merged 2 commits into from
Feb 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 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))
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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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": "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": {
Expand Down