@newskit-render/mock 0.38.0 → 0.41.0-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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.40.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/mock@0.38.0...@newskit-render/mock@0.40.0) (2022-05-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **PPDSR-655:** Manual bump ([#724](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/724)) ([8faca40](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/8faca4071f156b93552851c8eb5f27fd697437c9))
12
+ * **PPDSR-721:** Cypress-axe tests ([#697](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/697)) ([77aae87](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/77aae87b512a489882b47ec37f3faafd40421a1d))
13
+
14
+
15
+
16
+
17
+
18
+ # [0.38.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/mock@0.37.1...@newskit-render/mock@0.38.0) (2022-05-16)
19
+
20
+
21
+ ### Features
22
+
23
+ * **PPDSR-692:** related-article-page ([#678](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/678)) ([66da5ee](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/66da5ee5a7c01c2d653ba2f686afb18415410913))
24
+
25
+
26
+
27
+
28
+
6
29
  ## [0.37.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/mock@0.37.0...@newskit-render/mock@0.37.1) (2022-05-13)
7
30
 
8
31
  **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.38.0",
3
+ "version": "0.41.0-alpha.0",
4
4
  "description": "Simple rest api with mock data",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
@@ -9,7 +9,8 @@
9
9
  },
10
10
  "scripts": {
11
11
  "start": "json-server --watch src/index.js --port 4000",
12
- "clean": "rm -rf node_modules & rm -f package-lock.json & rm -f yarn.lock"
12
+ "clean": "rm -rf node_modules & rm -f package-lock.json & rm -f yarn.lock",
13
+ "prerelease": "npm version premajor --preid alpha"
13
14
  },
14
15
  "dependencies": {
15
16
  "json-server": "0.16.3"