@osdk/typescript-sdk-docs 0.5.0-beta.5 → 0.6.0-beta.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 +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -31,6 +31,16 @@
31
31
 
32
32
  - 81af4c8: A set of compiled examples based on the documentation YAML
33
33
 
34
+ ## 0.4.0
35
+
36
+ ### Patch Changes
37
+
38
+ - 776ae8a: Simulated release
39
+ - e9239a1: Add pivot docs.
40
+ - f38abb0: Nearest neighbor docs
41
+ - 2bb698d: Fix knn doc snippet
42
+ - 1796b98: Update load all objects snippet
43
+
34
44
  ## 0.4.0-beta.5
35
45
 
36
46
  ### 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.6.0-beta.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,8 +34,8 @@
34
34
  "devDependencies": {
35
35
  "typescript": "~5.5.4",
36
36
  "yaml": "^2.8.1",
37
- "@osdk/monorepo.api-extractor": "~0.5.0-beta.1",
38
- "@osdk/monorepo.tsconfig": "~0.5.0-beta.1"
37
+ "@osdk/monorepo.api-extractor": "~0.6.0-beta.1",
38
+ "@osdk/monorepo.tsconfig": "~0.6.0-beta.1"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"