Skip to content

Commit

Permalink
Merge pull request #1063 from RaspberryPiFoundation/release/v0
Browse files Browse the repository at this point in the history
v0.25.5
  • Loading branch information
sra405 authored Aug 8, 2024
2 parents 28c8baa + e4d30f3 commit 256e047
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Changed

## Unreleased

### Fixed

- CSS fix for the bottom of Sidebar
## [0.25.5] - 2024-08-08

### Fixed

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

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

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

[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.25.4...HEAD
[0.25.4]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.3
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.25.5...HEAD
[0.25.5]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.5
[0.25.4]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.4
[0.25.3]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.3
[0.25.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.2
[0.25.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raspberrypifoundation/editor-ui",
"version": "0.25.4",
"version": "0.25.5",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.8",
Expand Down

0 comments on commit 256e047

Please sign in to comment.