Skip to content

Commit

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


### Bug Fixes

* docker build fails on circle ci ([c8686cb](https://github.com/reactioncommerce/reaction-admin/commit/c8686cb23ea72086c5fbf58a6187283f47452e10))

# [3.0.0-beta.17](https://github.com/reactioncommerce/reaction-admin/compare/v3.0.0-beta.16...v3.0.0-beta.17) (2021-07-13)


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.17
image: reactioncommerce/admin:3.0.0-beta.18
env_file:
- ./.env
networks:
Expand Down
4 changes: 2 additions & 2 deletions 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.17",
"version": "3.0.0-beta.18",
"main": "main.js",
"release": {
"branches": [
Expand Down

0 comments on commit 79fee07

Please sign in to comment.