musora-content-services 1.0.246 → 1.0.247
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 +4 -0
- package/link_mcs.sh +0 -0
- package/package.json +1 -1
- package/src/contentMetaData.js +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
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.0.247](https://github.com/railroadmedia/musora-content-services/compare/v1.0.245...v1.0.247) (2024-12-18)
|
|
6
|
+
|
|
7
|
+
### [1.0.246](https://github.com/railroadmedia/musora-content-services/compare/v1.0.244...v1.0.246) (2024-12-18)
|
|
8
|
+
|
|
5
9
|
### [1.0.246](https://github.com/railroadmedia/musora-content-services/compare/v1.0.245...v1.0.246) (2024-12-18)
|
|
6
10
|
|
|
7
11
|
### [1.0.245](https://github.com/railroadmedia/musora-content-services/compare/v1.0.244...v1.0.245) (2024-12-18)
|
package/link_mcs.sh
CHANGED
|
File without changes
|
package/package.json
CHANGED
package/src/contentMetaData.js
CHANGED
|
@@ -294,7 +294,7 @@ const contentMetadata = {
|
|
|
294
294
|
icon: 'icon-drums',
|
|
295
295
|
description: "The 40 drum rudiments are essential for any drummer, no matter the style, genre, or scenario. You can use the videos below to help you learn, practice, and perfect every single one.",
|
|
296
296
|
allowableFilters: ['difficulty', 'genre', 'gear', 'topic'],
|
|
297
|
-
tabs: [
|
|
297
|
+
tabs: [
|
|
298
298
|
{
|
|
299
299
|
name: 'All',
|
|
300
300
|
short_name: 'ALL',
|
|
@@ -304,25 +304,25 @@ const contentMetadata = {
|
|
|
304
304
|
name: 'Drags',
|
|
305
305
|
short_name: 'DRAGS',
|
|
306
306
|
is_required_field: true,
|
|
307
|
-
value: 'topic,
|
|
307
|
+
value: 'topic,Drags',
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
310
|
name: 'Flams',
|
|
311
311
|
short_name: 'FLAMS',
|
|
312
312
|
is_required_field: true,
|
|
313
|
-
value: 'topic,
|
|
313
|
+
value: 'topic,Flams',
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
316
|
name: 'Paradiddles',
|
|
317
317
|
short_name: 'PARADIDDLES',
|
|
318
318
|
is_required_field: true,
|
|
319
|
-
value: 'topic,
|
|
319
|
+
value: 'topic,Paradiddles',
|
|
320
320
|
},
|
|
321
321
|
{
|
|
322
322
|
name: 'Rolls',
|
|
323
323
|
short_name: 'ROLLS',
|
|
324
324
|
is_required_field: true,
|
|
325
|
-
value: 'topic,
|
|
325
|
+
value: 'topic,Rolls',
|
|
326
326
|
},
|
|
327
327
|
],
|
|
328
328
|
sortBy: 'sort',
|