Skip to content

Commit d9076a7

Browse files
Publish
- @blockly/[email protected] - @blockly/[email protected]
1 parent 2b92932 commit d9076a7

File tree

6 files changed

+25
-9
lines changed

6 files changed

+25
-9
lines changed

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

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

plugins/field-colour-hsv-sliders/package-lock.json

Lines changed: 3 additions & 3 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.1",
3+
"version": "6.0.2",
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.1"
44+
"@blockly/field-colour": "^6.0.2"
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.2](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-06-19)
7+
8+
**Note:** Version bump only for package @blockly/field-colour
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-05-22)
715

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

plugins/field-colour/package-lock.json

Lines changed: 3 additions & 3 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.1",
3+
"version": "6.0.2",
44
"description": "A Blockly colour field.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

0 commit comments

Comments
 (0)