Skip to content

Commit eb305dd

Browse files
Publish
- @blockly/[email protected] - @blockly/[email protected] - @blockly/[email protected] - @blockly/[email protected] - @blockly/[email protected]
1 parent cfe4b42 commit eb305dd

File tree

15 files changed

+61
-21
lines changed

15 files changed

+61
-21
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/field-colour-hsv-sliders/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+
## [6.0.6](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @blockly/field-colour-hsv-sliders
9+
10+
11+
12+
13+
614
## [6.0.5](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-10-02)
715

816
**Note:** Version bump only for package @blockly/field-colour-hsv-sliders

plugins/field-colour-hsv-sliders/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/field-colour-hsv-sliders/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/field-colour-hsv-sliders",
3-
"version": "6.0.5",
3+
"version": "6.0.6",
44
"description": "A Blockly colour field using HSV sliders.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",
@@ -41,7 +41,7 @@
4141
"src"
4242
],
4343
"dependencies": {
44-
"@blockly/field-colour": "^6.0.5"
44+
"@blockly/field-colour": "^6.0.6"
4545
},
4646
"devDependencies": {
4747
"@blockly/dev-scripts": "^4.0.9",

plugins/field-colour/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+
## [6.0.6](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @blockly/field-colour
9+
10+
11+
12+
13+
614
## [6.0.5](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-10-02)
715

816
**Note:** Version bump only for package @blockly/field-colour

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

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

plugins/field-dependent-dropdown/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.4](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @blockly/field-dependent-dropdown
9+
10+
11+
12+
13+
614
## [5.0.3](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-10-02)
715

816
**Note:** Version bump only for package @blockly/field-dependent-dropdown

plugins/field-dependent-dropdown/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/field-dependent-dropdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/field-dependent-dropdown",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "A Blockly dropdown field that automatically updates its available options depending on the value of another field.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

0 commit comments

Comments
 (0)