Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blockly/block-dynamic-connection@0.1.15
 - @blockly/block-extension-tooltip@1.0.20
 - @blockly/block-plus-minus@3.0.1
 - @blockly/block-test@2.0.1
 - @blockly/workspace-content-highlight@1.0.10
 - @blockly/continuous-toolbox@1.0.19
 - @blockly/dev-scripts@1.2.11
 - @blockly/dev-tools@3.0.1
 - @blockly/disable-top-blocks@0.1.21
 - @blockly/eslint-config@2.1.5
 - @blockly/field-date@5.0.1
 - @blockly/field-grid-dropdown@1.0.26
 - @blockly/field-slider@3.0.1
 - @blockly/fixed-edges@1.0.19
 - @blockly/keyboard-navigation@0.2.1
 - @blockly/plugin-modal@3.0.1
 - @blockly/plugin-nominal-connection-checker@1.2.8
 - @blockly/plugin-scroll-options@2.0.1
 - @blockly/plugin-strict-connection-checker@1.0.26
 - @blockly/theme-dark@2.0.7
 - @blockly/theme-deuteranopia@1.0.8
 - @blockly/theme-highcontrast@1.0.8
 - @blockly/theme-modern@2.1.25
 - @blockly/theme-tritanopia@1.0.8
 - @blockly/plugin-typed-variable-modal@4.0.1
 - @blockly/workspace-backpack@1.0.10
 - @blockly/plugin-workspace-search@5.0.1
 - @blockly/zoom-to-fit@2.0.10
  • Loading branch information
alschmiedt committed Dec 15, 2021
1 parent bf3e806 commit 6efaf28
Show file tree
Hide file tree
Showing 56 changed files with 107 additions and 107 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.

6 changes: 3 additions & 3 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.14",
"version": "0.1.15",
"description": "A group of blocks that add connections dynamically.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -40,8 +40,8 @@
"src"
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.10",
"@blockly/dev-tools": "^3.0.0",
"@blockly/dev-scripts": "^1.2.11",
"@blockly/dev-tools": "^3.0.1",
"blockly": "^7.20211209.0",
"chai": "^4.2.0",
"mocha": "^7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/block-extension-tooltip/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-extension-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/block-extension-tooltip",
"version": "1.0.19",
"version": "1.0.20",
"description": "A Blockly block extension that adds support for custom tooltip rendering.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -40,7 +40,7 @@
"src"
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.10",
"@blockly/dev-scripts": "^1.2.11",
"@blockly/dev-tools": "2.6.1",
"blockly": "5.20210325.1",
"typescript": "^4.0.5"
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.

