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

release v3.0.0 #27

Merged
merged 1 commit into from
Feb 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 25 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,48 @@
# v3.0.0-beta.2
# v3.0.0

This is the second 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.*
This is the v3.0.0 release of `reaction-identity`, designed to work with v3.0.0 of the Reaction API.

## Features

- feat: add non-English translations [#13](https://github.com/reactioncommerce/reaction-identity/pull/13)
- feat: add remaining identity provider flows [#12](https://github.com/reactioncommerce/reaction-identity/pull/12)
- feat: update to Meteor 1.9 [21](https://github.com/reactioncommerce/reaction-identity/pull/21)

## Fixes

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

## Refactors

- refactor: remove hook which makes initial user "owner" [22](https://github.com/reactioncommerce/reaction-identity/pull/22)

## Chores

- chore: fixed links, text, and commands in readme [#9](https://github.com/reactioncommerce/reaction-identity/pull/9)
- chore: add DCO and contributing info to readme [#7](https://github.com/reactioncommerce/reaction-identity/pull/7)
- chore: Use published image for docker-compose [#4](https://github.com/reactioncommerce/reaction-identity/pull/4)
- chore: reconfigure docker-compose networks [23](https://github.com/reactioncommerce/reaction-identity/pull/23)

## Docs

- docs: update links to use trunk branch of docs [19](https://github.com/reactioncommerce/reaction-identity/pull/19)

# 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
## Notes

## Features
*These changes were originally tested and released in our alpha and beta releases*

- feat: add non-English translations [#13](https://github.com/reactioncommerce/reaction-identity/pull/13)
- feat: add remaining identity provider flows [#12](https://github.com/reactioncommerce/reaction-identity/pull/12)
- [v3.0.0-beta.2](https://github.com/reactioncommerce/reaction-identity/releases/tag/v3.0.0-beta.2)
- [v3.0.0-beta](https://github.com/reactioncommerce/reaction-identity/releases/tag/v3.0.0-beta)
- [v3.0.0-alpha.2](https://github.com/reactioncommerce/reaction-identity/releases/tag/v3.0.0-alpha.2)
- [v3.0.0-alpha](https://github.com/reactioncommerce/reaction-identity/releases/tag/v3.0.0-alpha)

## Chores
*The following Reaction projects are being released one time in coordination as v3.0.0*

- chore: fixed links, text, and commands in readme [#9](https://github.com/reactioncommerce/reaction-identity/pull/9)
- chore: add DCO and contributing info to readme [#7](https://github.com/reactioncommerce/reaction-identity/pull/7)

# v3.0.0-alpha

## Features

- Start project: add CI config, Dockerfiles, License

## Chores
- [Reaction API](https://github.com/reactioncommerce/reaction)
- [Reaction Hydra](https://github.com/reactioncommerce/reaction-hydra)
- [Reaction Identity](https://github.com/reactioncommerce/reaction-identity)
- [Reaction Admin (beta)](https://github.com/reactioncommerce/reaction-admin)
- [Example Storefront](https://github.com/reactioncommerce/example-storefront)
- [Reaction Development Platform](https://github.com/reactioncommerce/reaction-development-platform)

- Use published image for docker-compose [#4](https://github.com/reactioncommerce/reaction-identity/pull/4)
*After this release, 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.*
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-beta.2",
"version": "3.0.0",
"homepage": "https://github.com/reactioncommerce/reaction-identity",
"url": "https://github.com/reactioncommerce/reaction-identity",
"repository": {
Expand Down