Skip to content

Commit

Permalink
Merge pull request #672 from reactioncommerce/release-next-v3.1.0
Browse files Browse the repository at this point in the history
release 3.1.0
  • Loading branch information
focusaurus committed Jun 3, 2020
2 parents b82ada7 + 87a58b0 commit 1c2a7f5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.4
version: v1.13.5
patch: {}
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v3.1.0

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

### Chores

- chore: bump https-proxy-agent from 2.2.2 to 2.2.4 ([#669](http://github.com/reactioncommerce/reaction-admin/pull/669))
- chore: switch to 3.0.0 Docker tag ([#659](http://github.com/reactioncommerce/reaction-admin/pull/659))

# v3.0.0

This is the v3.0.0 release of `example-storefront`, designed to work with v3.0.0 of the Reaction API.
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:3.0.0
image: reactioncommerce/example-storefront:3.1.0
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": "3.0.0",
"version": "3.1.0",
"description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.",
"main": "./src/server.js",
"keywords": [],
Expand Down

0 comments on commit 1c2a7f5

Please sign in to comment.