Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed Apr 9, 2024
2 parents adef98d + d80916b commit aab33c9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ instructions, because git commits are used to generate release notes:

<!-- scriv-insert-here -->

<a id='changelog-17.0.2'></a>
## v17.0.2 (2024-04-09)

- [Feature] Make it possible to use mounts for a local development. (by @cmltawt0)

- [bugFix] Change the ecommerce MFEs remotes from `edx` to `openedx`. (by @christopappas)

<a id='changelog-17.0.1'></a>
## v17.0.1 (2024-03-01)

Expand Down
1 change: 0 additions & 1 deletion changelog.d/20240220_181216_cmltawt0_mounts.md

This file was deleted.

2 changes: 1 addition & 1 deletion tutorecommerce/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "17.0.1"
__version__ = "17.0.2"
4 changes: 2 additions & 2 deletions tutorecommerce/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ def _add_ecommerce_mfe_apps(
apps.update(
{
"orders": {
"repository": "https://github.com/edx/frontend-app-ecommerce.git",
"repository": "https://github.com/openedx/frontend-app-ecommerce.git",
"port": 7296,
},
"payment": {
"repository": "https://github.com/edx/frontend-app-payment.git",
"repository": "https://github.com/openedx/frontend-app-payment.git",
"port": 1998,
},
}
Expand Down

0 comments on commit aab33c9

Please sign in to comment.