Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blockly/field-bitmap@4.0.3
 - @blockly/fixed-edges@4.0.3
  • Loading branch information
github-actions[bot] committed Jul 27, 2023
1 parent d7e5084 commit aa6f27e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
9 changes: 9 additions & 0 deletions plugins/field-bitmap/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.0.3](https://github.com/google/blockly-samples/compare/@blockly/field-bitmap@4.0.2...@blockly/field-bitmap@4.0.3) (2023-07-27)


### Bug Fixes

* Use the normal, non-drag cursor when hovering over a bitmap field. ([#1810](https://github.com/google/blockly-samples/issues/1810)) ([a4f8e8d](https://github.com/google/blockly-samples/commit/a4f8e8d1c22e38fa00a27bbeaca3ef9f637cbe82))



## [4.0.2](https://github.com/google/blockly-samples/compare/@blockly/field-bitmap@4.0.1...@blockly/field-bitmap@4.0.2) (2023-07-24)


Expand Down
4 changes: 2 additions & 2 deletions plugins/field-bitmap/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-bitmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/field-bitmap",
"version": "4.0.2",
"version": "4.0.3",
"description": "A field that lets users input a pixel grid with their mouse.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down
9 changes: 9 additions & 0 deletions plugins/fixed-edges/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.0.3](https://github.com/google/blockly-samples/compare/@blockly/fixed-edges@4.0.2...@blockly/fixed-edges@4.0.3) (2023-07-27)


### Bug Fixes

* Provide a useful description for the fixed-edges plugin. ([#1811](https://github.com/google/blockly-samples/issues/1811)) ([7587c38](https://github.com/google/blockly-samples/commit/7587c38a603e6d3dd5fabec54ebb724e0af3fb94))



## [4.0.2](https://github.com/google/blockly-samples/compare/@blockly/fixed-edges@4.0.1...@blockly/fixed-edges@4.0.2) (2023-07-24)

**Note:** Version bump only for package @blockly/fixed-edges
Expand Down
4 changes: 2 additions & 2 deletions plugins/fixed-edges/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/fixed-edges/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/fixed-edges",
"version": "4.0.2",
"version": "4.0.3",
"description": "A plugin that provides a MetricsManager that can be used to prevent the workspace from expanding to the top/left/right/bottom when blocks are dragged to that edge.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down

0 comments on commit aa6f27e

Please sign in to comment.