Skip to content

Commit f89bb8b

Browse files
Publish
- @blockly/[email protected]
1 parent 9a83a2c commit f89bb8b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

plugins/continuous-toolbox/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+
## [5.0.11](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-01-25)
7+
8+
9+
### Bug Fixes
10+
11+
* Use the referencesVariables() method to identify variable-related fields instead of checking their type. ([#2161](https://github.com/google/blockly-samples/issues/2161)) ([09b650a](https://github.com/google/blockly-samples/commit/09b650aa269ebbf170a3297214fc197b647b2e33))
12+
13+
14+
615
## [5.0.10](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-12-14)
716

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

plugins/continuous-toolbox/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/continuous-toolbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/continuous-toolbox",
3-
"version": "5.0.10",
3+
"version": "5.0.11",
44
"description": "A Blockly plugin that adds a continous-scrolling style toolbox and flyout",
55
"scripts": {
66
"build": "blockly-scripts build",

0 commit comments

Comments
 (0)