@bbc/psammead-radio-schedule
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,3 @@ # Radio Schedule Changelog | ||
|---------|-------------| | ||
| 2.0.2 | [PR#3427](https://github.com/bbc/psammead/pull/3427) Updating tests with dependency bump | | ||
| 2.0.1 | [PR#3414](https://github.com/bbc/psammead/pull/3414) Talos - Bump Dependencies - @bbc/psammead-timestamp-container | | ||
@@ -8,0 +9,0 @@ | 2.0.0 | [PR#3377](https://github.com/bbc/psammead/pull/3377) Remove episodeTitle prop. In ProgramCard, generate episodeTitle with moment using startTime. | |
@@ -158,3 +158,3 @@ "use strict"; | ||
state: program.state | ||
}), renderSchedule(_objectSpread({}, props, { | ||
}), renderSchedule(_objectSpread(_objectSpread({}, props), {}, { | ||
dir: dir, | ||
@@ -161,0 +161,0 @@ program: program |
@@ -139,3 +139,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
state: program.state | ||
}), renderSchedule(_objectSpread({}, props, { | ||
}), renderSchedule(_objectSpread(_objectSpread({}, props), {}, { | ||
dir: dir, | ||
@@ -142,0 +142,0 @@ program: program |
{ | ||
"name": "@bbc/psammead-radio-schedule", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "esm/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
168397