Skip to content

Commit 243cbee

Browse files
Publish
- @blockly/block-dynamic-connection@0.7.13 - @blockly/block-plus-minus@8.0.13 - @blockly/block-shareable-procedures@5.0.13 - @blockly/workspace-content-highlight@5.0.13 - @blockly/continuous-toolbox@6.0.13 - @blockly/plugin-cross-tab-copy-paste@6.0.13 - @blockly/dev-tools@8.0.13 - @blockly/disable-top-blocks@0.5.13 - @blockly/field-angle@5.0.13 - @blockly/field-bitmap@5.0.13 - @blockly/field-colour@5.0.13 - @blockly/field-colour-hsv-sliders@5.0.13 - @blockly/field-date@9.0.13 - @blockly/field-dependent-dropdown@4.0.13 - @blockly/field-grid-dropdown@5.0.13 - @blockly/field-multilineinput@5.0.14 - @blockly/field-slider@7.0.13 - @blockly/fixed-edges@5.0.13 - @blockly/keyboard-navigation@0.6.13 - @blockly/plugin-modal@7.0.13 - @blockly/plugin-scroll-options@6.0.13 - @blockly/shadow-block-converter@6.0.14 - @blockly/plugin-strict-connection-checker@5.0.13 - @blockly/suggested-blocks@5.0.13 - @blockly/toolbox-search@2.0.13 - @blockly/plugin-typed-variable-modal@8.0.13 - @blockly/workspace-backpack@6.0.13 - @blockly/workspace-minimap@0.2.13 - @blockly/plugin-workspace-search@9.1.7 - @blockly/zoom-to-fit@6.0.13
1 parent eecfccd commit 243cbee

File tree

90 files changed

+369
-126
lines changed

Some content is hidden

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

90 files changed

+369
-126
lines changed

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.7.13](https://github.com/google/blockly-samples/compare/@blockly/block-dynamic-connection@0.7.12...@blockly/block-dynamic-connection@0.7.13) (2024-12-19)
7+
8+
**Note:** Version bump only for package @blockly/block-dynamic-connection
9+
10+
11+
12+
13+
614
## [0.7.12](https://github.com/google/blockly-samples/compare/@blockly/block-dynamic-connection@0.7.11...@blockly/block-dynamic-connection@0.7.12) (2024-12-03)
715

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

plugins/block-dynamic-connection/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-dynamic-connection/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-dynamic-connection",
3-
"version": "0.7.12",
3+
"version": "0.7.13",
44
"description": "A group of blocks that add connections dynamically.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",
@@ -41,7 +41,7 @@
4141
],
4242
"devDependencies": {
4343
"@blockly/dev-scripts": "^4.0.7",
44-
"@blockly/dev-tools": "^8.0.12",
44+
"@blockly/dev-tools": "^8.0.13",
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+
## [8.0.13](https://github.com/google/blockly-samples/compare/@blockly/block-plus-minus@8.0.12...@blockly/block-plus-minus@8.0.13) (2024-12-19)
7+
8+
**Note:** Version bump only for package @blockly/block-plus-minus
9+
10+
11+
12+
13+
614
## [8.0.12](https://github.com/google/blockly-samples/compare/@blockly/block-plus-minus@8.0.11...@blockly/block-plus-minus@8.0.12) (2024-12-03)
715

816
**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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/block-plus-minus",
3-
"version": "8.0.12",
3+
"version": "8.0.13",
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",
@@ -40,7 +40,7 @@
4040
],
4141
"devDependencies": {
4242
"@blockly/dev-scripts": "^4.0.7",
43-
"@blockly/dev-tools": "^8.0.12",
43+
"@blockly/dev-tools": "^8.0.13",
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+
## [5.0.13](https://github.com/google/blockly-samples/compare/@blockly/block-shareable-procedures@5.0.12...@blockly/block-shareable-procedures@5.0.13) (2024-12-19)
7+
8+
**Note:** Version bump only for package @blockly/block-shareable-procedures
9+
10+
11+
12+
13+
614
## [5.0.12](https://github.com/google/blockly-samples/compare/@blockly/block-shareable-procedures@5.0.11...@blockly/block-shareable-procedures@5.0.12) (2024-12-03)
715

816
**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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/block-shareable-procedures",
3-
"version": "5.0.12",
3+
"version": "5.0.13",
44
"description": "A plugin that adds procedure blocks which are backed by explicit data models.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",
@@ -42,7 +42,7 @@
4242
],
4343
"devDependencies": {
4444
"@blockly/dev-scripts": "^4.0.7",
45-
"@blockly/dev-tools": "^8.0.12",
45+
"@blockly/dev-tools": "^8.0.13",
4646
"chai": "^4.3.7",
4747
"jsdom": "^16.4.0",
4848
"jsdom-global": "^3.0.2",

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+
## [5.0.13](https://github.com/google/blockly-samples/compare/@blockly/workspace-content-highlight@5.0.12...@blockly/workspace-content-highlight@5.0.13) (2024-12-19)
7+
8+
**Note:** Version bump only for package @blockly/workspace-content-highlight
9+
10+
11+
12+
13+
614
## [5.0.12](https://github.com/google/blockly-samples/compare/@blockly/workspace-content-highlight@5.0.11...@blockly/workspace-content-highlight@5.0.12) (2024-12-03)
715

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

0 commit comments

Comments
 (0)