@newskit-render/mock 0.47.1 → 0.48.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 +8 -0
- package/package.json +1 -1
- package/src/articles/index.js +8 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.47.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/mock@0.47.1-alpha.1...@newskit-render/mock@0.47.1) (2022-09-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @newskit-render/mock
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [0.47.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/mock@0.47.0-alpha.0...@newskit-render/mock@0.47.0) (2022-09-01)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @newskit-render/mock
|
package/package.json
CHANGED
package/src/articles/index.js
CHANGED
|
@@ -242,7 +242,7 @@ const { crop, video } = require("./media");
|
|
|
242
242
|
{
|
|
243
243
|
id: "17842504",
|
|
244
244
|
url: "https://www.thesun.co.uk/tech/17842504/dry-iphone-rice-myth-wet-waterproof-how/",
|
|
245
|
-
label:
|
|
245
|
+
label: "test label",
|
|
246
246
|
slug: "dry-iphone-rice-myth-wet-waterproof-how",
|
|
247
247
|
categories: null,
|
|
248
248
|
publisher: "SUN_UK",
|
|
@@ -251,7 +251,13 @@ const { crop, video } = require("./media");
|
|
|
251
251
|
flags: [
|
|
252
252
|
""
|
|
253
253
|
],
|
|
254
|
-
topics: [
|
|
254
|
+
topics: [
|
|
255
|
+
{
|
|
256
|
+
name: 'tech',
|
|
257
|
+
slug: 'tech',
|
|
258
|
+
link: 'https://www.thesun.co.uk/tech/'
|
|
259
|
+
}
|
|
260
|
+
],
|
|
255
261
|
template: "theme-tech",
|
|
256
262
|
bylines: [
|
|
257
263
|
{
|