@newskit-render/mock 0.41.0-alpha.0 → 0.42.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 +49 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,55 @@
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.42.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/mock@0.42.0-alpha.1...@newskit-render/mock@0.42.0) (2022-05-31)
7
+
8
+ **Note:** Version bump only for package @newskit-render/mock
9
+
10
+
11
+
12
+
13
+
14
+ # [0.42.0-alpha.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/mock@0.41.0-alpha.1...@newskit-render/mock@0.42.0-alpha.1) (2022-05-31)
15
+
16
+
17
+ ### Features
18
+
19
+ * **PPDSR-655:** update versions ([#740](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/740)) ([c4c01b0](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/c4c01b0b34088aa2477f8fb981778a1e39db6c77))
20
+
21
+
22
+
23
+
24
+
25
+ # [0.41.0-alpha.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/mock@0.41.0...@newskit-render/mock@0.41.0-alpha.1) (2022-05-30)
26
+
27
+
28
+ ### Features
29
+
30
+ * **PPDSR-655:** add push version bump ([#739](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/739)) ([175ff0c](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/175ff0c045962999a7d567f369d136a6794f81ef))
31
+
32
+
33
+
34
+
35
+
36
+ # [0.41.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/mock@0.41.0-alpha.0...@newskit-render/mock@0.41.0) (2022-05-30)
37
+
38
+ **Note:** Version bump only for package @newskit-render/mock
39
+
40
+
41
+
42
+
43
+
44
+ # [0.41.0-alpha.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/mock@0.40.0...@newskit-render/mock@0.41.0-alpha.0) (2022-05-27)
45
+
46
+
47
+ ### Features
48
+
49
+ * **PPDSR-665:** update alpha build ([#719](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/719)) ([6d58e3a](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/6d58e3a8998319fb2f17b49fd79983149b5adbe4))
50
+
51
+
52
+
53
+
54
+
6
55
  # [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
56
 
8
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/mock",
3
- "version": "0.41.0-alpha.0",
3
+ "version": "0.42.0",
4
4
  "description": "Simple rest api with mock data",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
@@ -9,8 +9,7 @@
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",
13
- "prerelease": "npm version premajor --preid alpha"
12
+ "clean": "rm -rf node_modules & rm -f package-lock.json & rm -f yarn.lock"
14
13
  },
15
14
  "dependencies": {
16
15
  "json-server": "0.16.3"