Skip to content

Commit a74ba83

Browse files
Publish
- @blockly/[email protected] - @blockly/[email protected] - @blockly/[email protected]
1 parent 4e28e47 commit a74ba83

File tree

9 files changed

+36
-9
lines changed

9 files changed

+36
-9
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.1.0](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-01-11)
7+
8+
9+
### Features
10+
11+
* create createBackingVariable method ([#2106](https://github.com/google/blockly-samples/issues/2106)) ([1d0df1e](https://github.com/google/blockly-samples/commit/1d0df1e56d457e67c9660e2a93e6a4f06a316395))
12+
13+
14+
615
## [4.0.7](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-12-21)
716

817

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

plugins/suggested-blocks/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.1.5](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-01-11)
7+
8+
9+
### Bug Fixes
10+
11+
* fire finished loading event in suggested blocks test page ([#2098](https://github.com/google/blockly-samples/issues/2098)) ([5dd2ced](https://github.com/google/blockly-samples/commit/5dd2cededc4a1fe701347b4f711fc184b1e36791))
12+
13+
14+
615
## [4.1.4](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/suggested-blocks

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/suggested-blocks",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"description": "A plugin that adds toolbox panes with suggested blocks based on the user's past usage of blocks.",
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.13](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-01-11)
7+
8+
9+
### Bug Fixes
10+
11+
* Prevent workspace click handlers in minimap. ([#2133](https://github.com/google/blockly-samples/issues/2133)) ([eca0228](https://github.com/google/blockly-samples/commit/eca02287bf72c7cd780928c2fa2ba42cb784fabb))
12+
13+
14+
615
## [0.1.12](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-01-04)
716

817

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.12",
3+
"version": "0.1.13",
44
"description": "A Blockly plugin.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

0 commit comments

Comments
 (0)