6 changes: 3 additions & 3 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.0",
"version": "3.0.1",
"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 @@ -39,8 +39,8 @@
"src"
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.10",
"@blockly/dev-tools": "^3.0.0",
"@blockly/dev-scripts": "^1.2.11",
"@blockly/dev-tools": "^3.0.1",
"blockly": "^7.20211209.0",
"chai": "^4.2.0",
"mocha": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/block-test/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-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/block-test",
"version": "2.0.0",
"version": "2.0.1",
"description": "A group of Blockly test blocks.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -39,7 +39,7 @@
"src"
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.10",
"@blockly/dev-scripts": "^1.2.11",
"blockly": "^7.20211209.0"
},
"peerDependencies": {
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.

6 changes: 3 additions & 3 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.9",
"version": "1.0.10",
"description": "A Blockly workspace plugin that adds a highlight around the content area.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -43,8 +43,8 @@
"src"
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.10",
"@blockly/dev-tools": "^3.0.0",
"@blockly/dev-scripts": "^1.2.11",
"@blockly/dev-tools": "^3.0.1",
"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.

6 changes: 3 additions & 3 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": "1.0.18",
"version": "1.0.19",
"description": "A Blockly plugin that adds a continous-scrolling style toolbox and flyout",
"scripts": {
"build": "blockly-scripts build",
Expand Down Expand Up @@ -39,8 +39,8 @@
"src"
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.10",
"@blockly/dev-tools": "^3.0.0",
"@blockly/dev-scripts": "^1.2.11",
"@blockly/dev-tools": "^3.0.1",
"blockly": "^7.20211209.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/dev-scripts/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/dev-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/dev-scripts",
"version": "1.2.10",
"version": "1.2.11",
"description": "Configuration and scripts for Blockly plugins.",
"scripts": {
"lint": "eslint ."
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
"@babel/preset-typescript": "^7.9.0",
"@blockly/eslint-config": "^2.1.4",
"@blockly/eslint-config": "^2.1.5",
"babel-loader": "^8.0.6",
"chalk": "^4.0.0",
"eslint": "^7.15.0",
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.

14 changes: 7 additions & 7 deletions 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.0",
"version": "3.0.1",
"description": "A library of common utilities for Blockly extension development.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -39,11 +39,11 @@
"src"
],
"dependencies": {
"@blockly/block-test": "^2.0.0",
"@blockly/theme-dark": "^2.0.6",
"@blockly/theme-deuteranopia": "^1.0.7",
"@blockly/theme-highcontrast": "^1.0.7",
"@blockly/theme-tritanopia": "^1.0.7",
"@blockly/block-test": "^2.0.1",
"@blockly/theme-dark": "^2.0.7",
"@blockly/theme-deuteranopia": "^1.0.8",
"@blockly/theme-highcontrast": "^1.0.8",
"@blockly/theme-tritanopia": "^1.0.8",
"chai": "^4.2.0",
"dat.gui": "^0.7.7",
"lodash.assign": "^4.2.0",
Expand All @@ -52,7 +52,7 @@
"sinon": "^9.0.2"
},
"devDependencies": {
"@blockly/dev-scripts": "^1.2.10",
"@blockly/dev-scripts": "^1.2.11",
"@types/dat.gui": "^0.7.5",
"blockly": "^7.20211209.0"
},
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.

6 changes: 3 additions & 3 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.20",
"version": "0.1.21",
"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,8 +39,8 @@
"src"
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.10",
"@blockly/dev-tools": "^3.0.0",
"@blockly/dev-scripts": "^1.2.11",
"@blockly/dev-tools": "^3.0.1",
"blockly": "^7.20211209.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/eslint-config/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/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/eslint-config",
"version": "2.1.4",
"version": "2.1.5",
"description": "ESlint configuration used by Blockly plugins.",
"files": [
"index.js"
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.

6 changes: 3 additions & 3 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.0",
"version": "5.0.1",
"description": "A Blockly date picker field that uses the Google Closure date picker.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -38,8 +38,8 @@
"src"
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.10",
"@blockly/dev-tools": "^3.0.0",
"@blockly/dev-scripts": "^1.2.11",
"@blockly/dev-tools": "^3.0.1",
"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.

6 changes: 3 additions & 3 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.25",
"version": "1.0.26",
"description": "A Blockly dropdown field with grid layout.",
"scripts": {
"build": "blockly-scripts build",
Expand Down Expand Up @@ -40,8 +40,8 @@
"src"
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.10",
"@blockly/dev-tools": "^3.0.0",
"@blockly/dev-scripts": "^1.2.11",
"@blockly/dev-tools": "^3.0.1",
"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.

6 changes: 3 additions & 3 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.0",
"version": "3.0.1",
"description": "A Blockly slider field.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -40,8 +40,8 @@
"src"
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.10",
"@blockly/dev-tools": "^3.0.0",
"@blockly/dev-scripts": "^1.2.11",
"@blockly/dev-tools": "^3.0.1",
"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.

6 changes: 3 additions & 3 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.18",
"version": "1.0.19",
"description": "A Blockly MetricsManager for configuring fixed sides.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -39,8 +39,8 @@
"src"
],
"devDependencies": {
"@blockly/dev-scripts": "^1.2.10",
"@blockly/dev-tools": "^3.0.0",
"@blockly/dev-scripts": "^1.2.11",
"@blockly/dev-tools": "^3.0.1",
"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.

Loading

0 comments on commit 6efaf28

Please sign in to comment.