mod-build 4.0.14 → 4.0.15
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/package.json +1 -1
- package/src/data/seasons.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 4.0.15
|
|
2
|
+
|
|
3
|
+
- Updated the `firstDate` for the Warmer Weather season (needs to match the flags set in the seasonal-updates repository trigger)
|
|
4
|
+
|
|
1
5
|
## 4.0.14
|
|
2
6
|
|
|
3
7
|
- Adding a call to grab the default content for Best Company Top Recommended pages so there isn't a delay on the initial page
|
package/package.json
CHANGED