Skip to content

Commit

Permalink
Merge pull request #183 from reactioncommerce/release-v.3.0.0-beta
Browse files Browse the repository at this point in the history
release v3.0.0-beta
  • Loading branch information
kieckhafer authored Jan 18, 2020
2 parents 6a7348c + 1e35849 commit 3944c57
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# v3.0.0-alpha
# v3.0.0-beta

This is the 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: add product page title ([#175](https://github.com/reactioncommerce/reaction-admin/pull/175))

### Chores

chore: move packages collection and fix most pages ([#166](https://github.com/reactioncommerce/reaction-admin/pull/166))

### Fixes

fix: use updateProductVariantPrices mutation to save variant price ([#172](https://github.com/reactioncommerce/reaction-admin/pull/172))
fix: Allow variant fields to be updated on page refresh ([#174](https://github.com/reactioncommerce/reaction-admin/pull/174))
fix: prop types errors ([#180](https://github.com/reactioncommerce/reaction-admin/pull/180))

### Refactors

refactor: use OAuth flows for login, reg, logout, change password ([#171](https://github.com/reactioncommerce/reaction-admin/pull/171))

# v3.0.0-alpha

### Features

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

0 comments on commit 3944c57

Please sign in to comment.