From 323bfe75770d1d337bb199073043a34dc904daa1 Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Wed, 28 Aug 2019 11:56:02 -0700 Subject: [PATCH 1/2] update changelog with new version Signed-off-by: Erik Kieckhafer --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a0e9d..72b41d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v2.2.0 +This is a minor versioning release coordinated with [Reaction](https://github.com/reactioncommerce/reaction), our [Example Storefront](https://github.com/reactioncommerce/example-storefront) and [reaction-hydra](https://github.com/reactioncommerce/reaction-hydra). + # v2.1.0 This is a minor versioning release coordinated with [Reaction](https://github.com/reactioncommerce/reaction), our [Example Storefront](https://github.com/reactioncommerce/example-storefront) and [reaction-hydra](https://github.com/reactioncommerce/reaction-hydra). From e28b6102966661f7d5618f0b650ba4a766ea8baa Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Wed, 28 Aug 2019 11:56:40 -0700 Subject: [PATCH 2/2] update config with new versions Signed-off-by: Erik Kieckhafer --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.mk b/config.mk index 76eaf0f..c09f68d 100644 --- a/config.mk +++ b/config.mk @@ -27,9 +27,9 @@ endef # TAG is the git tag or branch to checkout # Projects will be started in this order define SUBPROJECT_REPOS -git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,v2.1.0 \ -git@github.com:/reactioncommerce/reaction.git,reaction,v2.1.0 \ -git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v2.1.0 +git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,v2.2.0 \ +git@github.com:/reactioncommerce/reaction.git,reaction,v2.2.0 \ +git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v2.2.0 endef # List of user defined networks that should be created.