Skip to content

Commit

Permalink
release v0.28.13 (#1156)
Browse files Browse the repository at this point in the history
## [0.28.13] - 2024-12-18

### Fixed

- Log in to save and log in now preserve the cache (#1137)
  • Loading branch information
danhalson authored Dec 18, 2024
1 parent 8925ee8 commit dae8864
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

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).

## Unreleased
## [0.28.13] - 2024-12-18

### Fixed

Expand Down Expand Up @@ -1015,7 +1015,8 @@ 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.28.12...HEAD
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.13...HEAD
[0.28.13]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.13
[0.28.12]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.12
[0.28.11]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.11
[0.28.10]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.10
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.28.12",
"version": "0.28.13",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.8",
Expand Down

0 comments on commit dae8864

Please sign in to comment.