Skip to content

Commit e0c7b4a

Browse files
Publish
- @blockly/[email protected] - @blockly/[email protected]
1 parent b0904b9 commit e0c7b4a

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

plugins/field-colour-hsv-sliders/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.2.0](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-02-01)
7+
8+
9+
### Features
10+
11+
* Use intermediate change events for HSV sliders. ([#2173](https://github.com/google/blockly-samples/issues/2173)) ([ed56b79](https://github.com/google/blockly-samples/commit/ed56b79be5507790572000f028a49d7bf317896d))
12+
13+
14+
615
## [4.1.9](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/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/field-colour-hsv-sliders",
3-
"version": "4.1.9",
3+
"version": "4.2.0",
44
"description": "A Blockly colour field using HSV sliders.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

plugins/scroll-options/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.0.10](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* scroll options accessing internal properties ([#2181](https://github.com/google/blockly-samples/issues/2181)) ([90b2620](https://github.com/google/blockly-samples/commit/90b2620a5557d33a71c87e70c3887e0d764cb253))
12+
13+
14+
615
## [5.0.9](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/plugin-scroll-options

plugins/scroll-options/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/scroll-options/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/plugin-scroll-options",
3-
"version": "5.0.9",
3+
"version": "5.0.10",
44
"description": "A Blockly plugin that adds advanced scroll options such as scroll-on-drag and scroll while holding a block.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

0 commit comments

Comments
 (0)