From f95887e7fe7b3336c9c9c86e70da432e63571f4b Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Fri, 17 Jan 2020 13:28:47 -0800 Subject: [PATCH 1/2] chore: update version numbers and changelog for v3.0.0-beta Signed-off-by: Erik Kieckhafer --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0467f572..d5edac4a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v3.0.0-beta + +This is the beta release of our new Reaction project. + +*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.* + # v3.0.0-alpha.3 This is the latest alpha release of the Example Storefront that is designed to work with our new Reaction API. diff --git a/package.json b/package.json index e1eaf3fec7..9faa8d233d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "example-storefront", - "version": "3.0.0-alpha.3", + "version": "3.0.0-beta", "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": [], From 698cf2186b0dead1bc540b785e46bf350460cb10 Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Fri, 17 Jan 2020 13:35:24 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md Signed-off-by: Erik Kieckhafer --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5edac4a06..a63b90a641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # v3.0.0-beta -This is the beta release of our new Reaction project. +This is the 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.*