Skip to content

Commit a0df1d4

Browse files
authored
v21.2.0 (#233)
1 parent 0f0ddd7 commit a0df1d4

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ instructions, because git commits are used to generate release notes:
1919

2020
<!-- scriv-insert-here -->
2121

22+
<a id='changelog-21.2.0'></a>
23+
## v21.2.0 (2026-07-07)
24+
25+
- 💥[Feature] Add theme toggle to the Authoring MFE (by @arbirali)
26+
- [Bugfix] Apply primary color to activation email (by @Faraz32123)
27+
2228
<a id='changelog-21.1.3'></a>
2329
## v21.1.3 (2026-05-14)
2430

tutorindigo/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "21.1.3"
1+
__version__ = "21.2.0"

tutorindigo/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def _override_openedx_docker_image(
123123
(
124124
f"mfe-dockerfile-post-npm-install-{mfe}",
125125
"""
126-
RUN npm install '@edx/brand@github:@edly-io/brand-openedx#indigo-2.5.3'
126+
RUN npm install '@edx/brand@github:@edly-io/brand-openedx#indigo-2.6.0'
127127
""", # noqa: E501
128128
),
129129
]
@@ -132,7 +132,7 @@ def _override_openedx_docker_image(
132132
hooks.Filters.ENV_PATCHES.add_item(
133133
(
134134
"mfe-dockerfile-post-npm-install-authn",
135-
"RUN npm install '@edx/brand@github:@edly-io/brand-openedx#indigo-2.5.3'",
135+
"RUN npm install '@edx/brand@github:@edly-io/brand-openedx#indigo-2.6.0'",
136136
)
137137
)
138138

0 commit comments

Comments
 (0)