Skip to content

Commit

Permalink
v0.27.1 (#1084)
Browse files Browse the repository at this point in the history
### Fixed

- Enabling web component to find the `turtle` canvas (#1082)
- Ability to stop code in the web component (#1083)
  • Loading branch information
loiswells97 authored Oct 1, 2024
1 parent ca0cfb5 commit 6621c9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [0.27.1] - 2024-10-01

### Fixed

- Enabling web component to find the `turtle` canvas (#1082)
Expand Down Expand Up @@ -886,7 +888,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Events in Web Component indicating whether Mission Zero criteria have been met (#113)

[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.27.0...HEAD
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.27.1...HEAD
[0.27.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.27.1
[0.27.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.27.0
[0.26.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.26.0
[0.25.5]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.5
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": "@raspberrypifoundation/editor-ui",
"version": "0.27.0",
"version": "0.27.1",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.8",
Expand Down

0 comments on commit 6621c9a

Please sign in to comment.