Skip to content

Commit 679bf08

Browse files
Publish
- @blockly/[email protected]
1 parent 377d38c commit 679bf08

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

plugins/field-multilineinput/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+
## [5.0.3](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** Update README for multiline field ([#2394](https://github.com/google/blockly-samples/issues/2394)) ([377d38c](https://github.com/google/blockly-samples/commit/377d38c919723861aa979bdcf210bedd474c3481))
12+
13+
14+
615
## [5.0.2](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2024-06-06)
716

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

plugins/field-multilineinput/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/field-multilineinput/package.json

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

0 commit comments

Comments
 (0)