diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aba4c0..05143dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v3.0.0-beta.2 + +This beta release bumps the following projects to their latest beta releases: + +- [reaction](https://github.com/reactioncommerce/reaction/tree/v3.0.0-beta.2) + # v3.0.0-beta This beta release bumps the following projects to their beta releases: diff --git a/config.mk b/config.mk index 0cd4ca7..b21b806 100644 --- a/config.mk +++ b/config.mk @@ -30,7 +30,7 @@ define SUBPROJECT_REPOS git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,v3.0.0-beta \ git@github.com:/reactioncommerce/reaction-identity.git,reaction-identity,v3.0.0-beta \ git@github.com:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta \ -git@github.com:/reactioncommerce/reaction.git,reaction,v3.0.0-beta \ +git@github.com:/reactioncommerce/reaction.git,reaction,v3.0.0-beta.2 \ git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v3.0.0-beta endef