musora-content-services 1.0.241 → 1.0.243

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,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.243](https://github.com/railroadmedia/musora-content-services/compare/v1.0.242...v1.0.243) (2024-12-18)
6
+
7
+ ### [1.0.242](https://github.com/railroadmedia/musora-content-services/compare/v1.0.241...v1.0.242) (2024-12-17)
8
+
5
9
  ### [1.0.241](https://github.com/railroadmedia/musora-content-services/compare/v1.0.240...v1.0.241) (2024-12-16)
6
10
 
7
11
  ### [1.0.240](https://github.com/railroadmedia/musora-content-services/compare/v1.0.239...v1.0.240) (2024-12-16)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musora-content-services",
3
- "version": "1.0.241",
3
+ "version": "1.0.243",
4
4
  "description": "A package for Musoras content services ",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -235,6 +235,20 @@ const commonMetadata ={
235
235
  value: 'completed',
236
236
  },
237
237
  ]
238
+ },
239
+ 'new-release': {
240
+ name: 'New Releases',
241
+ description: 'Here\'s a list of all lessons recently added to Drumeo. Browse on your own or use search to find whatever it is you\'d like to learn!',
242
+ allowableFilters: ['type'],
243
+ sortBy: '-published_on',
244
+ shortname: 'Lessons',
245
+ tabs: [
246
+ {
247
+ name: 'Lessons',
248
+ short_name: 'LESSONS',
249
+ value: '',
250
+ }
251
+ ]
238
252
  }
239
253
  }
240
254
  const contentMetadata = {