Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from reactioncommerce/release-v3.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 ca05631 + 3b4c934 commit 5cd5140
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v3.0.0-beta

This is the beta release of the Reaction Identity 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.*

## Fix

- fix: add missing onCreateUser [#9](https://github.com/reactioncommerce/reaction-identity/pull/14)

# v3.0.0-alpha.2

## 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-identity",
"description": "A server providing identity services for Reaction Commerce using Meteor's Accounts packages",
"version": "3.0.0-alpha.2",
"version": "3.0.0-beta",
"homepage": "https://github.com/reactioncommerce/reaction-identity",
"url": "https://github.com/reactioncommerce/reaction-identity",
"repository": {
Expand Down

0 comments on commit 5cd5140

Please sign in to comment.