Skip to content

Commit

Permalink
Publish: v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rshaker committed Jun 5, 2024
1 parent 19379ee commit ba66fc5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.3.4] - 2024-06-05

### Added / Changed / Fixed

- Changed image url, gists are not allowed.
- Added check for 'movable' before dragging selected block.
- Created /assets folder + added screenshots for README, updated package explanation.
- Replaced blocklyDraggable check w/parent != blocklyBlockCanvas.
- Updated example in README, + minor .ignore changes.

### Publish

- v0.3.4

## [0.3.3] - 2024-05-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rshaker/multiselect-blockly",
"version": "0.3.3",
"version": "0.3.4",
"description": "Blockly plugin supporting multiple-selection of top-level blocks",
"license": "MIT",
"author": {
Expand Down

0 comments on commit ba66fc5

Please sign in to comment.