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