Skip to content

Commit bd2702f

Browse files
Publish
- @blockly/[email protected] - @blockly/[email protected]
1 parent 7cd4c5c commit bd2702f

File tree

6 files changed

+29
-6
lines changed

6 files changed

+29
-6
lines changed

plugins/shadow-block-converter/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.0](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-01-18)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* Use setShadowState instead of setShadow in shadow-block-converter
12+
13+
### Bug Fixes
14+
15+
* Use setShadowState instead of setShadow in shadow-block-converter ([7cd4c5c](https://github.com/google/blockly-samples/commit/7cd4c5c53a40c8157cb689e35974004fa5f0ac73))
16+
* Use setShadowState instead of setShadow in shadow-block-converter ([#2090](https://github.com/google/blockly-samples/issues/2090)) ([0ee8651](https://github.com/google/blockly-samples/commit/0ee86515b8509d14109e453b608d587abed428cd))
17+
18+
19+
620
## [4.0.11](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-12-14)
721

822
**Note:** Version bump only for package @blockly/shadow-block-converter

plugins/shadow-block-converter/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/shadow-block-converter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/shadow-block-converter",
3-
"version": "4.0.11",
3+
"version": "5.0.0",
44
"description": "A workspace change listener that converts shadow blocks to real blocks when the user edits them.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

plugins/workspace-backpack/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+
## [5.3.3](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-01-18)
7+
8+
9+
### Bug Fixes
10+
11+
* add type export statement to workspace-backpack ([#2148](https://github.com/google/blockly-samples/issues/2148)) ([a399ec0](https://github.com/google/blockly-samples/commit/a399ec03dc8f8c9676c412b9fb43a77c143ab968))
12+
13+
14+
615
## [5.3.2](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-backpack

plugins/workspace-backpack/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-backpack/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-backpack",
3-
"version": "5.3.2",
3+
"version": "5.3.3",
44
"description": "A Blockly plugin that adds Backpack support.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

0 commit comments

Comments
 (0)