Skip to content

Commit e2a5839

Browse files
Publish
- @blockly/[email protected] - @blockly/[email protected]
1 parent 0996ed7 commit e2a5839

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
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+
## [4.0.7](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-12-21)
7+
8+
9+
### Bug Fixes
10+
11+
* procedure parameter serialization ([#2125](https://github.com/google/blockly-samples/issues/2125)) ([0996ed7](https://github.com/google/blockly-samples/commit/0996ed79fe75663ed2916bc0b20cc35540887324))
12+
13+
14+
615
## [4.0.6](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-12-14)
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": "4.0.6",
3+
"version": "4.0.7",
44
"description": "A plugin that adds procedure blocks which are backed by explicit data models.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

plugins/workspace-minimap/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+
## [0.1.11](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-12-21)
7+
8+
9+
### Bug Fixes
10+
11+
* Publish types for workspace-minimap ([#2122](https://github.com/google/blockly-samples/issues/2122)) ([295ee2a](https://github.com/google/blockly-samples/commit/295ee2a5a97bccdd3eeb842f3c3ba4bcadc55c5b))
12+
13+
14+
615
## [0.1.10](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-12-14)
716

817
**Note:** Version bump only for package @blockly/workspace-minimap

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/workspace-minimap",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "A Blockly plugin.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

0 commit comments

Comments
 (0)