Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blockly/block-dynamic-connection@0.6.4
 - @blockly/block-plus-minus@7.0.6
 - @blockly/block-shareable-procedures@4.1.5
 - @blockly/block-test@5.1.2
 - @blockly/workspace-content-highlight@4.0.16
 - @blockly/continuous-toolbox@5.0.18
 - @blockly/plugin-cross-tab-copy-paste@5.0.10
 - @blockly/create-package@2.0.5
 - @blockly/dev-tools@7.1.10
 - @blockly/disable-top-blocks@0.4.14
 - @blockly/field-angle@4.0.3
 - @blockly/field-bitmap@4.0.18
 - @blockly/field-colour@4.0.3
 - @blockly/field-colour-hsv-sliders@4.2.6
 - @blockly/field-date@8.0.16
 - @blockly/field-dependent-dropdown@3.0.16
 - @blockly/field-grid-dropdown@4.0.15
 - @blockly/field-multilineinput@4.0.3
 - @blockly/field-slider@6.1.9
 - @blockly/fixed-edges@4.0.15
 - @blockly/keyboard-navigation@0.5.12
 - @blockly/migrate@2.0.6
 - @blockly/plugin-modal@6.0.14
 - @blockly/plugin-scroll-options@5.0.17
 - @blockly/shadow-block-converter@5.0.5
 - @blockly/plugin-strict-connection-checker@4.0.15
 - @blockly/suggested-blocks@4.1.10
 - @blockly/theme-dark@6.0.7
 - @blockly/theme-deuteranopia@5.0.8
 - @blockly/theme-highcontrast@5.0.7
 - @blockly/theme-modern@5.0.7
 - @blockly/theme-tritanopia@5.0.7
 - @blockly/toolbox-search@1.2.10
 - @blockly/plugin-typed-variable-modal@7.0.14
 - @blockly/workspace-backpack@5.3.8
 - @blockly/workspace-minimap@0.1.18
 - @blockly/plugin-workspace-search@8.1.7
 - @blockly/zoom-to-fit@5.0.17
  • Loading branch information
github-actions[bot] committed May 9, 2024
1 parent 9af40b9 commit fef52c3
Show file tree
Hide file tree
Showing 114 changed files with 468 additions and 150 deletions.
8 changes: 8 additions & 0 deletions plugins/block-dynamic-connection/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.

## [0.6.4](https://github.com/google/blockly-samples/compare/@blockly/block-dynamic-connection@0.6.3...@blockly/block-dynamic-connection@0.6.4) (2024-05-09)

**Note:** Version bump only for package @blockly/block-dynamic-connection





## [0.6.3](https://github.com/google/blockly-samples/compare/@blockly/block-dynamic-connection@0.6.2...@blockly/block-dynamic-connection@0.6.3) (2024-04-25)

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

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

4 changes: 2 additions & 2 deletions plugins/block-dynamic-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/block-dynamic-connection",
"version": "0.6.3",
"version": "0.6.4",
"description": "A group of blocks that add connections dynamically.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^3.1.1",
"@blockly/dev-tools": "^7.1.9",
"@blockly/dev-tools": "^7.1.10",
"blockly": "^10.4.1",
"chai": "^4.2.0",
"mocha": "^10.2.0",
Expand Down
9 changes: 9 additions & 0 deletions plugins/block-plus-minus/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.

## [7.0.6](https://github.com/google/blockly-samples/compare/@blockly/block-plus-minus@7.0.5...@blockly/block-plus-minus@7.0.6) (2024-05-09)


### Bug Fixes

