Skip to content

Commit 8d47a87

Browse files
chore(release): v5.0.0 [skip ci]
1 parent ec6d598 commit 8d47a87

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [5.0.0](https://github.com/reactioncommerce/example-storefront/compare/v4.1.2...v5.0.0) (2021-08-25)
2+
3+
4+
### Features
5+
6+
* breaking use account-js for authentication ([7a509c9](https://github.com/reactioncommerce/example-storefront/commit/7a509c9717e2a71c3f0722b8bf366e88a18d1240))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* the authorization methods have been switched to account-js
12+
13+
Signed-off-by: Akarshit Wal <[email protected]>
14+
115
## [4.1.2](https://github.com/reactioncommerce/example-storefront/compare/v4.1.1...v4.1.2) (2021-08-23)
216

317

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