Skip to content

Commit

Permalink
chore(release): v5.1.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 15, 2022
1 parent 420100b commit bf6b76d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.1.3](https://github.com/reactioncommerce/example-storefront/compare/v5.1.2...v5.1.3) (2022-02-15)


### Bug Fixes

* remove create-hydra command from old version ([b56f089](https://github.com/reactioncommerce/example-storefront/commit/b56f08973ac565e091ddcd79beb0f418fe019308))
* upgrade @segment/snippet from 4.4.0 to 4.14.2 ([9bb070b](https://github.com/reactioncommerce/example-storefront/commit/9bb070b1fb1dc7a9439e9670b02ac2b83b28acbd))

## [5.1.2](https://github.com/reactioncommerce/example-storefront/compare/v5.1.1...v5.1.2) (2022-02-15)


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:5.1.2
image: reactioncommerce/example-storefront:5.1.3
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": "5.1.2",
"version": "5.1.3",
"description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.",
"keywords": [],
"author": {
Expand Down

0 comments on commit bf6b76d

Please sign in to comment.