Skip to content

Commit

Permalink
Merge pull request #96 from reactioncommerce/release-v3.0.0-beta
Browse files Browse the repository at this point in the history
release v3.0.0-beta
  • Loading branch information
kieckhafer authored Jan 18, 2020
2 parents 1f1a2e0 + b499e98 commit 0848755
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v3.0.0-beta

This beta release bumps the following projects to their beta releases:

- [reaction](https://github.com/reactioncommerce/reaction/tree/v3.0.0-beta)
- [example-storefront](https://github.com/reactioncommerce/example-storefront/tree/v3.0.0-beta)
- [reaction-admin](https://github.com/reactioncommerce/reaction-admin/tree/v3.0.0-beta)
- [reaction-identity](https://github.com/reactioncommerce/reaction-identity/tree/v3.0.0-beta)
- [reaction-hydra](https://github.com/reactioncommerce/reaction-hydra/tree/v3.0.0-beta)

# v3.0.0-alpha.3

This alpha release bumps the following projects to their latest alpha releases:
Expand Down
10 changes: 5 additions & 5 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.3 \
[email protected]:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-alpha \
[email protected]:/reactioncommerce/reaction-hydra.git,reaction-hydra,v3.0.0-alpha.2 \
[email protected]:/reactioncommerce/reaction-identity.git,reaction-identity,v3.0.0-alpha.2 \
[email protected]:/reactioncommerce/reaction.git,reaction,v3.0.0-alpha.3
[email protected]:/reactioncommerce/example-storefront.git,example-storefront,v3.0.0-beta \
[email protected]:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta \
[email protected]:/reactioncommerce/reaction-hydra.git,reaction-hydra,v3.0.0-beta \
[email protected]:/reactioncommerce/reaction-identity.git,reaction-identity,v3.0.0-beta \
[email protected]:/reactioncommerce/reaction.git,reaction,v3.0.0-beta
endef

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

0 comments on commit 0848755

Please sign in to comment.