Skip to content

Commit 426ba8a

Browse files
authored
v0.30.1 (#1211)
## v0.30.1 ### Added - Fake translation for stress testing (#1206) ### Changed - Prevent the Scratch projects from being displayed (#1210) ### Fixed - Styling issue on sidebar on mobile (#1194)
1 parent ca3d2d2 commit 426ba8a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.30.1] - 2025-06-09
10+
911
### Added
1012

1113
- Fake translation for stress testing (#1206)
@@ -1092,7 +1094,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
10921094

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

1095-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.29.1...HEAD
1097+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.30.1...HEAD
1098+
[0.30.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.1
10961099
[0.30.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.0
10971100
[0.29.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.29.1
10981101
[0.29.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.29.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raspberrypifoundation/editor-ui",
3-
"version": "0.30.0",
3+
"version": "0.30.1",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)