Skip to content

Commit 4259cd3

Browse files
Publish
- @blockly/[email protected]
1 parent 506067b commit 4259cd3

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

plugins/block-shareable-procedures/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+
## [6.0.2](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-06-12)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix a bug that could cause a crash when deleting a shared procedure definition. ([#2560](https://github.com/google/blockly-samples/issues/2560)) ([506067b](https://github.com/google/blockly-samples/commit/506067b5999c54849cc205c66afffa5b49d3eec8))
12+
13+
14+
615
## [6.0.1](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-05-22)
716

817
**Note:** Version bump only for package @blockly/block-shareable-procedures

plugins/block-shareable-procedures/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/block-shareable-procedures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/block-shareable-procedures",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "A plugin that adds procedure blocks which are backed by explicit data models.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

0 commit comments

Comments
 (0)