From d48bfdb7f752b40982e987d985dc594d583a1dab Mon Sep 17 00:00:00 2001
From: github-automation-metabase
 <166700802+github-automation-metabase@users.noreply.github.com>
Date: Fri, 16 Aug 2024 10:14:32 -0400
Subject: [PATCH] Update Readme version references and published npm version to
 0.1.31 (#46931)

---
 .../frontend/src/embedding-sdk/CHANGELOG.md       | 15 +++++++++++++++
 .../src/embedding-sdk/package.template.json       |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/enterprise/frontend/src/embedding-sdk/CHANGELOG.md b/enterprise/frontend/src/embedding-sdk/CHANGELOG.md
index 77ba391d5ea..025a94337da 100644
--- a/enterprise/frontend/src/embedding-sdk/CHANGELOG.md
+++ b/enterprise/frontend/src/embedding-sdk/CHANGELOG.md
@@ -1,3 +1,18 @@
+## [0.1.31](https://github.com/metabase/metabase/compare/embedding-sdk-0.1.30...embedding-sdk-0.1.31) (2024-08-16)
+
+
+### Bug Fixes
+
+* **sdk:** optimistic update query builder and update questions in notebook ([#46652](https://github.com/metabase/metabase/issues/46652)) ([3df927c](https://github.com/metabase/metabase/commit/3df927c9749167447c615379363c37e81222e86c))
+
+
+### Features
+
+* **sdk:** Add CreateDashboardModal component and hook ([#46802](https://github.com/metabase/metabase/issues/46802)) ([b9ba40d](https://github.com/metabase/metabase/commit/b9ba40d88a22ff4ce918d535b8e0804ddc15f05d))
+* **sdk:** Create Question ([#46618](https://github.com/metabase/metabase/issues/46618)) ([8394213](https://github.com/metabase/metabase/commit/8394213df0e63adac9ec288a72586fc93001fd8b))
+
+
+
 ## [0.1.30](https://github.com/metabase/metabase/compare/embedding-sdk-0.1.29...embedding-sdk-0.1.30) (2024-08-13)
 
 
diff --git a/enterprise/frontend/src/embedding-sdk/package.template.json b/enterprise/frontend/src/embedding-sdk/package.template.json
index 620042df003..0de24b4d9af 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.30",
+  "version": "0.1.31",
   "description": "Metabase Embedding SDK for React",
   "bin": "./dist/cli.js",
   "repository": {
-- 
GitLab