Skip to content

Commit 6621c9a

Browse files
authored
v0.27.1 (#1084)
### Fixed - Enabling web component to find the `turtle` canvas (#1082) - Ability to stop code in the web component (#1083)
1 parent ca0cfb5 commit 6621c9a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9+
## [0.27.1] - 2024-10-01
10+
911
### Fixed
1012

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

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

889-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.27.0...HEAD
891+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.27.1...HEAD
892+
[0.27.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.27.1
890893
[0.27.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.27.0
891894
[0.26.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.26.0
892895
[0.25.5]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.5

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raspberrypifoundation/editor-ui",
3-
"version": "0.27.0",
3+
"version": "0.27.1",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)