From 4eac3beab82a5648bd77f5c076d044d30f4621bc Mon Sep 17 00:00:00 2001 From: Mike Murray Date: Fri, 4 Dec 2020 14:21:48 -0800 Subject: [PATCH 1/2] release v3.0.0-beta.11 Signed-off-by: Mike Murray --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ docker-compose.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4545630eb..147d42dd66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# v3.0.0-beta.11 + +This is the 11th beta release of the Reaction Admin project that is designed to work with our new Reaction API. + +## Feature + +- feat: Add NPR currency definition ([#332](https://github.com/reactioncommerce/reaction-admin/pull/332)) +- feat: Allow the Invitations table to show invitations for all shops ([#331](https://github.com/reactioncommerce/reaction-admin/pull/331)) +- feat: Add shouldShowSidebarLink to registerOperatorRoute ([#329](https://github.com/reactioncommerce/reaction-admin/pull/329)) + +## Fixes + +- fix: Correct "processing changes" translation name ([#333](https://github.com/reactioncommerce/reaction-admin/pull/333)) +- fix: import missing function ([#315](https://github.com/reactioncommerce/reaction-admin/pull/315)) +- fix: make compareAtPrice optional in form schema ([#322](https://github.com/reactioncommerce/reaction-admin/pull/322)) +- fix: hide sidebar on new-shop page ([#327](https://github.com/reactioncommerce/reaction-admin/pull/327)) +- fix: shop selector blank on page load ([#328](https://github.com/reactioncommerce/reaction-admin/pull/328)) + +## Chores + +- chore: don't use querystring arg for shop type ([#326](https://github.com/reactioncommerce/reaction-admin/pull/326)) + +## Contributors + +Thanks to @Manizuca, @dineshdb, @loan-laux and @CristianCucunuba for contributing to this release! 🎉 + # 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. diff --git a/docker-compose.yml b/docker-compose.yml index a2922115ac..24737ad335 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ networks: services: reaction-admin: - image: reactioncommerce/admin:3.0.0-beta.10 + image: reactioncommerce/admin:3.0.0-beta.11 env_file: - ./.env networks: diff --git a/package-lock.json b/package-lock.json index d10182ca06..893405aeec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "reaction-admin", - "version": "3.0.0-beta.10", + "version": "3.0.0-beta.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ca748c89a5..c1667ce947 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.10", + "version": "3.0.0-beta.11", "main": "main.js", "directories": { "test": "tests" From c59958a6fa66c72de7251624707fb92cdd1d1611 Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Tue, 15 Dec 2020 11:46:17 -0700 Subject: [PATCH 2/2] style: update headline Signed-off-by: Erik Kieckhafer --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 147d42dd66..31a4428500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This is the 11th beta release of the Reaction Admin project that is designed to work with our new Reaction API. -## Feature +## Features - feat: Add NPR currency definition ([#332](https://github.com/reactioncommerce/reaction-admin/pull/332)) - feat: Allow the Invitations table to show invitations for all shops ([#331](https://github.com/reactioncommerce/reaction-admin/pull/331))