Skip to content

Commit 6a13b4f

Browse files
Publish
- @blockly/[email protected] - @blockly/[email protected]
1 parent dc6f9c5 commit 6a13b4f

File tree

7 files changed

+26
-8
lines changed

7 files changed

+26
-8
lines changed

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/toolbox-search/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
## [3.1.2](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-10-09)
7+
8+
9+
### Bug Fixes
10+
11+
* make toolbox search focusable ([#2612](https://github.com/google/blockly-samples/issues/2612)) ([ffb4d04](https://github.com/google/blockly-samples/commit/ffb4d042c92fe289690f802476d5534e85f832d8))
12+
13+
14+
615
## [3.1.1](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-10-02)
716

817
**Note:** Version bump only for package @blockly/toolbox-search

plugins/toolbox-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/toolbox-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/toolbox-search",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "A Blockly plugin that adds a toolbox category that allows searching for blocks.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

plugins/workspace-backpack/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
## [7.0.4](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-10-09)
7+
8+
9+
### Bug Fixes
10+
11+
* remove backpack count from copy to message ([#2597](https://github.com/google/blockly-samples/issues/2597)) ([dc6f9c5](https://github.com/google/blockly-samples/commit/dc6f9c5c42d527b121e6e738351cb0d207e8b865))
12+
13+
14+
615
## [7.0.3](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-10-02)
716

817
**Note:** Version bump only for package @blockly/workspace-backpack

plugins/workspace-backpack/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-backpack/package.json

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

0 commit comments

Comments
 (0)