Skip to content

Commit 6e6c421

Browse files
Publish
- @blockly/[email protected] - @blockly/[email protected]
1 parent b127923 commit 6e6c421

File tree

6 files changed

+29
-7
lines changed

6 files changed

+29
-7
lines changed

plugins/shadow-block-converter/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.10](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-09-12)
7+
8+
9+
### Bug Fixes
10+
11+
* Select replacement for selected shadow block. ([#2457](https://github.com/google/blockly-samples/issues/2457)) ([b127923](https://github.com/google/blockly-samples/commit/b1279239366d6f79f546d8a4561ca6c16209d776))
12+
13+
14+
15+
16+
617
## [6.0.9](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-08-29)
718

819

plugins/shadow-block-converter/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/shadow-block-converter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/shadow-block-converter",
3-
"version": "6.0.9",
3+
"version": "6.0.10",
44
"description": "A workspace change listener that converts shadow blocks to real blocks when the user edits them.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

plugins/workspace-search/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.1.3](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-09-12)
7+
8+
9+
### Bug Fixes
10+
11+
* explicitly set the padding on workspace search buttons ([#2459](https://github.com/google/blockly-samples/issues/2459)) ([dbeec92](https://github.com/google/blockly-samples/commit/dbeec925d86d075abbc37fb4b16afc3f81bd2a5e))
12+
13+
14+
15+
16+
617
## [9.1.2](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-08-29)
718

819

plugins/workspace-search/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/workspace-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/plugin-workspace-search",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"description": "A Blockly plugin that adds workspace search support.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

0 commit comments

Comments
 (0)