From 9aa7cd200a6b1a396b5b3b908c7b9d574ddf8805 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 21 Sep 2023 17:15:53 +0000
Subject: [PATCH] Publish

 - @blockly/block-dynamic-connection@0.4.3
 - @blockly/block-shareable-procedures@3.0.7
 - @blockly/workspace-content-highlight@4.0.5
 - @blockly/create-package@2.0.1
 - @blockly/field-angle@3.0.6
 - @blockly/field-colour-hsv-sliders@4.1.4
 - @blockly/field-colour@3.0.6
 - @blockly/field-date@8.0.5
 - @blockly/field-dependent-dropdown@3.0.5
 - @blockly/field-grid-dropdown@4.0.5
 - @blockly/field-multilineinput@3.0.6
 - @blockly/field-slider@6.0.5
 - @blockly/renderer-inline-row-separators@0.4.5
 - @blockly/shadow-block-converter@4.0.5
 - @blockly/toolbox-search@1.1.6
 - @blockly/workspace-backpack@5.2.2
 - @blockly/workspace-minimap@0.1.2
 - @blockly/plugin-workspace-search@8.0.6
 - @blockly/zoom-to-fit@5.0.6
---
 plugins/block-dynamic-connection/CHANGELOG.md          |  8 ++++++++
 plugins/block-dynamic-connection/package-lock.json     |  4 ++--
 plugins/block-dynamic-connection/package.json          |  2 +-
 plugins/block-shareable-procedures/CHANGELOG.md        |  8 ++++++++
 plugins/block-shareable-procedures/package-lock.json   |  4 ++--
 plugins/block-shareable-procedures/package.json        |  2 +-
 plugins/content-highlight/CHANGELOG.md                 |  8 ++++++++
 plugins/content-highlight/package-lock.json            |  4 ++--
 plugins/content-highlight/package.json                 |  2 +-
 plugins/dev-create/CHANGELOG.md                        |  8 ++++++++
 plugins/dev-create/package-lock.json                   |  4 ++--
 plugins/dev-create/package.json                        |  2 +-
 plugins/field-angle/CHANGELOG.md                       |  9 +++++++++
 plugins/field-angle/package-lock.json                  |  4 ++--
 plugins/field-angle/package.json                       |  2 +-
 plugins/field-colour-hsv-sliders/CHANGELOG.md          |  8 ++++++++
 plugins/field-colour-hsv-sliders/package-lock.json     |  6 +++---
 plugins/field-colour-hsv-sliders/package.json          |  4 ++--
 plugins/field-colour/CHANGELOG.md                      |  8 ++++++++
 plugins/field-colour/package-lock.json                 |  4 ++--
 plugins/field-colour/package.json                      |  2 +-
 plugins/field-date/CHANGELOG.md                        |  8 ++++++++
 plugins/field-date/package-lock.json                   |  4 ++--
 plugins/field-date/package.json                        |  2 +-
 plugins/field-dependent-dropdown/CHANGELOG.md          |  8 ++++++++
 plugins/field-dependent-dropdown/package-lock.json     |  4 ++--
 plugins/field-dependent-dropdown/package.json          |  2 +-
 plugins/field-grid-dropdown/CHANGELOG.md               |  8 ++++++++
 plugins/field-grid-dropdown/package-lock.json          |  4 ++--
 plugins/field-grid-dropdown/package.json               |  2 +-
 plugins/field-multilineinput/CHANGELOG.md              |  8 ++++++++
 plugins/field-multilineinput/package-lock.json         |  4 ++--
 plugins/field-multilineinput/package.json              |  2 +-
 plugins/field-slider/CHANGELOG.md                      |  8 ++++++++
 plugins/field-slider/package-lock.json                 |  4 ++--
 plugins/field-slider/package.json                      |  2 +-
 plugins/renderer-inline-row-separators/CHANGELOG.md    |  8 ++++++++
 .../renderer-inline-row-separators/package-lock.json   |  4 ++--
 plugins/renderer-inline-row-separators/package.json    |  2 +-
 plugins/shadow-block-converter/CHANGELOG.md            |  8 ++++++++
 plugins/shadow-block-converter/package-lock.json       |  4 ++--
 plugins/shadow-block-converter/package.json            |  2 +-
 plugins/toolbox-search/CHANGELOG.md                    |  9 +++++++++
 plugins/toolbox-search/package-lock.json               |  4 ++--
 plugins/toolbox-search/package.json                    |  2 +-
 plugins/workspace-backpack/CHANGELOG.md                |  8 ++++++++
 plugins/workspace-backpack/package-lock.json           |  4 ++--
 plugins/workspace-backpack/package.json                |  2 +-
 plugins/workspace-minimap/CHANGELOG.md                 | 10 ++++++++++
 plugins/workspace-minimap/package-lock.json            |  4 ++--
 plugins/workspace-minimap/package.json                 |  2 +-
 plugins/workspace-search/CHANGELOG.md                  |  8 ++++++++
 plugins/workspace-search/package-lock.json             |  4 ++--
 plugins/workspace-search/package.json                  |  2 +-
 plugins/zoom-to-fit/CHANGELOG.md                       |  8 ++++++++
 plugins/zoom-to-fit/package-lock.json                  |  4 ++--
 plugins/zoom-to-fit/package.json                       |  2 +-
 57 files changed, 215 insertions(+), 59 deletions(-)

