Skip to content

Commit

Permalink
chore(release): v3.0.0-beta.24 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 25, 2021
1 parent deea754 commit 03ea47e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.0.0-beta.24](https://github.com/reactioncommerce/reaction-admin/compare/v3.0.0-beta.23...v3.0.0-beta.24) (2021-08-25)


### Features

* use account-js for authentication" ([3d0a845](https://github.com/reactioncommerce/reaction-admin/commit/3d0a845928a7c418dbd9f68ebef1d5099d559d32))


### BREAKING CHANGES

* removes hydra/identity for auth

Signed-off-by: Akarshit Wal <[email protected]>

# [3.0.0-beta.23](https://github.com/reactioncommerce/reaction-admin/compare/v3.0.0-beta.22...v3.0.0-beta.23) (2021-08-24)


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:
reaction-admin:
image: reactioncommerce/admin:3.0.0-beta.23
image: reactioncommerce/admin:3.0.0-beta.24
env_file:
- ./.env
networks:
Expand Down
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-admin",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"version": "3.0.0-beta.23",
"version": "3.0.0-beta.24",
"main": "main.js",
"release": {
"branches": [
Expand Down

0 comments on commit 03ea47e

Please sign in to comment.