Skip to content

Commit c9cb5a8

Browse files
authored
v0.34.2 (#1281)
### Added - Tertiary danger button styles (#1280) ### Fixed - Plugin sidebar panel rerendering (#1279)
1 parent 38e75e0 commit c9cb5a8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [Unreleased]
8+
9+
## [0.34.2] - 2025-12-09
810

911
### Added
1012

@@ -1214,7 +1216,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
12141216

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

1217-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.34.1...HEAD
1219+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.34.2...HEAD
1220+
[0.34.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.34.2
12181221
[0.34.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.34.1
12191222
[0.34.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.34.0
12201223
[0.33.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.33.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.34.1",
3+
"version": "0.34.2",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)