Skip to content

Commit 7604f9c

Browse files
authored
v0.28.12 (#1151)
### Fixed - Selected text background colour contrast in editor dark mode (#1150) ### Changed - Toned down the match highlighting colour in editor dark mode (#1150)
1 parent 79ef52d commit 7604f9c

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.12] - 2024-12-09
10+
911
### Fixed
1012

1113
- Selected text background colour contrast in editor dark mode (#1150)
@@ -1009,7 +1011,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
10091011

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

1012-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.11...HEAD
1014+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.12...HEAD
1015+
[0.28.12]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.12
10131016
[0.28.11]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.11
10141017
[0.28.10]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.10
10151018
[0.28.9]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.9

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

0 commit comments

Comments
 (0)