Skip to content

Commit 8d36161

Browse files
authored
v0.33.0 (#1258)
### Added - `plotly` support (#1226)
1 parent 4190609 commit 8d36161

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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+
## [0.33.0] - 2025-10-15
88

99
### Added
1010

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

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

1176-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.32.0...HEAD
1176+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.33.0...HEAD
1177+
[0.33.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.33.0
11771178
[0.32.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.32.0
11781179
[0.31.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.31.1
11791180
[0.31.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.31.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.32.0",
3+
"version": "0.33.0",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)