diff --git a/plugins/block-dynamic-connection/CHANGELOG.md b/plugins/block-dynamic-connection/CHANGELOG.md
index c6f9bf3744..dc5c0ddf09 100644
--- a/plugins/block-dynamic-connection/CHANGELOG.md
+++ b/plugins/block-dynamic-connection/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [0.4.3](https://github.com/google/blockly-samples/compare/@blockly/block-dynamic-connection@0.4.2...@blockly/block-dynamic-connection@0.4.3) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/block-dynamic-connection
+
+
+
+
+
 ## [0.4.2](https://github.com/google/blockly-samples/compare/@blockly/block-dynamic-connection@0.4.1...@blockly/block-dynamic-connection@0.4.2) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/block-dynamic-connection
diff --git a/plugins/block-dynamic-connection/package-lock.json b/plugins/block-dynamic-connection/package-lock.json
index b48f6db2cc..477ac2dade 100644
--- a/plugins/block-dynamic-connection/package-lock.json
+++ b/plugins/block-dynamic-connection/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/block-dynamic-connection",
-  "version": "0.4.2",
+  "version": "0.4.3",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/block-dynamic-connection",
-      "version": "0.4.2",
+      "version": "0.4.3",
       "license": "Apache-2.0",
       "devDependencies": {
         "blockly": "^10.0.0",
diff --git a/plugins/block-dynamic-connection/package.json b/plugins/block-dynamic-connection/package.json
index 19b7de5773..a9a592c3cf 100644
--- a/plugins/block-dynamic-connection/package.json
+++ b/plugins/block-dynamic-connection/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/block-dynamic-connection",
-  "version": "0.4.2",
+  "version": "0.4.3",
   "description": "A group of blocks that add connections dynamically.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/block-shareable-procedures/CHANGELOG.md b/plugins/block-shareable-procedures/CHANGELOG.md
index c8b2d2b7a1..c21489e5a8 100644
--- a/plugins/block-shareable-procedures/CHANGELOG.md
+++ b/plugins/block-shareable-procedures/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [3.0.7](https://github.com/google/blockly-samples/compare/@blockly/block-shareable-procedures@3.0.6...@blockly/block-shareable-procedures@3.0.7) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/block-shareable-procedures
+
+
+
+
+
 ## [3.0.6](https://github.com/google/blockly-samples/compare/@blockly/block-shareable-procedures@3.0.5...@blockly/block-shareable-procedures@3.0.6) (2023-09-14)
 
 
diff --git a/plugins/block-shareable-procedures/package-lock.json b/plugins/block-shareable-procedures/package-lock.json
index a50915a508..a2c87a5959 100644
--- a/plugins/block-shareable-procedures/package-lock.json
+++ b/plugins/block-shareable-procedures/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/block-shareable-procedures",
-  "version": "3.0.6",
+  "version": "3.0.7",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/block-shareable-procedures",
-      "version": "3.0.6",
+      "version": "3.0.7",
       "license": "Apache-2.0",
       "devDependencies": {
         "blockly": "^10.0.0",
diff --git a/plugins/block-shareable-procedures/package.json b/plugins/block-shareable-procedures/package.json
index d069f97a28..d079a167ec 100644
--- a/plugins/block-shareable-procedures/package.json
+++ b/plugins/block-shareable-procedures/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/block-shareable-procedures",
-  "version": "3.0.6",
+  "version": "3.0.7",
   "description": "A plugin that adds procedure blocks which are backed by explicit data models.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/content-highlight/CHANGELOG.md b/plugins/content-highlight/CHANGELOG.md
index 0a8b76cc2c..937b036d89 100644
--- a/plugins/content-highlight/CHANGELOG.md
+++ b/plugins/content-highlight/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [4.0.5](https://github.com/google/blockly-samples/compare/@blockly/workspace-content-highlight@4.0.4...@blockly/workspace-content-highlight@4.0.5) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/workspace-content-highlight
+
+
+
+
+
 ## [4.0.4](https://github.com/google/blockly-samples/compare/@blockly/workspace-content-highlight@4.0.3...@blockly/workspace-content-highlight@4.0.4) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/workspace-content-highlight
diff --git a/plugins/content-highlight/package-lock.json b/plugins/content-highlight/package-lock.json
index 631c3c0b25..859b0e9946 100644
--- a/plugins/content-highlight/package-lock.json
+++ b/plugins/content-highlight/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/workspace-content-highlight",
-  "version": "4.0.4",
+  "version": "4.0.5",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/workspace-content-highlight",
-      "version": "4.0.4",
+      "version": "4.0.5",
       "license": "Apache-2.0",
       "devDependencies": {
         "blockly": "^10.0.0"
diff --git a/plugins/content-highlight/package.json b/plugins/content-highlight/package.json
index caaebef259..fefd6f2bf1 100644
--- a/plugins/content-highlight/package.json
+++ b/plugins/content-highlight/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/workspace-content-highlight",
-  "version": "4.0.4",
+  "version": "4.0.5",
   "description": "A Blockly workspace plugin that adds a highlight around the content area.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/dev-create/CHANGELOG.md b/plugins/dev-create/CHANGELOG.md
index d89773d063..84542123bb 100644
--- a/plugins/dev-create/CHANGELOG.md
+++ b/plugins/dev-create/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [2.0.1](https://github.com/google/blockly-samples/compare/@blockly/create-package@2.0.0...@blockly/create-package@2.0.1) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/create-package
+
+
+
+
+
 ## [2.0.0](https://github.com/google/blockly-samples/compare/@blockly/create-package@1.4.1...@blockly/create-package@2.0.0) (2023-06-28)
 
 
diff --git a/plugins/dev-create/package-lock.json b/plugins/dev-create/package-lock.json
index 47ae1e0c36..7f4ab0d8b6 100644
--- a/plugins/dev-create/package-lock.json
+++ b/plugins/dev-create/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/create-package",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/create-package",
-      "version": "2.0.0",
+      "version": "2.0.1",
       "license": "Apache-2.0",
       "dependencies": {
         "chalk": "^4.0.0",
diff --git a/plugins/dev-create/package.json b/plugins/dev-create/package.json
index ca18b7eaf2..685b90f9ba 100644
--- a/plugins/dev-create/package.json
+++ b/plugins/dev-create/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/create-package",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "description": "A tool for creating a Blockly plugin based on a template.",
   "bin": "./bin/create.js",
   "author": "Blockly Team",
diff --git a/plugins/field-angle/CHANGELOG.md b/plugins/field-angle/CHANGELOG.md
index 44c197f206..68312e4079 100644
--- a/plugins/field-angle/CHANGELOG.md
+++ b/plugins/field-angle/CHANGELOG.md
@@ -3,6 +3,15 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [3.0.6](https://github.com/google/blockly-samples/compare/@blockly/field-angle@3.0.5...@blockly/field-angle@3.0.6) (2023-09-21)
+
+
+### Bug Fixes
+
+* Fire intermediate events instead of change events while dragging angle field ([#1933](https://github.com/google/blockly-samples/issues/1933)) ([dc79b14](https://github.com/google/blockly-samples/commit/dc79b14e4bc402e76cff960a4d72d4ac3a4365a5))
+
+
+
 ## [3.0.5](https://github.com/google/blockly-samples/compare/@blockly/field-angle@3.0.4...@blockly/field-angle@3.0.5) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/field-angle
diff --git a/plugins/field-angle/package-lock.json b/plugins/field-angle/package-lock.json
index 72e2b74353..53d7ee4b15 100644
--- a/plugins/field-angle/package-lock.json
+++ b/plugins/field-angle/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/field-angle",
-  "version": "3.0.5",
+  "version": "3.0.6",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/field-angle",
-      "version": "3.0.5",
+      "version": "3.0.6",
       "license": "Apache-2.0",
       "devDependencies": {
         "@typescript-eslint/parser": "^5.59.5",
diff --git a/plugins/field-angle/package.json b/plugins/field-angle/package.json
index 9969262dec..3cd59e5367 100644
--- a/plugins/field-angle/package.json
+++ b/plugins/field-angle/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/field-angle",
-  "version": "3.0.5",
+  "version": "3.0.6",
   "description": "A Blockly angle field.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/field-colour-hsv-sliders/CHANGELOG.md b/plugins/field-colour-hsv-sliders/CHANGELOG.md
index ff35be3743..767ee11dbd 100644
--- a/plugins/field-colour-hsv-sliders/CHANGELOG.md
+++ b/plugins/field-colour-hsv-sliders/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [4.1.4](https://github.com/google/blockly-samples/compare/@blockly/field-colour-hsv-sliders@4.1.3...@blockly/field-colour-hsv-sliders@4.1.4) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/field-colour-hsv-sliders
+
+
+
+
+
 ## [4.1.3](https://github.com/google/blockly-samples/compare/@blockly/field-colour-hsv-sliders@4.1.2...@blockly/field-colour-hsv-sliders@4.1.3) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/field-colour-hsv-sliders
diff --git a/plugins/field-colour-hsv-sliders/package-lock.json b/plugins/field-colour-hsv-sliders/package-lock.json
index 721237975d..593f5b7183 100644
--- a/plugins/field-colour-hsv-sliders/package-lock.json
+++ b/plugins/field-colour-hsv-sliders/package-lock.json
@@ -1,15 +1,15 @@
 {
   "name": "@blockly/field-colour-hsv-sliders",
-  "version": "4.1.3",
+  "version": "4.1.4",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/field-colour-hsv-sliders",
-      "version": "4.1.3",
+      "version": "4.1.4",
       "license": "Apache-2.0",
       "dependencies": {
-        "@blockly/field-colour": "^3.0.5"
+        "@blockly/field-colour": "^3.0.6"
       },
       "devDependencies": {
         "@blockly/dev-scripts": "^2.0.1",
diff --git a/plugins/field-colour-hsv-sliders/package.json b/plugins/field-colour-hsv-sliders/package.json
index 4d64acb92c..dfe48ce313 100644
--- a/plugins/field-colour-hsv-sliders/package.json
+++ b/plugins/field-colour-hsv-sliders/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/field-colour-hsv-sliders",
-  "version": "4.1.3",
+  "version": "4.1.4",
   "description": "A Blockly colour field using HSV sliders.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
@@ -41,7 +41,7 @@
     "src"
   ],
   "dependencies": {
-    "@blockly/field-colour": "^3.0.5"
+    "@blockly/field-colour": "^3.0.6"
   },
   "devDependencies": {
     "@blockly/dev-scripts": "^2.0.1",
diff --git a/plugins/field-colour/CHANGELOG.md b/plugins/field-colour/CHANGELOG.md
index 6e239586cb..5c9874605e 100644
--- a/plugins/field-colour/CHANGELOG.md
+++ b/plugins/field-colour/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [3.0.6](https://github.com/google/blockly-samples/compare/@blockly/field-colour@3.0.5...@blockly/field-colour@3.0.6) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/field-colour
+
+
+
+
+
 ## [3.0.5](https://github.com/google/blockly-samples/compare/@blockly/field-colour@3.0.4...@blockly/field-colour@3.0.5) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/field-colour
diff --git a/plugins/field-colour/package-lock.json b/plugins/field-colour/package-lock.json
index bf297dcd59..8d9cf6187a 100644
--- a/plugins/field-colour/package-lock.json
+++ b/plugins/field-colour/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/field-colour",
-  "version": "3.0.5",
+  "version": "3.0.6",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/field-colour",
-      "version": "3.0.5",
+      "version": "3.0.6",
       "license": "Apache-2.0",
       "devDependencies": {
         "@typescript-eslint/parser": "^5.59.5",
diff --git a/plugins/field-colour/package.json b/plugins/field-colour/package.json
index 1eed2bd1c8..398eeb8682 100644
--- a/plugins/field-colour/package.json
+++ b/plugins/field-colour/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/field-colour",
-  "version": "3.0.5",
+  "version": "3.0.6",
   "description": "A Blockly colour field.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/field-date/CHANGELOG.md b/plugins/field-date/CHANGELOG.md
index 5d320ba081..60a9b8b8d0 100644
--- a/plugins/field-date/CHANGELOG.md
+++ b/plugins/field-date/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [8.0.5](https://github.com/google/blockly-samples/compare/@blockly/field-date@8.0.4...@blockly/field-date@8.0.5) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/field-date
+
+
+
+
+
 ## [8.0.4](https://github.com/google/blockly-samples/compare/@blockly/field-date@8.0.3...@blockly/field-date@8.0.4) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/field-date
diff --git a/plugins/field-date/package-lock.json b/plugins/field-date/package-lock.json
index ca9328d4ba..1b0ad613ca 100644
--- a/plugins/field-date/package-lock.json
+++ b/plugins/field-date/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/field-date",
-  "version": "8.0.4",
+  "version": "8.0.5",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/field-date",
-      "version": "8.0.4",
+      "version": "8.0.5",
       "license": "Apache-2.0",
       "devDependencies": {
         "blockly": "^10.0.0",
diff --git a/plugins/field-date/package.json b/plugins/field-date/package.json
index 4335134d14..029f041ca1 100644
--- a/plugins/field-date/package.json
+++ b/plugins/field-date/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/field-date",
-  "version": "8.0.4",
+  "version": "8.0.5",
   "description": "A Blockly date picker field that uses the Google Closure date picker.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/field-dependent-dropdown/CHANGELOG.md b/plugins/field-dependent-dropdown/CHANGELOG.md
index 67c06f40c2..6853ffdf10 100644
--- a/plugins/field-dependent-dropdown/CHANGELOG.md
+++ b/plugins/field-dependent-dropdown/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [3.0.5](https://github.com/google/blockly-samples/compare/@blockly/field-dependent-dropdown@3.0.4...@blockly/field-dependent-dropdown@3.0.5) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/field-dependent-dropdown
+
+
+
+
+
 ## [3.0.4](https://github.com/google/blockly-samples/compare/@blockly/field-dependent-dropdown@3.0.3...@blockly/field-dependent-dropdown@3.0.4) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/field-dependent-dropdown
diff --git a/plugins/field-dependent-dropdown/package-lock.json b/plugins/field-dependent-dropdown/package-lock.json
index 8a2e1ba8c4..fcf88a4111 100644
--- a/plugins/field-dependent-dropdown/package-lock.json
+++ b/plugins/field-dependent-dropdown/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/field-dependent-dropdown",
-  "version": "3.0.4",
+  "version": "3.0.5",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/field-dependent-dropdown",
-      "version": "3.0.4",
+      "version": "3.0.5",
       "license": "Apache-2.0",
       "devDependencies": {
         "blockly": "^10.0.0",
diff --git a/plugins/field-dependent-dropdown/package.json b/plugins/field-dependent-dropdown/package.json
index dc684c7600..02264001db 100644
--- a/plugins/field-dependent-dropdown/package.json
+++ b/plugins/field-dependent-dropdown/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/field-dependent-dropdown",
-  "version": "3.0.4",
+  "version": "3.0.5",
   "description": "A Blockly dropdown field that automatically updates its available options depending on the value of another field.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/field-grid-dropdown/CHANGELOG.md b/plugins/field-grid-dropdown/CHANGELOG.md
index ba085cdafd..96581336ef 100644
--- a/plugins/field-grid-dropdown/CHANGELOG.md
+++ b/plugins/field-grid-dropdown/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [4.0.5](https://github.com/google/blockly-samples/compare/@blockly/field-grid-dropdown@4.0.4...@blockly/field-grid-dropdown@4.0.5) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/field-grid-dropdown
+
+
+
+
+
 ## [4.0.4](https://github.com/google/blockly-samples/compare/@blockly/field-grid-dropdown@4.0.3...@blockly/field-grid-dropdown@4.0.4) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/field-grid-dropdown
diff --git a/plugins/field-grid-dropdown/package-lock.json b/plugins/field-grid-dropdown/package-lock.json
index 857e1fc8a3..09e13c0901 100644
--- a/plugins/field-grid-dropdown/package-lock.json
+++ b/plugins/field-grid-dropdown/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/field-grid-dropdown",
-  "version": "4.0.4",
+  "version": "4.0.5",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/field-grid-dropdown",
-      "version": "4.0.4",
+      "version": "4.0.5",
       "license": "Apache 2.0",
       "devDependencies": {
         "blockly": "^10.0.0",
diff --git a/plugins/field-grid-dropdown/package.json b/plugins/field-grid-dropdown/package.json
index 5d5d31c5cd..6b3402a580 100644
--- a/plugins/field-grid-dropdown/package.json
+++ b/plugins/field-grid-dropdown/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/field-grid-dropdown",
-  "version": "4.0.4",
+  "version": "4.0.5",
   "description": "A Blockly dropdown field with grid layout.",
   "scripts": {
     "build": "blockly-scripts build",
diff --git a/plugins/field-multilineinput/CHANGELOG.md b/plugins/field-multilineinput/CHANGELOG.md
index 7c49431074..4d77146396 100644
--- a/plugins/field-multilineinput/CHANGELOG.md
+++ b/plugins/field-multilineinput/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [3.0.6](https://github.com/google/blockly-samples/compare/@blockly/field-multilineinput@3.0.5...@blockly/field-multilineinput@3.0.6) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/field-multilineinput
+
+
+
+
+
 ## [3.0.5](https://github.com/google/blockly-samples/compare/@blockly/field-multilineinput@3.0.4...@blockly/field-multilineinput@3.0.5) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/field-multilineinput
diff --git a/plugins/field-multilineinput/package-lock.json b/plugins/field-multilineinput/package-lock.json
index 9f4cb8f1a2..2c88d57e99 100644
--- a/plugins/field-multilineinput/package-lock.json
+++ b/plugins/field-multilineinput/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/field-multilineinput",
-  "version": "3.0.5",
+  "version": "3.0.6",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/field-multilineinput",
-      "version": "3.0.5",
+      "version": "3.0.6",
       "license": "Apache-2.0",
       "devDependencies": {
         "@typescript-eslint/parser": "^5.59.5",
diff --git a/plugins/field-multilineinput/package.json b/plugins/field-multilineinput/package.json
index 8664e9b8b7..f4b58152d4 100644
--- a/plugins/field-multilineinput/package.json
+++ b/plugins/field-multilineinput/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/field-multilineinput",
-  "version": "3.0.5",
+  "version": "3.0.6",
   "description": "A Blockly multilineinput field.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/field-slider/CHANGELOG.md b/plugins/field-slider/CHANGELOG.md
index 70792d3dc3..fb088121bb 100644
--- a/plugins/field-slider/CHANGELOG.md
+++ b/plugins/field-slider/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [6.0.5](https://github.com/google/blockly-samples/compare/@blockly/field-slider@6.0.4...@blockly/field-slider@6.0.5) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/field-slider
+
+
+
+
+
 ## [6.0.4](https://github.com/google/blockly-samples/compare/@blockly/field-slider@6.0.3...@blockly/field-slider@6.0.4) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/field-slider
diff --git a/plugins/field-slider/package-lock.json b/plugins/field-slider/package-lock.json
index 8fa4fa69cc..4f653d6b3a 100644
--- a/plugins/field-slider/package-lock.json
+++ b/plugins/field-slider/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/field-slider",
-  "version": "6.0.4",
+  "version": "6.0.5",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/field-slider",
-      "version": "6.0.4",
+      "version": "6.0.5",
       "license": "Apache-2.0",
       "devDependencies": {
         "blockly": "^10.0.0",
diff --git a/plugins/field-slider/package.json b/plugins/field-slider/package.json
index a786f2d6d0..f4d92bdfbe 100644
--- a/plugins/field-slider/package.json
+++ b/plugins/field-slider/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/field-slider",
-  "version": "6.0.4",
+  "version": "6.0.5",
   "description": "A Blockly slider field.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/renderer-inline-row-separators/CHANGELOG.md b/plugins/renderer-inline-row-separators/CHANGELOG.md
index f39853dbeb..cdd857ed57 100644
--- a/plugins/renderer-inline-row-separators/CHANGELOG.md
+++ b/plugins/renderer-inline-row-separators/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [0.4.5](https://github.com/google/blockly-samples/compare/@blockly/renderer-inline-row-separators@0.4.4...@blockly/renderer-inline-row-separators@0.4.5) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/renderer-inline-row-separators
+
+
+
+
+
 ## [0.4.4](https://github.com/google/blockly-samples/compare/@blockly/renderer-inline-row-separators@0.4.3...@blockly/renderer-inline-row-separators@0.4.4) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/renderer-inline-row-separators
diff --git a/plugins/renderer-inline-row-separators/package-lock.json b/plugins/renderer-inline-row-separators/package-lock.json
index 1bf21050a6..7ed1a1f3be 100644
--- a/plugins/renderer-inline-row-separators/package-lock.json
+++ b/plugins/renderer-inline-row-separators/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/renderer-inline-row-separators",
-  "version": "0.4.4",
+  "version": "0.4.5",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/renderer-inline-row-separators",
-      "version": "0.4.4",
+      "version": "0.4.5",
       "license": "Apache-2.0",
       "devDependencies": {
         "blockly": "^10.0.0",
diff --git a/plugins/renderer-inline-row-separators/package.json b/plugins/renderer-inline-row-separators/package.json
index c5139af0e2..d32e22f5ce 100644
--- a/plugins/renderer-inline-row-separators/package.json
+++ b/plugins/renderer-inline-row-separators/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/renderer-inline-row-separators",
-  "version": "0.4.4",
+  "version": "0.4.5",
   "description": "A plugin to treat dummy inputs like line breaks.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/shadow-block-converter/CHANGELOG.md b/plugins/shadow-block-converter/CHANGELOG.md
index f7c1fefccb..3395962a38 100644
--- a/plugins/shadow-block-converter/CHANGELOG.md
+++ b/plugins/shadow-block-converter/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [4.0.5](https://github.com/google/blockly-samples/compare/@blockly/shadow-block-converter@4.0.4...@blockly/shadow-block-converter@4.0.5) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/shadow-block-converter
+
+
+
+
+
 ## [4.0.4](https://github.com/google/blockly-samples/compare/@blockly/shadow-block-converter@4.0.3...@blockly/shadow-block-converter@4.0.4) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/shadow-block-converter
diff --git a/plugins/shadow-block-converter/package-lock.json b/plugins/shadow-block-converter/package-lock.json
index 2dac9f2d4c..2e6cf3d802 100644
--- a/plugins/shadow-block-converter/package-lock.json
+++ b/plugins/shadow-block-converter/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/shadow-block-converter",
-  "version": "4.0.4",
+  "version": "4.0.5",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/shadow-block-converter",
-      "version": "4.0.4",
+      "version": "4.0.5",
       "license": "Apache-2.0",
       "devDependencies": {
         "blockly": "^10.0.0",
diff --git a/plugins/shadow-block-converter/package.json b/plugins/shadow-block-converter/package.json
index f3e77035d2..03623b4e61 100644
--- a/plugins/shadow-block-converter/package.json
+++ b/plugins/shadow-block-converter/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/shadow-block-converter",
-  "version": "4.0.4",
+  "version": "4.0.5",
   "description": "A workspace change listener that converts shadow blocks to real blocks when the user edits them.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/toolbox-search/CHANGELOG.md b/plugins/toolbox-search/CHANGELOG.md
index 844e470aed..da94af7ee8 100644
--- a/plugins/toolbox-search/CHANGELOG.md
+++ b/plugins/toolbox-search/CHANGELOG.md
@@ -3,6 +3,15 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [1.1.6](https://github.com/google/blockly-samples/compare/@blockly/toolbox-search@1.1.5...@blockly/toolbox-search@1.1.6) (2023-09-21)
+
+
+### Bug Fixes
+
+* toolbox search with XML toolboxes of kind BLOCK ([#1930](https://github.com/google/blockly-samples/issues/1930)) ([05475bd](https://github.com/google/blockly-samples/commit/05475bd81dad40e91be42a84c5d1db6287c7a3ff))
+
+
+
 ## [1.1.5](https://github.com/google/blockly-samples/compare/@blockly/toolbox-search@1.1.4...@blockly/toolbox-search@1.1.5) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/toolbox-search
diff --git a/plugins/toolbox-search/package-lock.json b/plugins/toolbox-search/package-lock.json
index 640de1def7..2a12e16cf8 100644
--- a/plugins/toolbox-search/package-lock.json
+++ b/plugins/toolbox-search/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/toolbox-search",
-  "version": "1.1.5",
+  "version": "1.1.6",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/toolbox-search",
-      "version": "1.1.5",
+      "version": "1.1.6",
       "license": "Apache-2.0",
       "devDependencies": {
         "@typescript-eslint/parser": "^5.59.5",
diff --git a/plugins/toolbox-search/package.json b/plugins/toolbox-search/package.json
index d11aaa7f40..e837953e5f 100644
--- a/plugins/toolbox-search/package.json
+++ b/plugins/toolbox-search/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/toolbox-search",
-  "version": "1.1.5",
+  "version": "1.1.6",
   "description": "A Blockly plugin that adds a toolbox category that allows searching for blocks.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/workspace-backpack/CHANGELOG.md b/plugins/workspace-backpack/CHANGELOG.md
index b5805e976f..be88fdd976 100644
--- a/plugins/workspace-backpack/CHANGELOG.md
+++ b/plugins/workspace-backpack/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [5.2.2](https://github.com/google/blockly-samples/compare/@blockly/workspace-backpack@5.2.1...@blockly/workspace-backpack@5.2.2) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/workspace-backpack
+
+
+
+
+
 ## [5.2.1](https://github.com/google/blockly-samples/compare/@blockly/workspace-backpack@5.2.0...@blockly/workspace-backpack@5.2.1) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/workspace-backpack
diff --git a/plugins/workspace-backpack/package-lock.json b/plugins/workspace-backpack/package-lock.json
index 5af15fd475..13e2b8b352 100644
--- a/plugins/workspace-backpack/package-lock.json
+++ b/plugins/workspace-backpack/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/workspace-backpack",
-  "version": "5.2.1",
+  "version": "5.2.2",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/workspace-backpack",
-      "version": "5.2.1",
+      "version": "5.2.2",
       "license": "Apache-2.0",
       "devDependencies": {
         "blockly": "^10.0.0"
diff --git a/plugins/workspace-backpack/package.json b/plugins/workspace-backpack/package.json
index 801c4e6f6c..6cb19639b3 100644
--- a/plugins/workspace-backpack/package.json
+++ b/plugins/workspace-backpack/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/workspace-backpack",
-  "version": "5.2.1",
+  "version": "5.2.2",
   "description": "A Blockly plugin that adds Backpack support.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/workspace-minimap/CHANGELOG.md b/plugins/workspace-minimap/CHANGELOG.md
index 1016763bba..5261e36f20 100644
--- a/plugins/workspace-minimap/CHANGELOG.md
+++ b/plugins/workspace-minimap/CHANGELOG.md
@@ -3,6 +3,16 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [0.1.2](https://github.com/google/blockly-samples/compare/@blockly/workspace-minimap@0.1.1...@blockly/workspace-minimap@0.1.2) (2023-09-21)
+
+
+### Bug Fixes
+
+* Minimap focus region on reload ([#1890](https://github.com/google/blockly-samples/issues/1890)) ([646fcbc](https://github.com/google/blockly-samples/commit/646fcbc309a86639d17b2f966e5d2d75e50c9f0d))
+* minimap rendering issue ([#1931](https://github.com/google/blockly-samples/issues/1931)) ([641c0c2](https://github.com/google/blockly-samples/commit/641c0c217182f404870c39f28fa534dacefbfecd))
+
+
+
 ## [0.1.1](https://github.com/google/blockly-samples/compare/@blockly/workspace-minimap@0.1.0...@blockly/workspace-minimap@0.1.1) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/workspace-minimap
diff --git a/plugins/workspace-minimap/package-lock.json b/plugins/workspace-minimap/package-lock.json
index 9a24868ac0..982647df98 100644
--- a/plugins/workspace-minimap/package-lock.json
+++ b/plugins/workspace-minimap/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/workspace-minimap",
-  "version": "0.1.1",
+  "version": "0.1.2",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/workspace-minimap",
-      "version": "0.1.1",
+      "version": "0.1.2",
       "license": "Apache-2.0",
       "devDependencies": {
         "blockly": "^10.0.0",
diff --git a/plugins/workspace-minimap/package.json b/plugins/workspace-minimap/package.json
index 7f4ec6884f..56c15873b8 100644
--- a/plugins/workspace-minimap/package.json
+++ b/plugins/workspace-minimap/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/workspace-minimap",
-  "version": "0.1.1",
+  "version": "0.1.2",
   "description": "A Blockly plugin.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/workspace-search/CHANGELOG.md b/plugins/workspace-search/CHANGELOG.md
index cbae76de35..746a71d305 100644
--- a/plugins/workspace-search/CHANGELOG.md
+++ b/plugins/workspace-search/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [8.0.6](https://github.com/google/blockly-samples/compare/@blockly/plugin-workspace-search@8.0.5...@blockly/plugin-workspace-search@8.0.6) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/plugin-workspace-search
+
+
+
+
+
 ## [8.0.5](https://github.com/google/blockly-samples/compare/@blockly/plugin-workspace-search@8.0.4...@blockly/plugin-workspace-search@8.0.5) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/plugin-workspace-search
diff --git a/plugins/workspace-search/package-lock.json b/plugins/workspace-search/package-lock.json
index 1d808e8fdc..85b6ba74ac 100644
--- a/plugins/workspace-search/package-lock.json
+++ b/plugins/workspace-search/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/plugin-workspace-search",
-  "version": "8.0.5",
+  "version": "8.0.6",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/plugin-workspace-search",
-      "version": "8.0.5",
+      "version": "8.0.6",
       "license": "Apache-2.0",
       "devDependencies": {
         "@typescript-eslint/parser": "^5.59.5",
diff --git a/plugins/workspace-search/package.json b/plugins/workspace-search/package.json
index 74d0ba5e3c..3f31a384ed 100644
--- a/plugins/workspace-search/package.json
+++ b/plugins/workspace-search/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/plugin-workspace-search",
-  "version": "8.0.5",
+  "version": "8.0.6",
   "description": "A Blockly plugin that adds workspace search support.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",
diff --git a/plugins/zoom-to-fit/CHANGELOG.md b/plugins/zoom-to-fit/CHANGELOG.md
index 0da3cd574a..8b25fe0a84 100644
--- a/plugins/zoom-to-fit/CHANGELOG.md
+++ b/plugins/zoom-to-fit/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [5.0.6](https://github.com/google/blockly-samples/compare/@blockly/zoom-to-fit@5.0.5...@blockly/zoom-to-fit@5.0.6) (2023-09-21)
+
+**Note:** Version bump only for package @blockly/zoom-to-fit
+
+
+
+
+
 ## [5.0.5](https://github.com/google/blockly-samples/compare/@blockly/zoom-to-fit@5.0.4...@blockly/zoom-to-fit@5.0.5) (2023-09-14)
 
 **Note:** Version bump only for package @blockly/zoom-to-fit
diff --git a/plugins/zoom-to-fit/package-lock.json b/plugins/zoom-to-fit/package-lock.json
index 33153c4c5b..77d7a22f2e 100644
--- a/plugins/zoom-to-fit/package-lock.json
+++ b/plugins/zoom-to-fit/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@blockly/zoom-to-fit",
-  "version": "5.0.5",
+  "version": "5.0.6",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@blockly/zoom-to-fit",
-      "version": "5.0.5",
+      "version": "5.0.6",
       "license": "Apache-2.0",
       "devDependencies": {
         "@typescript-eslint/parser": "^5.59.5",
diff --git a/plugins/zoom-to-fit/package.json b/plugins/zoom-to-fit/package.json
index 27d864c4a3..06531124a2 100644
--- a/plugins/zoom-to-fit/package.json
+++ b/plugins/zoom-to-fit/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@blockly/zoom-to-fit",
-  "version": "5.0.5",
+  "version": "5.0.6",
   "description": "A Blockly plugin that adds a zoom-to-fit control to the workspace.",
   "scripts": {
     "audit:fix": "blockly-scripts auditFix",