musora-content-services 1.4.13 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.5.0](https://github.com/railroadmedia/musora-content-services/compare/v1.4.13...v1.5.0) (2025-06-03)
6
+
7
+
8
+ ### Features
9
+
10
+ * **BEH-459:** allow dark/light logos for courses ([#265](https://github.com/railroadmedia/musora-content-services/issues/265)) ([bfe95af](https://github.com/railroadmedia/musora-content-services/commit/bfe95af8c0e62d7927085fa25c9039dea98ae7e0))
11
+
5
12
  ### [1.4.13](https://github.com/railroadmedia/musora-content-services/compare/v1.4.12...v1.4.13) (2025-05-27)
6
13
 
7
14
  ### [1.4.12](https://github.com/railroadmedia/musora-content-services/compare/v1.4.11...v1.4.12) (2025-05-15)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musora-content-services",
3
- "version": "1.4.13",
3
+ "version": "1.5.0",
4
4
  "description": "A package for Musoras content services ",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
File without changes
@@ -1225,7 +1225,10 @@ export async function fetchLessonContent(railContentId) {
1225
1225
  "id":railcontent_id,
1226
1226
  slug, artist->,
1227
1227
  "thumbnail_url":thumbnail.asset->url,
1228
- "url": web_url_path,
1228
+ "url": web_url_path,
1229
+ "logo_image_url": logo_image_url.asset->url,
1230
+ "dark_logo": dark_mode_logo_url.asset->url,
1231
+ "light_logo": light_mode_logo_url.asset->url,
1229
1232
  soundslice_slug,
1230
1233
  "description": description[0].children[0].text,
1231
1234
  "chapters": chapter[]{