Skip to content

Commit e094ac8

Browse files
chore(release): v5.2.0 [skip ci]
1 parent 28dd9b5 commit e094ac8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.2.0](https://github.com/reactioncommerce/example-storefront/compare/v5.1.3...v5.2.0) (2022-03-28)
2+
3+
4+
### Features
5+
6+
* added latest tag to docker images ([9f93132](https://github.com/reactioncommerce/example-storefront/commit/9f9313209f15d619a1480273a6a9b7f8bf7afc19))
7+
18
## [5.1.3](https://github.com/reactioncommerce/example-storefront/compare/v5.1.2...v5.1.3) (2022-02-15)
29

310

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.3
16+
image: reactioncommerce/example-storefront:5.2.0
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.3",
3+
"version": "5.2.0",
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)