Skip to content

Commit

Permalink
Merge pull request #87 from reactioncommerce/chore-release-3.0.0-alpha.2
Browse files Browse the repository at this point in the history
chore: release v3.0.0-alpha.2
  • Loading branch information
rosshadden authored Dec 23, 2019
2 parents f7ca0e9 + a773726 commit 62e3e7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
4 changes: 2 additions & 2 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ endef
# TAG is the git tag or branch to checkout
# Projects will be started in this order
define SUBPROJECT_REPOS
[email protected]:/reactioncommerce/example-storefront.git,example-storefront,v3.0.0-alpha \
[email protected]:/reactioncommerce/example-storefront.git,example-storefront,v3.0.0-alpha.2 \
[email protected]:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-alpha \
[email protected]:/reactioncommerce/reaction-hydra.git,reaction-hydra,v3.0.0-alpha \
[email protected]:/reactioncommerce/reaction-identity.git,reaction-identity,v3.0.0-alpha \
[email protected]:/reactioncommerce/reaction.git,reaction,v3.0.0-alpha
[email protected]:/reactioncommerce/reaction.git,reaction,v3.0.0-alpha.2
endef

# List of user defined networks that should be created.
Expand Down

0 comments on commit 62e3e7c

Please sign in to comment.