Skip to content

Commit

Permalink
Merge pull request #756 from reactioncommerce/release-next-v4.0.2
Browse files Browse the repository at this point in the history
Release v4.0.2
  • Loading branch information
Akarshit authored Mar 4, 2021
2 parents a7d6383 + 7c19af5 commit 838118e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
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"
]
}
}
}

0 comments on commit 838118e

Please sign in to comment.