From 34784e682bcdfabab55fabf33451b623b1f30658 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:16:46 +0000 Subject: [PATCH] Publish - @blockly/field-colour-hsv-sliders@4.1.0 - @blockly/plugin-strict-connection-checker@4.0.3 - @blockly/workspace-backpack@5.1.0 --- plugins/field-colour-hsv-sliders/CHANGELOG.md | 9 +++++++++ plugins/field-colour-hsv-sliders/package-lock.json | 4 ++-- plugins/field-colour-hsv-sliders/package.json | 2 +- plugins/strict-connection-checker/CHANGELOG.md | 8 ++++++++ .../strict-connection-checker/package-lock.json | 4 ++-- plugins/strict-connection-checker/package.json | 2 +- plugins/workspace-backpack/CHANGELOG.md | 14 ++++++++++++++ plugins/workspace-backpack/package-lock.json | 4 ++-- plugins/workspace-backpack/package.json | 2 +- 9 files changed, 40 insertions(+), 9 deletions(-) diff --git a/plugins/field-colour-hsv-sliders/CHANGELOG.md b/plugins/field-colour-hsv-sliders/CHANGELOG.md index 29749318a4..84d7b1c230 100644 --- a/plugins/field-colour-hsv-sliders/CHANGELOG.md +++ b/plugins/field-colour-hsv-sliders/CHANGELOG.md @@ -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 diff --git a/plugins/field-colour-hsv-sliders/package-lock.json b/plugins/field-colour-hsv-sliders/package-lock.json index c673901030..522f8569f2 100644 --- a/plugins/field-colour-hsv-sliders/package-lock.json +++ b/plugins/field-colour-hsv-sliders/package-lock.json @@ -1,12 +1,12 @@ { "name": "@blockly/field-colour-hsv-sliders", - "version": "4.0.2", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@blockly/field-colour-hsv-sliders", - "version": "4.0.2", + "version": "4.1.0", "license": "Apache-2.0", "dependencies": { "@blockly/field-colour": "^3.0.2" diff --git a/plugins/field-colour-hsv-sliders/package.json b/plugins/field-colour-hsv-sliders/package.json index e4c8c5e1d0..6cf7ed6804 100644 --- a/plugins/field-colour-hsv-sliders/package.json +++ b/plugins/field-colour-hsv-sliders/package.json @@ -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", diff --git a/plugins/strict-connection-checker/CHANGELOG.md b/plugins/strict-connection-checker/CHANGELOG.md index 8dfed381ee..c0d3125a8d 100644 --- a/plugins/strict-connection-checker/CHANGELOG.md +++ b/plugins/strict-connection-checker/CHANGELOG.md @@ -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 diff --git a/plugins/strict-connection-checker/package-lock.json b/plugins/strict-connection-checker/package-lock.json index 3df38d603d..92f2fde25a 100644 --- a/plugins/strict-connection-checker/package-lock.json +++ b/plugins/strict-connection-checker/package-lock.json @@ -1,12 +1,12 @@ { "name": "@blockly/plugin-strict-connection-checker", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@blockly/plugin-strict-connection-checker", - "version": "4.0.2", + "version": "4.0.3", "license": "Apache 2.0", "devDependencies": { "blockly": "^10.0.0", diff --git a/plugins/strict-connection-checker/package.json b/plugins/strict-connection-checker/package.json index 4eff6c9890..c2397dff9d 100644 --- a/plugins/strict-connection-checker/package.json +++ b/plugins/strict-connection-checker/package.json @@ -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", diff --git a/plugins/workspace-backpack/CHANGELOG.md b/plugins/workspace-backpack/CHANGELOG.md index 874db1a4d6..c639aa3ed7 100644 --- a/plugins/workspace-backpack/CHANGELOG.md +++ b/plugins/workspace-backpack/CHANGELOG.md @@ -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 diff --git a/plugins/workspace-backpack/package-lock.json b/plugins/workspace-backpack/package-lock.json index b1ab09def5..e7b4ce2f74 100644 --- a/plugins/workspace-backpack/package-lock.json +++ b/plugins/workspace-backpack/package-lock.json @@ -1,12 +1,12 @@ { "name": "@blockly/workspace-backpack", - "version": "5.0.2", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@blockly/workspace-backpack", - "version": "5.0.2", + "version": "5.1.0", "license": "Apache-2.0", "devDependencies": { "blockly": "^10.0.0" diff --git a/plugins/workspace-backpack/package.json b/plugins/workspace-backpack/package.json index 8452f031a1..f1aa154df8 100644 --- a/plugins/workspace-backpack/package.json +++ b/plugins/workspace-backpack/package.json @@ -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",