Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blockly/field-colour-hsv-sliders@4.1.0
 - @blockly/plugin-strict-connection-checker@4.0.3
 - @blockly/workspace-backpack@5.1.0
  • Loading branch information
github-actions[bot] committed Aug 3, 2023
1 parent 43718ce commit 34784e6
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 9 deletions.
9 changes: 9 additions & 0 deletions plugins/field-colour-hsv-sliders/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.0](https://github.com/google/blockly-samples/compare/@blockly/field-colour-hsv-sliders@4.0.2...@blockly/field-colour-hsv-sliders@4.1.0) (2023-08-03)


### Features

* Update the field-colour-hsv-sliders package to use the field-colour package. ([#1830](https://github.com/google/blockly-samples/issues/1830)) ([e756bf4](https://github.com/google/blockly-samples/commit/e756bf488c5cf094e6fd236b70482b6bc23cae4f))



## [4.0.2](https://github.com/google/blockly-samples/compare/@blockly/field-colour-hsv-sliders@4.0.1...@blockly/field-colour-hsv-sliders@4.0.2) (2023-07-24)

**Note:** Version bump only for package @blockly/field-colour-hsv-sliders
Expand Down
4 changes: 2 additions & 2 deletions plugins/field-colour-hsv-sliders/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/field-colour-hsv-sliders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/field-colour-hsv-sliders",
"version": "4.0.2",
"version": "4.1.0",
"description": "A Blockly colour field using HSV sliders.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down
8 changes: 8 additions & 0 deletions plugins/strict-connection-checker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/google/blockly-samples/compare/@blockly/plugin-strict-connection-checker@4.0.2...@blockly/plugin-strict-connection-checker@4.0.3) (2023-08-03)

**Note:** Version bump only for package @blockly/plugin-strict-connection-checker





## [4.0.2](https://github.com/google/blockly-samples/compare/@blockly/plugin-strict-connection-checker@4.0.1...@blockly/plugin-strict-connection-checker@4.0.2) (2023-07-24)

**Note:** Version bump only for package @blockly/plugin-strict-connection-checker
Expand Down
4 changes: 2 additions & 2 deletions plugins/strict-connection-checker/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/strict-connection-checker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/plugin-strict-connection-checker",
"version": "4.0.2",
"version": "4.0.3",
"description": "A connection checker that prevents blocks that don't provide type information from being connected to blocks that do.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down
14 changes: 14 additions & 0 deletions plugins/workspace-backpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.0](https://github.com/google/blockly-samples/compare/@blockly/workspace-backpack@5.0.2...@blockly/workspace-backpack@5.1.0) (2023-08-03)


### Features

* add option skip backpack serializer registration ([#1829](https://github.com/google/blockly-samples/issues/1829)) ([c139845](https://github.com/google/blockly-samples/commit/c1398453dca6eff82f729db6a2e39e7fbdfcade3))


### Bug Fixes

* support xml serialized blocks in setContents() of workspace-back… ([#1835](https://github.com/google/blockly-samples/issues/1835)) ([43718ce](https://github.com/google/blockly-samples/commit/43718ce93b38039fdcf2b0fca89eb80101c765a1))



## [5.0.2](https://github.com/google/blockly-samples/compare/@blockly/workspace-backpack@5.0.1...@blockly/workspace-backpack@5.0.2) (2023-07-24)

**Note:** Version bump only for package @blockly/workspace-backpack
Expand Down
4 changes: 2 additions & 2 deletions plugins/workspace-backpack/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/workspace-backpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/workspace-backpack",
"version": "5.0.2",
"version": "5.1.0",
"description": "A Blockly plugin that adds Backpack support.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down

0 comments on commit 34784e6

Please sign in to comment.