Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blockly/field-angle@4.0.1
 - @blockly/field-colour@4.0.1
 - @blockly/field-colour-hsv-sliders@4.2.4
 - @blockly/field-multilineinput@4.0.1
 - @blockly/migrate@2.0.5
 - @blockly/plugin-scroll-options@5.0.15
  • Loading branch information
github-actions[bot] authored and gonfunko committed Apr 15, 2024
1 parent a00ae03 commit 1318bf0
Show file tree
Hide file tree
Showing 18 changed files with 69 additions and 19 deletions.
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.

## [4.0.1](https://github.com/google/blockly-samples/compare/@blockly/field-angle@4.0.0...@blockly/field-angle@4.0.1) (2024-04-11)

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





## [4.0.0](https://github.com/google/blockly-samples/compare/@blockly/field-angle@3.0.13...@blockly/field-angle@4.0.0) (2024-04-04)


Expand Down
4 changes: 2 additions & 2 deletions plugins/field-angle/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/field-angle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/field-angle",
"version": "4.0.0",
"version": "4.0.1",
"description": "A Blockly angle field.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down
8 changes: 8 additions & 0 deletions plugins/field-colour-hsv-sliders/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.2.4](https://github.com/google/blockly-samples/compare/@blockly/field-colour-hsv-sliders@4.2.3...@blockly/field-colour-hsv-sliders@4.2.4) (2024-04-11)

**Note:** Version bump only for package @blockly/field-colour-hsv-sliders





## [4.2.3](https://github.com/google/blockly-samples/compare/@blockly/field-colour-hsv-sliders@4.2.2...@blockly/field-colour-hsv-sliders@4.2.3) (2024-04-04)

**Note:** Version bump only for package @blockly/field-colour-hsv-sliders
Expand Down
4 changes: 2 additions & 2 deletions plugins/field-colour-hsv-sliders/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-colour-hsv-sliders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/field-colour-hsv-sliders",
"version": "4.2.3",
"version": "4.2.4",
"description": "A Blockly colour field using HSV sliders.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -41,7 +41,7 @@
"src"
],
"dependencies": {
"@blockly/field-colour": "^4.0.0"
"@blockly/field-colour": "^4.0.1"
},
"devDependencies": {
"@blockly/dev-scripts": "^3.1.1",
Expand Down
8 changes: 8 additions & 0 deletions plugins/field-colour/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.1](https://github.com/google/blockly-samples/compare/@blockly/field-colour@4.0.0...@blockly/field-colour@4.0.1) (2024-04-11)

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





## [4.0.0](https://github.com/google/blockly-samples/compare/@blockly/field-colour@3.0.13...@blockly/field-colour@4.0.0) (2024-04-04)


Expand Down
4 changes: 2 additions & 2 deletions plugins/field-colour/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/field-colour/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/field-colour",
"version": "4.0.0",
"version": "4.0.1",
"description": "A Blockly colour field.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down
8 changes: 8 additions & 0 deletions plugins/field-multilineinput/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.1](https://github.com/google/blockly-samples/compare/@blockly/field-multilineinput@4.0.0...@blockly/field-multilineinput@4.0.1) (2024-04-11)

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





## [4.0.0](https://github.com/google/blockly-samples/compare/@blockly/field-multilineinput@3.0.14...@blockly/field-multilineinput@4.0.0) (2024-04-04)


Expand Down
4 changes: 2 additions & 2 deletions plugins/field-multilineinput/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/field-multilineinput/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/field-multilineinput",
"version": "4.0.0",
"version": "4.0.1",
"description": "A Blockly multilineinput field.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down
9 changes: 9 additions & 0 deletions plugins/migration/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/migrate@2.0.4...@blockly/migrate@2.0.5) (2024-04-11)


### Bug Fixes

* **migration:** Ignore non-renamed modules ([#2309](https://github.com/google/blockly-samples/issues/2309)) ([8c8b04d](https://github.com/google/blockly-samples/commit/8c8b04d21337cca48579d0f908ec08fab3cf9672))



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

**Note:** Version bump only for package @blockly/migrate
Expand Down
4 changes: 2 additions & 2 deletions plugins/migration/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/migration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/migrate",
"version": "2.0.4",
"version": "2.0.5",
"description": "A collection of tools that help with migrating apps using Blockly to new versions of BLockly.",
"bin": "./bin/migrate.js",
"author": "Blockly Team",
Expand Down
9 changes: 9 additions & 0 deletions plugins/scroll-options/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.0.15](https://github.com/google/blockly-samples/compare/@blockly/plugin-scroll-options@5.0.14...@blockly/plugin-scroll-options@5.0.15) (2024-04-11)


### Bug Fixes

* fix invalid url in scroll options ([#2310](https://github.com/google/blockly-samples/issues/2310)) ([d7eb645](https://github.com/google/blockly-samples/commit/d7eb64557deca60c2dcc03e54520e9065a80da0b))



## [5.0.14](https://github.com/google/blockly-samples/compare/@blockly/plugin-scroll-options@5.0.13...@blockly/plugin-scroll-options@5.0.14) (2024-04-04)

**Note:** Version bump only for package @blockly/plugin-scroll-options
Expand Down
4 changes: 2 additions & 2 deletions plugins/scroll-options/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/scroll-options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/plugin-scroll-options",
"version": "5.0.14",
"version": "5.0.15",
"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

0 comments on commit 1318bf0

Please sign in to comment.