Skip to content

Commit bf6b76d

Browse files
chore(release): v5.1.3 [skip ci]
1 parent 420100b commit bf6b76d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.1.3](https://github.com/reactioncommerce/example-storefront/compare/v5.1.2...v5.1.3) (2022-02-15)
2+
3+
4+
### Bug Fixes
5+
6+
* remove create-hydra command from old version ([b56f089](https://github.com/reactioncommerce/example-storefront/commit/b56f08973ac565e091ddcd79beb0f418fe019308))
7+
* upgrade @segment/snippet from 4.4.0 to 4.14.2 ([9bb070b](https://github.com/reactioncommerce/example-storefront/commit/9bb070b1fb1dc7a9439e9670b02ac2b83b28acbd))
8+
19
## [5.1.2](https://github.com/reactioncommerce/example-storefront/compare/v5.1.1...v5.1.2) (2022-02-15)
210

311

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ networks:
1313

1414
services:
1515
web:
16-
image: reactioncommerce/example-storefront:5.1.2
16+
image: reactioncommerce/example-storefront:5.1.3
1717
env_file:
1818
- ./.env
1919
networks:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-storefront",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.",
55
"keywords": [],
66
"author": {

0 commit comments

Comments
 (0)