diff --git a/enterprise/frontend/src/embedding-sdk/CHANGELOG.md b/enterprise/frontend/src/embedding-sdk/CHANGELOG.md index c5f5b983d3d5d8bb650ce94a605b6f26be214344..cfff81cc283b41be1f6bdd567cf7540819c0f34d 100644 --- a/enterprise/frontend/src/embedding-sdk/CHANGELOG.md +++ b/enterprise/frontend/src/embedding-sdk/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.1.39](https://github.com/metabase/metabase/compare/embedding-sdk-1.51.0...embedding-sdk-0.1.39) (2024-10-16) + + +### Bug Fixes + +* **sdk:** allow CLI to check React version without installing and allow continuing setup if React is missing ([#48491](https://github.com/metabase/metabase/issues/48491)) ([#48528](https://github.com/metabase/metabase/issues/48528)) ([dc8d95e](https://github.com/metabase/metabase/commit/dc8d95e8040940b0818a772a64487ad1335e6a75)) +* **sdk:** Attempt to fix resize observer issues ([#48227](https://github.com/metabase/metabase/issues/48227)) ([#48561](https://github.com/metabase/metabase/issues/48561)) ([b820e86](https://github.com/metabase/metabase/commit/b820e86620ce60263c2d5da6ae7c9bc7a859d68d)) + + + ## [0.1.38](https://github.com/metabase/metabase/compare/embedding-sdk-0.1.37...embedding-sdk-0.1.38) (2024-10-09) diff --git a/enterprise/frontend/src/embedding-sdk/package.template.json b/enterprise/frontend/src/embedding-sdk/package.template.json index 4c7e04d1679f0c1a1122cd6a4814f8783b4c3a44..86102067d81d04a1aca0fa5520849da20aa2786d 100644 --- a/enterprise/frontend/src/embedding-sdk/package.template.json +++ b/enterprise/frontend/src/embedding-sdk/package.template.json @@ -1,6 +1,6 @@ { "name": "@metabase/embedding-sdk-react", - "version": "0.1.38", + "version": "0.1.39", "description": "Metabase Embedding SDK for React", "bin": "./dist/cli.js", "repository": {