Skip to content

Commit

Permalink
Bump unstable widget packages to v1 to avoid undesired v0.x version b…
Browse files Browse the repository at this point in the history
…ehavior (#1050)

Co-authored-by: Ross Court <[email protected]>
  • Loading branch information
rosscourt and Ross Court authored Dec 9, 2024
1 parent a6c320d commit 5a4ebd7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .changeset/big-readers-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@osdk/widget-client-react.unstable": major
"@osdk/widget-client.unstable": major
"@osdk/widget-api.unstable": major
---

Bump unstable widget packages to v1 to avoid undesired v0.x version behavior
2 changes: 1 addition & 1 deletion packages/widget.api.unstable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/widget-api.unstable",
"version": "0.3.0-beta.3",
"version": "1.0.0",
"description": "API contract between Foundry UIs that can embed custom widgets and the custom widgets themselves",
"access": "public",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/widget.client-react.unstable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/widget-client-react.unstable",
"version": "0.3.0-beta.3",
"version": "1.0.0",
"description": "Wrapper around @osdk/widget-client",
"access": "public",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"peerDependencies": {
"@osdk/client": "^2",
"@osdk/widget-client.unstable": "^0.1.0",
"@osdk/widget-client.unstable": "workspace:~",
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget.client.unstable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/widget-client.unstable",
"version": "0.3.0-beta.3",
"version": "1.0.0",
"description": "Client that sets up listeners for the custom widgets embedded into Foundry, adhering to the contract laid out in @osdk/widget-api",
"access": "public",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5a4ebd7

Please sign in to comment.