Skip to content

Commit d37ef17

Browse files
Publish
- @blockly/block-dynamic-connection@0.8.9 - @blockly/block-plus-minus@9.0.10 - @blockly/block-shareable-procedures@6.0.11 - @blockly/block-test@7.0.6 - @blockly/workspace-content-highlight@6.0.9 - @blockly/continuous-toolbox@7.0.9 - @blockly/plugin-cross-tab-copy-paste@8.0.8 - @blockly/create-package@3.0.5 - @blockly/dev-scripts@4.0.12 - @blockly/dev-tools@9.0.9 - @blockly/disable-top-blocks@0.6.9 - @blockly/field-angle@6.0.9 - @blockly/field-bitmap@6.0.9 - @blockly/field-colour@6.0.12 - @blockly/field-colour-hsv-sliders@6.0.12 - @blockly/field-date@10.0.9 - @blockly/field-dependent-dropdown@5.0.10 - @blockly/field-grid-dropdown@6.0.10 - @blockly/field-multilineinput@6.0.9 - @blockly/field-slider@8.0.9 - @blockly/fixed-edges@6.0.9 - @blockly/plugin-modal@8.0.9 - @blockly/plugin-scroll-options@7.0.9 - @blockly/shadow-block-converter@7.0.10 - @blockly/plugin-strict-connection-checker@6.0.9 - @blockly/suggested-blocks@6.0.10 - @blockly/theme-dark@8.0.4 - @blockly/theme-deuteranopia@7.0.4 - @blockly/theme-highcontrast@7.0.4 - @blockly/theme-modern@7.0.5 - @blockly/theme-tritanopia@7.0.4 - @blockly/toolbox-search@3.1.9 - @blockly/plugin-typed-variable-modal@9.0.9 - @blockly/workspace-backpack@7.0.11 - @blockly/workspace-minimap@0.3.9 - @blockly/plugin-workspace-search@10.1.8 - @blockly/zoom-to-fit@7.0.9
1 parent 170c399 commit d37ef17

75 files changed

Lines changed: 585 additions & 287 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 179 additions & 179 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/block-dynamic-connection/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [0.8.9](https://github.com/RaspberryPiFoundation/blockly-samples/compare/@blockly/block-dynamic-connection@0.8.8...@blockly/block-dynamic-connection@0.8.9) (2026-04-09)
7+
8+
**Note:** Version bump only for package @blockly/block-dynamic-connection
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/RaspberryPiFoundation/blockly-samples/compare/@blockly/block-dynamic-connection@0.8.7...@blockly/block-dynamic-connection@0.8.8) (2026-01-15)
715

816
**Note:** Version bump only for package @blockly/block-dynamic-connection

plugins/block-dynamic-connection/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/block-dynamic-connection",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"description": "A group of blocks that add connections dynamically.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",
@@ -40,8 +40,8 @@
4040
"src"
4141
],
4242
"devDependencies": {
43-
"@blockly/dev-scripts": "^4.0.11",
44-
"@blockly/dev-tools": "^9.0.8",
43+
"@blockly/dev-scripts": "^4.0.12",
44+
"@blockly/dev-tools": "^9.0.9",
4545
"chai": "^4.2.0",
4646
"mocha": "^10.2.0",
4747
"typescript": "^5.4.5"

plugins/block-plus-minus/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [9.0.10](https://github.com/RaspberryPiFoundation/blockly-samples/compare/@blockly/block-plus-minus@9.0.9...@blockly/block-plus-minus@9.0.10) (2026-04-09)
7+
8+
**Note:** Version bump only for package @blockly/block-plus-minus
9+
10+
11+
12+
13+
614
## [9.0.9](https://github.com/RaspberryPiFoundation/blockly-samples/compare/@blockly/block-plus-minus@9.0.8...@blockly/block-plus-minus@9.0.9) (2026-01-22)
715

816

plugins/block-plus-minus/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/block-plus-minus",
3-
"version": "9.0.9",
3+
"version": "9.0.10",
44
"description": "A group of blocks that replace the built-in mutator UI with a +/- based UI.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",
@@ -39,8 +39,8 @@
3939
"src"
4040
],
4141
"devDependencies": {
42-
"@blockly/dev-scripts": "^4.0.11",
43-
"@blockly/dev-tools": "^9.0.8",
42+
"@blockly/dev-scripts": "^4.0.12",
43+
"@blockly/dev-tools": "^9.0.9",
4444
"chai": "^4.2.0",
4545
"mocha": "^10.2.0",
4646
"sinon": "^9.0.1"

plugins/block-shareable-procedures/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.11](https://github.com/RaspberryPiFoundation/blockly-samples/compare/@blockly/block-shareable-procedures@6.0.10...@blockly/block-shareable-procedures@6.0.11) (2026-04-09)
7+
8+
**Note:** Version bump only for package @blockly/block-shareable-procedures
9+
10+
11+
12+
13+
614
## [6.0.10](https://github.com/RaspberryPiFoundation/blockly-samples/compare/@blockly/block-shareable-procedures@6.0.9...@blockly/block-shareable-procedures@6.0.10) (2026-01-15)
715

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

plugins/block-shareable-procedures/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/block-shareable-procedures",
3-
"version": "6.0.10",
3+
"version": "6.0.11",
44
"description": "A plugin that adds procedure blocks which are backed by explicit data models.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",
@@ -41,8 +41,8 @@
4141
"src"
4242
],
4343
"devDependencies": {
44-
"@blockly/dev-scripts": "^4.0.11",
45-
"@blockly/dev-tools": "^9.0.8",
44+
"@blockly/dev-scripts": "^4.0.12",
45+
"@blockly/dev-tools": "^9.0.9",
4646
"chai": "^4.3.7",
4747
"jsdom": "^16.4.0",
4848
"jsdom-global": "^3.0.2",

plugins/block-test/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.6](https://github.com/RaspberryPiFoundation/blockly-samples/compare/@blockly/block-test@7.0.5...@blockly/block-test@7.0.6) (2026-04-09)
7+
8+
**Note:** Version bump only for package @blockly/block-test
9+
10+
11+
12+
13+
614
## [7.0.5](https://github.com/RaspberryPiFoundation/blockly-samples/compare/@blockly/block-test@7.0.4...@blockly/block-test@7.0.5) (2026-01-05)
715

816

plugins/block-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/block-test",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"description": "A group of Blockly test blocks.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",
@@ -39,7 +39,7 @@
3939
"src"
4040
],
4141
"devDependencies": {
42-
"@blockly/dev-scripts": "^4.0.11"
42+
"@blockly/dev-scripts": "^4.0.12"
4343
},
4444
"peerDependencies": {
4545
"blockly": "^12.0.0"

plugins/content-highlight/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.9](https://github.com/RaspberryPiFoundation/blockly-samples/compare/@blockly/workspace-content-highlight@6.0.8...@blockly/workspace-content-highlight@6.0.9) (2026-04-09)
7+
8+
**Note:** Version bump only for package @blockly/workspace-content-highlight
9+
10+
11+
12+
13+
614
## [6.0.8](https://github.com/RaspberryPiFoundation/blockly-samples/compare/@blockly/workspace-content-highlight@6.0.7...@blockly/workspace-content-highlight@6.0.8) (2026-01-15)
715

816
**Note:** Version bump only for package @blockly/workspace-content-highlight

0 commit comments

Comments
 (0)