@apolitical/sdk 3.1.0 → 3.1.1
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 +4 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.1.1] - 2023-01-18
|
|
9
|
+
### Changed
|
|
10
|
+
- apolitical/content version to 0.7.0
|
|
11
|
+
|
|
8
12
|
## [3.1.0] - 2023-01-12
|
|
9
13
|
### Added
|
|
10
14
|
- Functionality to resend verification code (starts passwordless login)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apolitical/sdk",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "Browser library to interact with Apolitical's APIs",
|
|
5
5
|
"author": "Apolitical Group Limited <engineering@apolitical.co>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@apolitical/auth": "0.1.2",
|
|
29
|
-
"@apolitical/content": "0.
|
|
29
|
+
"@apolitical/content": "0.7.0",
|
|
30
30
|
"@apolitical/error-reporting": "0.2.2",
|
|
31
31
|
"@apolitical/gtm": "1.2.1",
|
|
32
32
|
"axios": "0.27.2",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@apolitical/auth": "0.1.2",
|
|
38
|
-
"@apolitical/content": "0.
|
|
38
|
+
"@apolitical/content": "0.7.0",
|
|
39
39
|
"@apolitical/error-reporting": "0.2.2",
|
|
40
40
|
"@apolitical/gtm": "1.2.1",
|
|
41
41
|
"axios": "0.27.2",
|