Skip to content

Commit

Permalink
chore(release): v4.0.0-beta.20 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 28, 2022
1 parent a2beec0 commit b4df9df
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.0.0-beta.20](https://github.com/reactioncommerce/reaction-admin/compare/v4.0.0-beta.19...v4.0.0-beta.20) (2022-04-28)


### Bug Fixes

* fix meteor version in Dockerfile ([28bc5e5](https://github.com/reactioncommerce/reaction-admin/commit/28bc5e578b769c6d794c9da7caae16dc4b9dca57))

# [4.0.0-beta.19](https://github.com/reactioncommerce/reaction-admin/compare/v4.0.0-beta.18...v4.0.0-beta.19) (2022-04-28)


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:4.0.0-beta.19
image: reactioncommerce/admin:4.0.0-beta.20
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": "Admin interface to manage Mailchimp Open Commerce Stores",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"main": "main.js",
"release": {
"branches": [
Expand Down

0 comments on commit b4df9df

Please sign in to comment.