@osdk/react 0.10.0-beta.14 → 0.10.0-beta.15

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 +7 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @osdkkit/react
2
2
 
3
+ ## 0.10.0-beta.15
4
+
5
+ ### Minor Changes
6
+
7
+ - 32c27d7: Added useOsdkFunctions to @osdk/react to execute multiple functions in parallel. This is used by ObjectTable to fetch function-backed columns
8
+ - 6019278: auto-compute peer dependency ranges from changelog history for react and react-components
9
+
3
10
  ## 0.10.0-beta.14
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/react",
3
- "version": "0.10.0-beta.14",
3
+ "version": "0.10.0-beta.15",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -54,8 +54,8 @@
54
54
  }
55
55
  },
56
56
  "peerDependencies": {
57
- "@osdk/api": "*",
58
- "@osdk/client": "*",
57
+ "@osdk/api": ">=2.8.0-beta.0",
58
+ "@osdk/client": ">=2.8.0-beta.0",
59
59
  "@osdk/foundry.admin": "*",
60
60
  "@osdk/foundry.core": "*",
61
61
  "@types/react": "^17 || ^18 || ^19",
@@ -85,11 +85,11 @@
85
85
  "react": "^18.3.1",
86
86
  "tiny-invariant": "^1.3.3",
87
87
  "typescript": "~5.5.4",
88
- "@osdk/monorepo.tsconfig": "~0.7.0-beta.1",
89
- "@osdk/client": "2.8.0-beta.29",
90
- "@osdk/client.test.ontology": "2.8.0-beta.29",
88
+ "@osdk/api": "2.8.0-beta.30",
89
+ "@osdk/client.test.ontology": "2.8.0-beta.30",
91
90
  "@osdk/monorepo.api-extractor": "~0.7.0-beta.1",
92
- "@osdk/api": "2.8.0-beta.29"
91
+ "@osdk/monorepo.tsconfig": "~0.7.0-beta.1",
92
+ "@osdk/client": "2.8.0-beta.30"
93
93
  },
94
94
  "publishConfig": {
95
95
  "access": "public"