Skip to content

Commit 54e27f3

Browse files
authored
Merge pull request #657 from reactioncommerce/release-v3.0.0-beta.2
release v3.0.0-beta.2
2 parents 3fd4cd5 + 7cda4b7 commit 54e27f3

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v3.0.0-beta.2
2+
3+
This is the second beta release of the Example Storefront project that is designed to work with our new Reaction API.
4+
5+
*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.*
6+
7+
## Features
8+
9+
- feat: remove `-beta` from GraphQL paths [#646](https://github.com/reactioncommerce/example-storefront/pull/646)
10+
- feat: Use Lambda webhook for automated PR creation and merging into reaction-gitops [#651](https://github.com/reactioncommerce/example-storefront/pull/651)
11+
12+
## Fixes
13+
14+
- fix: update query with required shopIds array [#656](https://github.com/reactioncommerce/example-storefront/pull/656)
15+
16+
## Chores
17+
18+
- chore: reconfigure docker-compose networks [#653](https://github.com/reactioncommerce/example-storefront/pull/653)
19+
- chore: copy changes from 2.x/trunk [#650](https://github.com/reactioncommerce/example-storefront/pull/650)
20+
121
# v3.0.0-beta
222

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

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-beta",
3+
"version": "3.0.0-beta.2",
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)