@osdk/widget.api 3.2.0-beta.5 → 3.2.0

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @osdk/widget.api
2
2
 
3
+ ## 3.2.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 7901ae0: Simulated release
8
+ - a6f49e9: Allow specifying object sets in widget configs
9
+
3
10
  ## 3.2.0-beta.5
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/widget.api",
3
- "version": "3.2.0-beta.5",
3
+ "version": "3.2.0",
4
4
  "description": "API contract between Foundry UIs that can embed custom widgets and the custom widgets themselves",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -32,9 +32,9 @@
32
32
  "ts-expect": "^1.3.0",
33
33
  "typescript": "~5.5.4",
34
34
  "vitest": "^3.2.4",
35
- "@osdk/api": "~2.5.0-beta.14",
36
- "@osdk/monorepo.tsconfig": "~0.4.0-beta.1",
37
- "@osdk/monorepo.api-extractor": "~0.4.0-beta.1"
35
+ "@osdk/api": "~2.5.0",
36
+ "@osdk/monorepo.tsconfig": "~0.4.0",
37
+ "@osdk/monorepo.api-extractor": "~0.4.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"