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