@apolitical/sdk 0.11.0 → 0.11.1-rc.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 +10 -6
  2. 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
+ ## [0.11.1] - 2022-10-04
9
+ ### Updated
10
+ - apolitical-content version
11
+
8
12
  ## [0.11.0] - 2022-09-02
9
13
  ### Updated
10
14
  - Internal dependencies (Apolitical modules)
@@ -48,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
52
  ## [0.8.3] - 2022-04-07
49
53
  ### Added
50
54
  - Create user lesson
51
- - List user lesson
55
+ - List user lesson
52
56
 
53
57
  ## [0.8.2] - 2022-04-07
54
58
  ### Added
@@ -60,26 +64,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
60
64
  - Update user course
61
65
 
62
66
  ## [0.8.0] - 2022-03-24
63
- ### Changed
67
+ ### Changed
64
68
  - Use `me` rather than passing in a `userSlug` as params when creating a user course
65
69
  ### Added
66
70
  - List user course
67
71
 
68
72
  ## [0.7.1] - 2022-03-22
69
- ### Fixed
73
+ ### Fixed
70
74
  - Updated version in package.json
71
75
 
72
76
  ## [0.7.0] - 2022-03-22
73
- ### Added
77
+ ### Added
74
78
  - Create user course
75
79
  - Update user property
76
80
 
77
81
  ## [0.6.0] - 2022-03-09
78
- ### Added
82
+ ### Added
79
83
  - List registrations
80
84
 
81
85
  ## [0.5.1] - 2022-03-08
82
- ### Updated
86
+ ### Updated
83
87
  - @apolitical/auth version
84
88
 
85
89
  ## [0.5.0] - 2022-03-03
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/sdk",
3
- "version": "0.11.0",
3
+ "version": "0.11.1-rc.0",
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.5.0",
29
+ "@apolitical/content": "0.6.0-rc.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.5.0",
38
+ "@apolitical/content": "0.6.0-rc.0",
39
39
  "@apolitical/error-reporting": "0.2.2",
40
40
  "@apolitical/gtm": "1.2.1",
41
41
  "axios": "0.27.2",