File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ SUPERSET_OAUTH2_CLIENT_SECRET: StkPwE5GzPuyH4Rp
92
92
SUPERSET_ROW_LEVEL_SECURITY_XAPI_GROUP_KEY : xapi_course_id
93
93
SUPERSET_SECRET_KEY : WlgA6QSQKCUNGD9PAaji0JHY
94
94
SUPERSET_XAPI_DASHBOARD_SLUG : openedx-xapi
95
- ASPECTS_VERSION : 2.1 .0
95
+ ASPECTS_VERSION : 2.2 .0
96
96
DOCKER_IMAGE_OPENEDX : edunext/openedx-aspects:{{ASPECTS_VERSION}}
97
97
DOCKER_IMAGE_OPENEDX_DEV : edunext/openedx-aspects-dev:{{ASPECTS_VERSION}}
98
98
ASPECTS_ENABLE_EVENT_BUS_CONSUMER : true
Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v2.2.0 - 2025-04-24
9
+
10
+ ### [ 2.2.0] ( https://github.com/openedx/tutor-contrib-aspects/compare/v2.1.0...v2.2.0 ) (2025-04-24)
11
+
12
+ #### Features
13
+
14
+ * add mfe plugin config for authoring metrics ([ e22b34a] ( https://github.com/openedx/tutor-contrib-aspects/commit/e22b34ad0e7060af0c1d662f5009ba848318fc00 ) )
15
+ * in-context analytics dashboards ([ d95e6ab] ( https://github.com/openedx/tutor-contrib-aspects/commit/d95e6abcb9718bc5889e13fadaa31452317b84d9 ) )
16
+ * In-Context metrics dashboard ([ f95c351] ( https://github.com/openedx/tutor-contrib-aspects/commit/f95c351fde35d85f6de3cc5a046f90b68bcba01f ) )
17
+ * remove padding in embedded dashboards ([ bd48763] ( https://github.com/openedx/tutor-contrib-aspects/commit/bd487639d14b153b1d44b0e7852b1433d82d509e ) )
18
+
8
19
## v2.1.0 - 2025-04-09
9
20
10
21
### [ 2.1.0] ( https://github.com/openedx/tutor-contrib-aspects/compare/v2.0.0...v2.1.0 ) (2025-04-09)
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.1 .0
2
+ current_version = 2.2 .0
3
3
commit = False
4
4
tag = False
Original file line number Diff line number Diff line change 2
2
Expose some package metadata.
3
3
"""
4
4
5
- __version__ = "2.1 .0"
5
+ __version__ = "2.2 .0"
You can’t perform that action at this time.
0 commit comments