Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
 - @blockly/[email protected]
  • Loading branch information
github-actions[bot] committed Sep 14, 2023
1 parent f5598a6 commit eed62d8
Show file tree
Hide file tree
Showing 93 changed files with 383 additions and 127 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.4.2](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-09-14)

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





## [0.4.1](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-08-17)

**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.4.1",
"version": "0.4.2",
"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": "^2.0.1",
"@blockly/dev-tools": "^7.0.3",
"@blockly/dev-tools": "^7.1.0",
"blockly": "^10.0.0",
"chai": "^4.2.0",
"mocha": "^10.2.0"
Expand Down
8 changes: 8 additions & 0 deletions plugins/block-plus-minus/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.

## [6.0.4](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-09-14)

**Note:** Version bump only for package @blockly/block-plus-minus





## [6.0.3](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-08-17)

**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": "6.0.3",
"version": "6.0.4",
"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": "^2.0.1",
"@blockly/dev-tools": "^7.0.3",
"@blockly/dev-tools": "^7.1.0",
"blockly": "^10.0.0",
"chai": "^4.2.0",
"mocha": "^10.2.0",
Expand Down
10 changes: 10 additions & 0 deletions plugins/block-shareable-procedures/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.6](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-09-14)


### Bug Fixes

* caller args disconnecting shareable procedures ([#1918](https://github.com/google/blockly-samples/issues/1918)) ([b11bf6a](https://github.com/google/blockly-samples/commit/b11bf6a4a863dd513c3d6f6686236916b8c5a0a7))
* deleting procedures with callers not being undoable ([#1917](https://github.com/google/blockly-samples/issues/1917)) ([3d26841](https://github.com/google/blockly-samples/commit/3d268418f6e4be8d8f739fa21d582a9dc48342d7))



## [3.0.5](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-08-31)


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": "3.0.5",
"version": "3.0.6",
"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": "^2.0.1",
"@blockly/dev-tools": "^7.0.3",
"@blockly/dev-tools": "^7.1.0",
"@blockly/eslint-config": "^3.0.0",
"blockly": "^10.0.0",
"chai": "^4.3.7",
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.4](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-09-14)

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





## [4.0.3](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-08-17)

**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.3",
"version": "4.0.4",
"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": "^2.0.1",
"@blockly/dev-tools": "^7.0.3",
"@blockly/dev-tools": "^7.1.0",
"blockly": "^10.0.0"
},
"peerDependencies": {
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.4](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-09-14)

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





## [5.0.3](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-08-17)

**Note:** Version bump only for package @blockly/continuous-toolbox
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.3",
"version": "5.0.4",
"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": "^2.0.1",
"@blockly/dev-tools": "^7.0.3",
"@blockly/dev-tools": "^7.1.0",
"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.

## [4.0.4](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-09-14)

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





## [4.0.3](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-08-17)

**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": "4.0.3",
"version": "4.0.4",
"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": "^2.0.1",
"@blockly/dev-tools": "^7.0.3",
"@blockly/dev-tools": "^7.1.0",
"blockly": "^10.0.0"
},
"peerDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions plugins/dev-tools/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.

## [7.1.0](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-09-14)


### Features

* make playground open state persistent ([#1921](https://github.com/google/blockly-samples/issues/1921)) ([#1921](https://github.com/google/blockly-samples/issues/1921)) ([f06f64f](https://github.com/google/blockly-samples/commit/f06f64f8ab2785f587dda1875d5b2b194ed7e7f3))


### Bug Fixes

* args and types for PlaygroundAPI.addGenerator ([#1889](https://github.com/google/blockly-samples/issues/1889)) ([#1889](https://github.com/google/blockly-samples/issues/1889)) ([f5598a6](https://github.com/google/blockly-samples/commit/f5598a65a26761c3854af06ee7a5a13b46d5ffdb))



## [7.0.3](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-08-17)

**Note:** Version bump only for package @blockly/dev-tools
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.

2 changes: 1 addition & 1 deletion plugins/dev-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/dev-tools",
"version": "7.0.3",
"version": "7.1.0",
"description": "A library of common utilities for Blockly extension development.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down
8 changes: 8 additions & 0 deletions plugins/disable-top-blocks/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.4.4](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-09-14)

**Note:** Version bump only for package @blockly/disable-top-blocks





## [0.4.3](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-08-17)

**Note:** Version bump only for package @blockly/disable-top-blocks
Expand Down
4 changes: 2 additions & 2 deletions plugins/disable-top-blocks/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/disable-top-blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/disable-top-blocks",
"version": "0.4.3",
"version": "0.4.4",
"description": "A Blockly plugin that shows the 'disable' context menu option only on non-orphan blocks.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -39,7 +39,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^2.0.1",
"@blockly/dev-tools": "^7.0.3",
"@blockly/dev-tools": "^7.1.0",
"blockly": "^10.0.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions plugins/field-angle/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.

## [3.0.5](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-09-14)

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





## [3.0.4](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-08-31)

**Note:** Version bump only for package @blockly/field-angle
Expand Down
Loading

0 comments on commit eed62d8

Please sign in to comment.