diff --git a/CHANGELOG.md b/CHANGELOG.md index 6914c163ff..a4545630eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ +# v3.0.0-beta.10 + +This is the 10th beta release of the Reaction Admin project that is designed to work with our new Reaction API. + +### Features + +- feat: Add global shop selector for multi-shop usage ([#297](https://github.com/reactioncommerce/reaction-admin/pull/297)) + +### Chores + +- chore: update to Meteor 1.11.1 ([#323](https://github.com/reactioncommerce/reaction-admin/pull/323)) +- chore: remove dead code ([#317](https://github.com/reactioncommerce/reaction-admin/pull/317)) + +## Contributors + +Thanks to @loan-laux for contributing to this release! 🎉 + # v3.0.0-beta.9 +This is the ninth beta release of the Reaction Admin project that is designed to work with our new Reaction API. + ### Features - feat: Enable mock TLS termination on calls to Hydra ([#302](https://github.com/reactioncommerce/reaction-admin/pull/302)) @@ -15,6 +34,8 @@ Thanks to @manizuca and @mikoscz for contributing to this release! 🎉 # v3.0.0-beta.8 +This is the eighth beta release of the Reaction Admin project that is designed to work with our new Reaction API. + ### Features - feat: Added GraphQL-powered accounts page ([#276](https://github.com/reactioncommerce/reaction-admin/pull/276)) diff --git a/docker-compose.yml b/docker-compose.yml index ea44c7c201..a2922115ac 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ networks: services: reaction-admin: - image: reactioncommerce/admin:3.0.0-beta.9 + image: reactioncommerce/admin:3.0.0-beta.10 env_file: - ./.env networks: diff --git a/package-lock.json b/package-lock.json index 3d9d2b0837..d10182ca06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "reaction-admin", - "version": "3.0.0-beta.9", + "version": "3.0.0-beta.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b96780d84d..ca748c89a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reaction-admin", "description": "Reaction is a modern reactive, real-time event driven ecommerce platform.", - "version": "3.0.0-beta.9", + "version": "3.0.0-beta.10", "main": "main.js", "directories": { "test": "tests"