Skip to content

Commit 5e28520

Browse files
Publish
- @blockly/block-shareable-procedures@5.0.15 - @blockly/field-bitmap@5.0.15
1 parent 73e8819 commit 5e28520

6 files changed

Lines changed: 28 additions & 6 deletions

File tree

plugins/block-shareable-procedures/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+
## [5.0.15](https://github.com/google/blockly-samples/compare/@blockly/block-shareable-procedures@5.0.14...@blockly/block-shareable-procedures@5.0.15) (2025-02-27)
7+
8+
9+
### Bug Fixes
10+
11+
* Mitigate shareable procedure flyout bug. ([a37225a](https://github.com/google/blockly-samples/commit/a37225a6dc4369fcec14e2a704eaa6bef9842b8c))
12+
13+
14+
15+
16+
617
## [5.0.14](https://github.com/google/blockly-samples/compare/@blockly/block-shareable-procedures@5.0.13...@blockly/block-shareable-procedures@5.0.14) (2025-02-13)
718

819
**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": "5.0.14",
3+
"version": "5.0.15",
44
"description": "A plugin that adds procedure blocks which are backed by explicit data models.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

plugins/field-bitmap/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+
## [5.0.15](https://github.com/google/blockly-samples/compare/@blockly/field-bitmap@5.0.14...@blockly/field-bitmap@5.0.15) (2025-02-27)
7+
8+
9+
### Bug Fixes
10+
11+
* [#2463](https://github.com/google/blockly-samples/issues/2463) update event handling for field-bitmap to support touch ([c105002](https://github.com/google/blockly-samples/commit/c1050025e41dd456c822301555b1b3a20577d03e))
12+
13+
14+
15+
16+
617
## [5.0.14](https://github.com/google/blockly-samples/compare/@blockly/field-bitmap@5.0.13...@blockly/field-bitmap@5.0.14) (2025-02-13)
718

819
**Note:** Version bump only for package @blockly/field-bitmap

plugins/field-bitmap/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/field-bitmap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/field-bitmap",
3-
"version": "5.0.14",
3+
"version": "5.0.15",
44
"description": "A field that lets users input a pixel grid with their mouse.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

0 commit comments

Comments
 (0)