Skip to content

Commit 1c2a7f5

Browse files
authored
Merge pull request #672 from reactioncommerce/release-next-v3.1.0
release 3.1.0
2 parents b82ada7 + 87a58b0 commit 1c2a7f5

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.snyk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2-
version: v1.13.4
2+
version: v1.13.5
33
patch: {}
4+
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
5+
ignore:
6+

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v3.1.0
2+
3+
This release of `example-storefront` is designed to work with v3.x of the Reaction API.
4+
5+
### Chores
6+
7+
- chore: bump https-proxy-agent from 2.2.2 to 2.2.4 ([#669](http://github.com/reactioncommerce/reaction-admin/pull/669))
8+
- chore: switch to 3.0.0 Docker tag ([#659](http://github.com/reactioncommerce/reaction-admin/pull/659))
9+
110
# v3.0.0
211

312
This is the v3.0.0 release of `example-storefront`, designed to work with v3.0.0 of the Reaction API.

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:3.0.0
16+
image: reactioncommerce/example-storefront:3.1.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": "3.0.0",
3+
"version": "3.1.0",
44
"description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.",
55
"main": "./src/server.js",
66
"keywords": [],

0 commit comments

Comments
 (0)