@osdk/typescript-sdk-docs 0.5.0-beta.5 → 0.5.0-rc.6

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 +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @osdk/typescript-sdk-docs
2
2
 
3
+ ## 0.5.0-rc.6
4
+
5
+ ### Patch Changes
6
+
7
+ - af4f3bf: Remove the following features for RC:
8
+ - Property formatting
9
+ - Branching
10
+ - Constant RDPs
11
+
3
12
  ## 0.5.0-beta.5
4
13
 
5
14
  ### Minor Changes
@@ -31,6 +40,16 @@
31
40
 
32
41
  - 81af4c8: A set of compiled examples based on the documentation YAML
33
42
 
43
+ ## 0.4.0
44
+
45
+ ### Patch Changes
46
+
47
+ - 776ae8a: Simulated release
48
+ - e9239a1: Add pivot docs.
49
+ - f38abb0: Nearest neighbor docs
50
+ - 2bb698d: Fix knn doc snippet
51
+ - 1796b98: Update load all objects snippet
52
+
34
53
  ## 0.4.0-beta.5
35
54
 
36
55
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/typescript-sdk-docs",
3
- "version": "0.5.0-beta.5",
3
+ "version": "0.5.0-rc.6",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",