Skip to content

Commit e90c067

Browse files
Publish
- @blockly/block-plus-minus@9.0.9 - @blockly/migrate@3.0.8
1 parent 25142c1 commit e90c067

7 files changed

Lines changed: 26 additions & 8 deletions

File tree

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-plus-minus/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+
## [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)
7+
8+
9+
### Bug Fixes
10+
11+
* Update JSDoc types in plus-minus procedure blocks ([#2673](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2673)) ([25142c1](https://github.com/RaspberryPiFoundation/blockly-samples/commit/25142c1a5aff0b3fb01890ca83ee9b2d5bb0278b))
12+
13+
14+
615
## [9.0.8](https://github.com/RaspberryPiFoundation/blockly-samples/compare/@blockly/block-plus-minus@9.0.7...@blockly/block-plus-minus@9.0.8) (2026-01-15)
716

817
**Note:** Version bump only for package @blockly/block-plus-minus

plugins/block-plus-minus/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-plus-minus/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-plus-minus",
3-
"version": "9.0.8",
3+
"version": "9.0.9",
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",

plugins/migration/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+
## [3.0.8](https://github.com/RaspberryPiFoundation/blockly-samples/compare/@blockly/migrate@3.0.7...@blockly/migrate@3.0.8) (2026-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* Update URLs in migration plugin ([#2672](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2672)) ([81b6279](https://github.com/RaspberryPiFoundation/blockly-samples/commit/81b6279a4286833dc92015c2b86a3139e52ac39a))
12+
13+
14+
615
## [3.0.7](https://github.com/RaspberryPiFoundation/blockly-samples/compare/@blockly/migrate@3.0.6...@blockly/migrate@3.0.7) (2026-01-05)
716

817

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/migrate",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "A collection of tools that help with migrating apps using Blockly to new versions of BLockly.",
55
"bin": "./bin/migrate.js",
66
"author": "Blockly Team",

0 commit comments

Comments
 (0)