* Fix incorrect Blockly imports ([#2339](https://github.com/google/blockly-samples/issues/2339)) ([9af40b9](https://github.com/google/blockly-samples/commit/9af40b9ca075275af2b48cedcc1750d458084eb3))



## [7.0.5](https://github.com/google/blockly-samples/compare/@blockly/block-plus-minus@7.0.4...@blockly/block-plus-minus@7.0.5) (2024-04-25)

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

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

4 changes: 2 additions & 2 deletions plugins/block-plus-minus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/block-plus-minus",
"version": "7.0.5",
"version": "7.0.6",
"description": "A group of blocks that replace the built-in mutator UI with a +/- based UI.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^3.1.1",
"@blockly/dev-tools": "^7.1.9",
"@blockly/dev-tools": "^7.1.10",
"blockly": "^10.3.0",
"chai": "^4.2.0",
"mocha": "^10.2.0",
Expand Down
9 changes: 9 additions & 0 deletions plugins/block-shareable-procedures/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.5](https://github.com/google/blockly-samples/compare/@blockly/block-shareable-procedures@4.1.4...@blockly/block-shareable-procedures@4.1.5) (2024-05-09)


### Bug Fixes

* add boolean to dispose function call ([#2341](https://github.com/google/blockly-samples/issues/2341)) ([161c0d1](https://github.com/google/blockly-samples/commit/161c0d18aa74bd5809ef23bdfea7a5648fb45a39)), closes [#2217](https://github.com/google/blockly-samples/issues/2217)



## [4.1.4](https://github.com/google/blockly-samples/compare/@blockly/block-shareable-procedures@4.1.3...@blockly/block-shareable-procedures@4.1.4) (2024-04-25)

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

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

4 changes: 2 additions & 2 deletions plugins/block-shareable-procedures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/block-shareable-procedures",
"version": "4.1.4",
"version": "4.1.5",
"description": "A plugin that adds procedure blocks which are backed by explicit data models.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -42,7 +42,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^3.1.1",
"@blockly/dev-tools": "^7.1.9",
"@blockly/dev-tools": "^7.1.10",
"blockly": "^10.2.0",
"chai": "^4.3.7",
"jsdom": "^16.4.0",
Expand Down
9 changes: 9 additions & 0 deletions plugins/block-test/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.

## [5.1.2](https://github.com/google/blockly-samples/compare/@blockly/block-test@5.1.1...@blockly/block-test@5.1.2) (2024-05-09)


### Bug Fixes

* Fix incorrect Blockly imports ([#2339](https://github.com/google/blockly-samples/issues/2339)) ([9af40b9](https://github.com/google/blockly-samples/commit/9af40b9ca075275af2b48cedcc1750d458084eb3))



## [5.1.1](https://github.com/google/blockly-samples/compare/@blockly/block-test@5.1.0...@blockly/block-test@5.1.1) (2024-04-04)

**Note:** Version bump only for package @blockly/block-test
Expand Down
4 changes: 2 additions & 2 deletions plugins/block-test/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/block-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/block-test",
"version": "5.1.1",
"version": "5.1.2",
"description": "A group of Blockly test blocks.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down
8 changes: 8 additions & 0 deletions plugins/content-highlight/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.16](https://github.com/google/blockly-samples/compare/@blockly/workspace-content-highlight@4.0.15...@blockly/workspace-content-highlight@4.0.16) (2024-05-09)

**Note:** Version bump only for package @blockly/workspace-content-highlight





## [4.0.15](https://github.com/google/blockly-samples/compare/@blockly/workspace-content-highlight@4.0.14...@blockly/workspace-content-highlight@4.0.15) (2024-04-25)

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

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

4 changes: 2 additions & 2 deletions plugins/content-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/workspace-content-highlight",
"version": "4.0.15",
"version": "4.0.16",
"description": "A Blockly workspace plugin that adds a highlight around the content area.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -44,7 +44,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^3.1.1",
"@blockly/dev-tools": "^7.1.9",
"@blockly/dev-tools": "^7.1.10",
"blockly": "^10.0.0",
"typescript": "^5.2.2"
},
Expand Down
8 changes: 8 additions & 0 deletions plugins/continuous-toolbox/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.

## [5.0.18](https://github.com/google/blockly-samples/compare/@blockly/continuous-toolbox@5.0.17...@blockly/continuous-toolbox@5.0.18) (2024-05-09)

**Note:** Version bump only for package @blockly/continuous-toolbox





## [5.0.17](https://github.com/google/blockly-samples/compare/@blockly/continuous-toolbox@5.0.16...@blockly/continuous-toolbox@5.0.17) (2024-05-02)


Expand Down
4 changes: 2 additions & 2 deletions plugins/continuous-toolbox/package-lock.json

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

4 changes: 2 additions & 2 deletions plugins/continuous-toolbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/continuous-toolbox",
"version": "5.0.17",
"version": "5.0.18",
"description": "A Blockly plugin that adds a continous-scrolling style toolbox and flyout",
"scripts": {
"build": "blockly-scripts build",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^3.1.1",
"@blockly/dev-tools": "^7.1.9",
"@blockly/dev-tools": "^7.1.10",
"blockly": "^10.0.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions plugins/cross-tab-copy-paste/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.

## [5.0.10](https://github.com/google/blockly-samples/compare/@blockly/plugin-cross-tab-copy-paste@5.0.9...@blockly/plugin-cross-tab-copy-paste@5.0.10) (2024-05-09)

**Note:** Version bump only for package @blockly/plugin-cross-tab-copy-paste





## [5.0.9](https://github.com/google/blockly-samples/compare/@blockly/plugin-cross-tab-copy-paste@5.0.8...@blockly/plugin-cross-tab-copy-paste@5.0.9) (2024-04-25)

**Note:** Version bump only for package @blockly/plugin-cross-tab-copy-paste
Expand Down
4 changes: 2 additions & 2 deletions plugins/cross-tab-copy-paste/package-lock.json

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

4 changes: 2 additions & 2 deletions plugins/cross-tab-copy-paste/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/plugin-cross-tab-copy-paste",
"version": "5.0.9",
"version": "5.0.10",
"description": "Allows you to copy blocks with cross-tab.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^3.1.1",
"@blockly/dev-tools": "^7.1.9",
"@blockly/dev-tools": "^7.1.10",
"blockly": "^10.2.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions plugins/dev-create/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.

## [2.0.5](https://github.com/google/blockly-samples/compare/@blockly/create-package@2.0.4...@blockly/create-package@2.0.5) (2024-05-09)


### Bug Fixes

* Fix incorrect Blockly imports ([#2339](https://github.com/google/blockly-samples/issues/2339)) ([9af40b9](https://github.com/google/blockly-samples/commit/9af40b9ca075275af2b48cedcc1750d458084eb3))



## [2.0.4](https://github.com/google/blockly-samples/compare/@blockly/create-package@2.0.3...@blockly/create-package@2.0.4) (2023-12-14)

**Note:** Version bump only for package @blockly/create-package
Expand Down
4 changes: 2 additions & 2 deletions plugins/dev-create/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/dev-create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/create-package",
"version": "2.0.4",
"version": "2.0.5",
"description": "A tool for creating a Blockly plugin based on a template.",
"bin": "./bin/create.js",
"author": "Blockly Team",
Expand Down
9 changes: 9 additions & 0 deletions plugins/dev-tools/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.

## [7.1.10](https://github.com/google/blockly-samples/compare/@blockly/dev-tools@7.1.9...@blockly/dev-tools@7.1.10) (2024-05-09)


### Bug Fixes

* Fix incorrect Blockly imports ([#2339](https://github.com/google/blockly-samples/issues/2339)) ([9af40b9](https://github.com/google/blockly-samples/commit/9af40b9ca075275af2b48cedcc1750d458084eb3))



## [7.1.9](https://github.com/google/blockly-samples/compare/@blockly/dev-tools@7.1.8...@blockly/dev-tools@7.1.9) (2024-04-25)


Expand Down
4 changes: 2 additions & 2 deletions plugins/dev-tools/package-lock.json

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

0 comments on commit fef52c3

Please sign in to comment.