Skip to content

Commit

Permalink
Merge pull request #657 from reactioncommerce/release-v3.0.0-beta.2
Browse files Browse the repository at this point in the history
release v3.0.0-beta.2
  • Loading branch information
kieckhafer committed Feb 4, 2020
2 parents 3fd4cd5 + 7cda4b7 commit 54e27f3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v3.0.0-beta.2

This is the second beta release of the Example Storefront project that is designed to work with our new Reaction API.

*Reaction releases will no longer be coordinated across all projects - we'll release each project, independently, as needed. This means version numbers will no longer be in sync. The newest versions of each project will work together. This change has two exceptions: we will release all projects in coordination for a `beta` release, and all projects in coordination for the official `v3.0.0` release.*

## Features

- feat: remove `-beta` from GraphQL paths [#646](https://github.com/reactioncommerce/example-storefront/pull/646)
- feat: Use Lambda webhook for automated PR creation and merging into reaction-gitops [#651](https://github.com/reactioncommerce/example-storefront/pull/651)

## Fixes

- fix: update query with required shopIds array [#656](https://github.com/reactioncommerce/example-storefront/pull/656)

## Chores

- chore: reconfigure docker-compose networks [#653](https://github.com/reactioncommerce/example-storefront/pull/653)
- chore: copy changes from 2.x/trunk [#650](https://github.com/reactioncommerce/example-storefront/pull/650)

# v3.0.0-beta

This is the beta release of the Example Storefront project that is designed to work with our new Reaction API.
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-beta",
"version": "3.0.0-beta.2",
"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 54e27f3

Please sign in to comment.