Skip to content

Commit 389ddde

Browse files
authored
Merge pull request #644 from reactioncommerce/release-v3.0.0-beta
release v3.0.0-beta
2 parents 6bb50d9 + 698cf21 commit 389ddde

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v3.0.0-beta
2+
3+
This is the 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+
17
# v3.0.0-alpha.3
28

39
This is the latest alpha release of the Example Storefront 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-alpha.3",
3+
"version": "3.0.0-beta",
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)