Skip to content

Commit 256e047

Browse files
authored
Merge pull request #1063 from RaspberryPiFoundation/release/v0
v0.25.5
2 parents 28c8baa + e4d30f3 commit 256e047

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
### Changed
1212

13-
## Unreleased
14-
15-
### Fixed
16-
17-
- CSS fix for the bottom of Sidebar
13+
## [0.25.5] - 2024-08-08
1814

1915
### Fixed
2016

17+
- CSS fix for the bottom of Sidebar (#1061)
2118
- Attach Skulpt files to the `document.body` to avoid issues with the shadow DOM (#1062)
22-
- Small fix to ensure webpack is using the correct webSocketURL for live reloading\
19+
- Small fix to ensure webpack is using the correct webSocketURL for live reloading (#1051)
2320
- Only register `editor-wc` once (#1052)
2421

2522
## [0.25.4] - 2024-06-20
@@ -859,8 +856,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
859856

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

862-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.25.4...HEAD
863-
[0.25.4]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.3
859+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.25.5...HEAD
860+
[0.25.5]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.5
861+
[0.25.4]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.4
864862
[0.25.3]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.3
865863
[0.25.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.2
866864
[0.25.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.1

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

0 commit comments

Comments
 (0)