Skip to content

Commit

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


### Bug Fixes

* upgrade @accounts/graphql-client from 0.31.1 to 0.33.0 ([2fa4d53](https://github.com/reactioncommerce/reaction-admin/commit/2fa4d532b39dee9089358c39df037c927813b464))
* upgrade @material-ui/core from 4.11.4 to 4.12.3 ([d93aade](https://github.com/reactioncommerce/reaction-admin/commit/d93aade28f6165530bfc1ed76d25effaec1a620b))
* upgrade autoprefixer from 9.8.6 to 9.8.8 ([827b539](https://github.com/reactioncommerce/reaction-admin/commit/827b5393c58d1efca05a64560bd0ae698d34445e))
* upgrade csv-parse from 4.16.0 to 4.16.3 ([0a6bb89](https://github.com/reactioncommerce/reaction-admin/commit/0a6bb89f7a61093503621d69895f2a0f30eef536))
* upgrade i18next-browser-languagedetector from 3.0.3 to 3.1.1 ([e465c55](https://github.com/reactioncommerce/reaction-admin/commit/e465c553e72f1c9c3046dbd574947fd87916b410))

# [4.0.0-beta.13](https://github.com/reactioncommerce/reaction-admin/compare/v4.0.0-beta.12...v4.0.0-beta.13) (2021-11-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:4.0.0-beta.13
image: reactioncommerce/admin:4.0.0-beta.14
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.13",
"version": "4.0.0-beta.14",
"main": "main.js",
"release": {
"branches": [
Expand Down

0 comments on commit f1720b8

Please sign in to comment.