Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/alschmiedt/blockly into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
alschmiedt committed Apr 20, 2022
2 parents 0683c7a + d90197c commit 05936a6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ packageName: blockly
manifest: true
manifestConfig: release-please-config.json
manifestFile: .release-please-manifest.json
handleGHRelease: true
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.0.0"
".": "8.1.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [8.1.0](https://github.com/alschmiedt/blockly/compare/blockly-v8.0.0...blockly-v8.1.0) (2022-04-20)


### Features

* Add margin around zoomToFit ([#6042](https://github.com/alschmiedt/blockly/issues/6042)) ([a202558](https://github.com/alschmiedt/blockly/commit/a202558950ce9b06825447ec79bbe9960f451715))


### Bug Fixes

* Fix compilation errors under Closure's strict mode ([#6073](https://github.com/alschmiedt/blockly/issues/6073)) ([edc2a5c](https://github.com/alschmiedt/blockly/commit/edc2a5cd0c717e521e8f98b2a3fb6bde061da241))
* fix message loading from script tags ([#6060](https://github.com/alschmiedt/blockly/issues/6060)) ([44edbb8](https://github.com/alschmiedt/blockly/commit/44edbb89c35e4d24144333bf504bf045fa639cce))
* mutators disconnecting from children instead of moving them ([#6047](https://github.com/alschmiedt/blockly/issues/6047)) ([493444c](https://github.com/alschmiedt/blockly/commit/493444c687eb01d2bd3d8064f23e66d1879c053c))
* update extraState property in serializer typedefs ([#6057](https://github.com/alschmiedt/blockly/issues/6057)) ([55cae6e](https://github.com/alschmiedt/blockly/commit/55cae6ec857a5ead1cd5306095fbbe876d2618af))

## [8.0.0](https://github.com/google/blockly/compare/blockly-v7.20211209.0...blockly-v8.0.0) (2022-03-31)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockly",
"version": "8.0.0",
"version": "8.1.0",
"description": "Blockly is a library for building visual programming editors.",
"keywords": [
"blockly"
Expand Down

0 comments on commit 05936a6

Please sign in to comment.