@newskit-render/auth 0.19.1 → 0.22.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,50 @@
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.22.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/auth@0.21.1...@newskit-render/auth@0.22.0) (2021-11-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **PPDSR-0:** fix broken dependecy ([#521](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/521)) ([2690dd3](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/2690dd3bc6cf61a88740a0ff935adf461be02416))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.21.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/auth@0.21.0...@newskit-render/auth@0.21.1) (2021-11-15)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **PPDSR-541:** change packages to get published ([#506](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/506)) ([4de773b](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/4de773b8e22663a2822f64255f347c32384532c0))
23
+
24
+
25
+
26
+
27
+
28
+ # [0.21.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/auth@0.20.0...@newskit-render/auth@0.21.0) (2021-11-10)
29
+
30
+
31
+ ### Features
32
+
33
+ * **PPDSR-496:** add next link wrapper component ([#500](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/500)) ([a8ca436](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/a8ca436f6f8061d58e857eb83d7d3ee9cfb449a6))
34
+
35
+
36
+
37
+
38
+
39
+ # [0.20.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/auth@0.19.1...@newskit-render/auth@0.20.0) (2021-11-10)
40
+
41
+
42
+ ### Features
43
+
44
+ * **PPDSR-500:** Up next version and switch to es2015 ([#496](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/496)) ([1e41435](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/1e414351247e4c069a829a0a2210a8e6da0e0287))
45
+
46
+
47
+
48
+
49
+
6
50
  ## [0.19.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/auth@0.19.0...@newskit-render/auth@0.19.1) (2021-11-08)
7
51
 
8
52
  **Note:** Version bump only for package @newskit-render/auth
package/README.md CHANGED
@@ -149,5 +149,3 @@ For the full page example see [preview page](https://github.com/newscorp-ghfb/nc
149
149
  To see Preview pages uses the following pattern:
150
150
 
151
151
  `{site-domain}/preview/{article-id}/version/{version-id}`
152
-
153
- .
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/auth",
3
- "version": "0.19.1",
3
+ "version": "0.22.0",
4
4
  "description": "Newskit Render",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",