Skip to content

Commit 96a2fcd

Browse files
authored
Release v0.28.10 (#1148)
1 parent 82e197c commit 96a2fcd

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.28.10] - 2024-11-29
10+
911
### Fixed
1012

1113
- Enable p5 code to be ran multiple times without runner errors (#1147)
@@ -993,7 +995,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
993995

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

996-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.9...HEAD
998+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.10...HEAD
999+
[0.28.10]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.10
9971000
[0.28.9]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.9
9981001
[0.28.8]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.8
9991002
[0.28.7]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.7

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.28.9",
3+
"version": "0.28.10",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)