Skip to content

Commit

Permalink
Merge pull request #209 from reactioncommerce/release-3.0.0-beta.4
Browse files Browse the repository at this point in the history
release v3.0.0-beta.4
  • Loading branch information
kieckhafer authored Feb 6, 2020
2 parents 59af306 + 15b64be commit a218db8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v3.0.0-beta.4

This is the fourth beta release of the Reaction Admin project that is designed to work with our new Reaction API.

*Reaction releases will no longer be coordinated across all projects - we'll release each project, independently, as needed. This means version numbers will no longer be in sync. The newest versions of each project will work together. This change has two exceptions: we will release all projects in coordination for a `beta` release, and all projects in coordination for the official `v3.0.0` release.*

### Fixes

- fix: wait for Hydra before trying to create client [208](https://github.com/reactioncommerce/reaction-admin/pull/208)
- fix: wait for mongo replica set [205](https://github.com/reactioncommerce/reaction-admin/pull/205)
- fix: startup delay to make sure api is running [204](https://github.com/reactioncommerce/reaction-admin/pull/204)

# v3.0.0-beta.3

This is the third beta release of the Reaction Admin project that is designed to work with our new Reaction API.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reaction-admin",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"main": "main.js",
"directories": {
"test": "tests"
Expand Down

0 comments on commit a218db8

Please sign in to comment.