Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blockly/[email protected]
  • Loading branch information
github-actions[bot] committed Jan 25, 2024
1 parent 9a83a2c commit f89bb8b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions plugins/continuous-toolbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [5.0.11](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-01-25)


### Bug Fixes

* 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))



## [5.0.10](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-12-14)

**Note:** Version bump only for package @blockly/continuous-toolbox
Expand Down
4 changes: 2 additions & 2 deletions plugins/continuous-toolbox/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/continuous-toolbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/continuous-toolbox",
"version": "5.0.10",
"version": "5.0.11",
"description": "A Blockly plugin that adds a continous-scrolling style toolbox and flyout",
"scripts": {
"build": "blockly-scripts build",
Expand Down

0 comments on commit f89bb8b

Please sign in to comment.