From afbe9857ef096b58cf912aa46a2923f2aee644b8 Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Fri, 31 Jan 2020 15:23:22 -0800 Subject: [PATCH] chore: update for beta.2 Signed-off-by: Erik Kieckhafer --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df207e7607..6ec71141f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# v3.0.0-beta.2 + +This is the second 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.* + +### Features + +feat: use new Catalyst data table in products view an#182d update orders view([](https://github.com/reactioncommerce/reaction-182admin/pull/)) +feat: point to /graphql instead of /graphql-beta([#190](https://github.com/reactioncommerce/reaction-admin/pull/190)) + +### Chores + +chore: reconfigure docker-compose networks ([#194](https://github.com/reactioncommerce/reaction-admin/pull/194)) + +### Fixes + +fix: show product not found in products table([#167](https://github.com/reactioncommerce/reaction-admin/pull/167)) + +### Refactors + +refactor: get `permissions` from groups, not user object([#187](https://github.com/reactioncommerce/reaction-admin/pull/187)) + +### Docs + +docs: update links to use trunk branch of docs([#189](https://github.com/reactioncommerce/reaction-admin/pull/189)) + # v3.0.0-beta This is the beta release of the Reaction Admin project that is designed to work with our new Reaction API. diff --git a/package.json b/package.json index 4462278b15..c6c2d4e478 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reaction", "description": "Reaction is a modern reactive, real-time event driven ecommerce platform.", - "version": "3.0.0-beta", + "version": "3.0.0-beta.2", "main": "main.js", "directories": { "test": "tests"