Skip to content

Commit 59a693e

Browse files
Update version (#1197)
## What's Changed * Check instructions length before setting option value by @jamiebenstead in #1196 **Full Changelog**: v0.29.0...v0.29.1
1 parent a02d4da commit 59a693e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
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.29.1] - 2025-02-21
88

99
### Fixed
1010

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

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

1069-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.29.0...HEAD
1069+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.29.1...HEAD
1070+
[0.29.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.29.1
10701071
[0.29.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.29.0
10711072
[0.28.14]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.14
10721073
[0.28.13]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.13

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

0 commit comments

Comments
 (0)