Skip to content

Commit 1685e82

Browse files
Publish
- @blockly/[email protected]
1 parent 48427cd commit 1685e82

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

plugins/workspace-minimap/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.12](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-01-04)
7+
8+
9+
### Bug Fixes
10+
11+
* Fixes forbidden non-null assertion ([#2128](https://github.com/google/blockly-samples/issues/2128)) ([265c7e1](https://github.com/google/blockly-samples/commit/265c7e181af3d912801f874f138b410530725d71))
12+
13+
14+
615
## [0.1.11](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2023-12-21)
716

817

plugins/workspace-minimap/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/workspace-minimap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/workspace-minimap",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "A Blockly plugin.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

0 commit comments

Comments
 (0)