diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b6751..2605f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ +# v3.0.0-alpha.2 + +This alpha release bumps the versions of +[reaction](https://github.com/reactioncommerce/reaction/tree/v3.0.0-alpha.2) +and [example-storefront](https://github.com/reactioncommerce/example-storefront/tree/v3.0.0-alpha.2) +to their latest alpha releases. + # v3.0.0-alpha This is a major update to keep this project in sync with -[reaction v3.0.0-alpha](https://github.com/reactioncommerce/reaction), -[example-storefront v3.0.0-alpha](https://github.com/reactioncommerce/example-storefront), -and [reaction-platform v3.0.0-alpha](https://github.com/reactioncommerce/reaction-platform). +[reaction v3.0.0-alpha](https://github.com/reactioncommerce/reaction/tree/v3.0.0-alpha) +and [example-storefront v3.0.0-alpha](https://github.com/reactioncommerce/example-storefront/tree/v3.0.0-alpha). # v2.9.0 This is minor version update 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). diff --git a/config.mk b/config.mk index bfc81e5..74fcfa8 100644 --- a/config.mk +++ b/config.mk @@ -27,11 +27,11 @@ endef # TAG is the git tag or branch to checkout # Projects will be started in this order define SUBPROJECT_REPOS -git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v3.0.0-alpha \ +git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v3.0.0-alpha.2 \ git@github.com:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-alpha \ git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,v3.0.0-alpha \ git@github.com:/reactioncommerce/reaction-identity.git,reaction-identity,v3.0.0-alpha \ -git@github.com:/reactioncommerce/reaction.git,reaction,v3.0.0-alpha +git@github.com:/reactioncommerce/reaction.git,reaction,v3.0.0-alpha.2 endef # List of user defined networks that should be created.