Skip to content

Commit

Permalink
Merge pull request #6275 from reactioncommerce/release-next-v3.9.0
Browse files Browse the repository at this point in the history
release v3.9.0
  • Loading branch information
kieckhafer authored Aug 11, 2020
2 parents 296802e + cc1ef5c commit 4f2c1c0
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 13 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v3.9.0

Reaction v3.9.0 adds minor features and performance enhancements, and contains no breaking changes since v3.8.0

## Chores

chore: update simple authorization plugin ([#6274](https://github.com/reactioncommerce/reaction/pull/6274))
chore: Update accounts package ([#6269](https://github.com/reactioncommerce/reaction/pull/6269))
chore: use yalc for package link and unlink ([#6266](https://github.com/reactioncommerce/reaction/pull/6266))
chore: updated api plugins ([#6265](https://github.com/reactioncommerce/reaction/pull/6265))
chore: fix package link script issues ([#6251](https://github.com/reactioncommerce/reaction/pull/6251))

## Contributors

Thanks to @loan-laux for contributing to this release! 🎉

# v3.8.0

Reaction v3.8.0 adds minor features and performance enhancements, and contains no breaking changes since v3.7.1
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ networks:

services:
api:
image: reactioncommerce/reaction:3.8.0
image: reactioncommerce/reaction:3.9.0
depends_on:
- mongo
env_file:
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reaction-api",
"version": "3.8.0",
"version": "3.9.0",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"main": "./src/index.js",
"type": "module",
Expand All @@ -24,7 +24,7 @@
"@reactioncommerce/api-plugin-accounts": "~1.4.4",
"@reactioncommerce/api-plugin-address-validation-test": "~1.0.0",
"@reactioncommerce/api-plugin-address-validation": "~1.3.1",
"@reactioncommerce/api-plugin-authentication": "~1.1.1",
"@reactioncommerce/api-plugin-authentication": "~1.2.0",
"@reactioncommerce/api-plugin-authorization-simple": "~1.3.0",
"@reactioncommerce/api-plugin-carts": "~1.2.1",
"@reactioncommerce/api-plugin-catalogs": "~1.0.2",
Expand Down

0 comments on commit 4f2c1c0

Please sign in to comment.