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.2 #756

Merged
merged 1 commit into from
Mar 4, 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
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# v4.0.2

example-storefront v4.0.2 adds patch features or bug fixes and contains no breaking changes since v4.0.0.

## Chore

- chore: adding git hooks for commit-msg ([#753](https://github.com/reactioncommerce/example-storefront/pull/753))
- chore: add package-unlink ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))
- chore: add package-link file to storefront ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))
- chore(deps): Bump ini from 1.3.5 to 1.3.7 ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))

## Fixes

- change log corrections ([#754](https://github.com/reactioncommerce/example-storefront/pull/754))
- fix: add third parameter from hook destructure ([#747](https://github.com/reactioncommerce/example-storefront/pull/747))
- fix: fix linting error ([#751](https://github.com/reactioncommerce/example-storefront/pull/751))
- fix: merge truck to clear tests ([#746](https://github.com/reactioncommerce/example-storefront/pull/746))
- fix: merge trunk to pass tests ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))
- add correct permissions on file ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))
- (fix): readding removed space ([#751](https://github.com/reactioncommerce/example-storefront/pull/751))
- (fix): readding removed space ([#751](https://github.com/reactioncommerce/example-storefront/pull/751))
- (fix): add check for slug before link ([#751](https://github.com/reactioncommerce/example-storefront/pull/751))
- (bugfix): pinning docker to higher version ([#749](https://github.com/reactioncommerce/example-storefront/pull/749))
- (bugfix): check shop variable for null ([#746](https://github.com/reactioncommerce/example-storefront/pull/746))
- (bugfix): not pre-rendering cart with shop ([#746](https://github.com/reactioncommerce/example-storefront/pull/746))
- add package-update bin script ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))
- update docker-compose to use base image which installs yalc ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))
- fix: issue#710 Shop name not persisting on Mobile Nav ([#738](https://github.com/reactioncommerce/example-storefront/pull/738))

## Contributors

Special thanks to Halton Xu for contributing to the release!

# v4.0.1
Example Storefront v4.0.1 adds minor features, and does contain breaking changes since v4.0.1

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.1
image: reactioncommerce/example-storefront:4.0.2
env_file:
- ./.env
networks:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-storefront",
"version": "4.0.1",
"version": "4.0.2",
"description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.",
"keywords": [],
"author": {
Expand Down Expand Up @@ -157,4 +157,4 @@
"@commitlint/config-conventional"
]
}
}
}