Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blockly/block-dynamic-connection@0.1.21
 - @blockly/block-plus-minus@3.0.7
 - @blockly/workspace-content-highlight@1.0.16
 - @blockly/continuous-toolbox@2.0.25
 - @blockly/dev-tools@3.0.7
 - @blockly/disable-top-blocks@0.1.27
 - @blockly/field-date@5.0.7
 - @blockly/field-grid-dropdown@1.0.32
 - @blockly/field-slider@3.0.7
 - @blockly/fixed-edges@1.0.25
 - @blockly/keyboard-navigation@0.2.7
 - @blockly/plugin-modal@3.0.7
 - @blockly/plugin-scroll-options@2.0.7
 - @blockly/plugin-strict-connection-checker@1.0.32
 - @blockly/plugin-typed-variable-modal@4.0.7
 - @blockly/workspace-backpack@2.0.1
 - @blockly/plugin-workspace-search@5.0.7
 - @blockly/zoom-to-fit@2.0.16
  • Loading branch information
BeksOmega committed Feb 24, 2022
1 parent 202c8cb commit 2fdc2ae
Show file tree
Hide file tree
Showing 36 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion 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.1.20",
"version": "0.1.21",
"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": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0",
"chai": "^4.2.0",
"mocha": "^7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.0.6",
"version": "3.0.7",
"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": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0",
"chai": "^4.2.0",
"mocha": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.15",
"version": "1.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": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.24",
"version": "2.0.25",
"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": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.0.6",
"version": "3.0.7",
"description": "A library of common utilities for Blockly extension development.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.26",
"version": "0.1.27",
"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 @@ -40,7 +40,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/field-date/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/field-date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/field-date",
"version": "5.0.6",
"version": "5.0.7",
"description": "A Blockly date picker field that uses the Google Closure date picker.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0",
"google-closure-compiler": "^20200920.0.0",
"google-closure-library": "^20200830.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/field-grid-dropdown/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/field-grid-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/field-grid-dropdown",
"version": "1.0.31",
"version": "1.0.32",
"description": "A Blockly dropdown field with grid layout.",
"scripts": {
"build": "blockly-scripts build",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/field-slider/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/field-slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/field-slider",
"version": "3.0.6",
"version": "3.0.7",
"description": "A Blockly slider field.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0",
"chai": "^4.2.0",
"sinon": "^9.0.1"
Expand Down
2 changes: 1 addition & 1 deletion plugins/fixed-edges/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/fixed-edges/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/fixed-edges",
"version": "1.0.24",
"version": "1.0.25",
"description": "A Blockly MetricsManager for configuring fixed sides.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/keyboard-navigation/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/keyboard-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/keyboard-navigation",
"version": "0.2.6",
"version": "0.2.7",
"description": "A Blockly plugin that adds keyboard navigation support.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0",
"chai": "^4.2.0",
"jsdom": "^16.4.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/modal/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/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/plugin-modal",
"version": "3.0.6",
"version": "3.0.7",
"description": "A Blockly plugin that creates a modal.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0",
"jsdom": "^19.0.0",
"jsdom-global": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion plugins/scroll-options/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/scroll-options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/plugin-scroll-options",
"version": "2.0.6",
"version": "2.0.7",
"description": "A Blockly plugin that adds advanced scroll options such as scroll-on-drag and scroll while holding a block.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/strict-connection-checker/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/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": "1.0.31",
"version": "1.0.32",
"description": "A Blockly plugin that makes connection checks strict.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -43,7 +43,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0",
"chai": "^4.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/typed-variable-modal/package-lock.json

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

6 changes: 3 additions & 3 deletions plugins/typed-variable-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/plugin-typed-variable-modal",
"version": "4.0.6",
"version": "4.0.7",
"description": "A Blockly plugin to create a modal for creating typed variables.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0",
"jsdom": "^19.0.0",
"jsdom-global": "3.0.2",
Expand All @@ -52,7 +52,7 @@
"blockly": "^7.20211209.0"
},
"dependencies": {
"@blockly/plugin-modal": "^3.0.6"
"@blockly/plugin-modal": "^3.0.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion plugins/workspace-backpack/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/workspace-backpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/workspace-backpack",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Blockly plugin that adds Backpack support.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -42,7 +42,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.14",
"@blockly/dev-tools": "^3.0.6",
"@blockly/dev-tools": "^3.0.7",
"blockly": "^7.20211209.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 2fdc2ae

Please sign in to comment.