Skip to content

Commit

Permalink
Merge pull request #104 from reactioncommerce/release-v3.0.0-beta.4
Browse files Browse the repository at this point in the history
release v3.0.0-beta.4: update all projects for their beta releases
  • Loading branch information
kieckhafer authored Feb 4, 2020
2 parents bbad58d + 85669ac commit 17afdfe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v3.0.0-beta.4

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

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

This release also includes the following PR's:

## Features

- feat: add command to start projects in development mode [#99](https://github.com/reactioncommerce/reaction-development-platform/pull/99)
- feat: consolidate to one external network [#101](https://github.com/reactioncommerce/reaction-development-platform/pull/101)

# v3.0.0-beta.3

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

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

0 comments on commit 17afdfe

Please sign in to comment.