@apolitical/sdk 0.6.0-beta.1 → 0.6.0-beta.2

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ 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
+ ## [0.6.0] - 2022-03-09
9
+ ### Added
10
+ - List registrations
11
+
12
+ ## [0.5.1] - 2022-03-08
13
+ ### Updated
14
+ - @apolitical/auth version
15
+
8
16
  ## [0.5.0] - 2022-03-03
9
17
  ### Added
10
18
  - Update account functionality
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/sdk",
3
- "version": "0.6.0-beta.1",
3
+ "version": "0.6.0-beta.2",
4
4
  "description": "Browser library to interact with Apolitical's APIs",
5
5
  "author": "Apolitical Group Limited <engineering@apolitical.co>",
6
6
  "license": "MIT",
@@ -25,7 +25,7 @@
25
25
  "SDK"
26
26
  ],
27
27
  "dependencies": {
28
- "@apolitical/auth": "0.0.1",
28
+ "@apolitical/auth": "0.0.2",
29
29
  "@apolitical/content": "0.3.0",
30
30
  "@apolitical/error-reporting": "0.1.0",
31
31
  "axios": "0.26.0",
@@ -33,7 +33,7 @@
33
33
  "http-status-codes": "2.2.0"
34
34
  },
35
35
  "peerDependencies": {
36
- "@apolitical/auth": "0.0.1",
36
+ "@apolitical/auth": "0.0.2",
37
37
  "@apolitical/content": "0.3.0",
38
38
  "@apolitical/error-reporting": "0.1.0",
39
39
  "axios": "0.26.0",