@newskit-render/mock 0.47.0 → 0.47.1-alpha.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 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.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
+
8
+ **Note:** Version bump only for package @newskit-render/mock
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.46.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/mock@0.46.1-alpha.0...@newskit-render/mock@0.46.1) (2022-08-24)
7
15
 
8
16
  **Note:** Version bump only for package @newskit-render/mock
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/mock",
3
- "version": "0.47.0",
3
+ "version": "0.47.1-alpha.0",
4
4
  "description": "Simple rest api with mock data",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
@@ -0,0 +1,18 @@
1
+ {
2
+ "gitConfigPath": "../../.git/config",
3
+ "releaseDetails": {
4
+ "emailAddress": "newskit-render@news.co.uk",
5
+ "title": "NewsKit Render - Mock Service",
6
+ "platform": "Web",
7
+ "osType": "AWS",
8
+ "partner": "Internal (NewsUK Teams)",
9
+ "priority": "P2 - Very Important release required (3-4 days)",
10
+ "businessJustification": "This release is to deliver performance improvements, feature enhancements and bug fixes for NewsKit Render",
11
+ "testingMethod": "Both",
12
+ "testingToolsUsed": "Jest",
13
+ "releaseDurationMinutes": 15,
14
+ "appIds": ["NUK482"],
15
+ "environment": "Production"
16
+ },
17
+ "localChangelogPath": "./CHANGELOG.md"
18
+ }