From dae8864974aeb0475cb9e616b159a97238020c16 Mon Sep 17 00:00:00 2001 From: Dan Halson Date: Wed, 18 Dec 2024 09:14:42 +0000 Subject: [PATCH] release v0.28.13 (#1156) ## [0.28.13] - 2024-12-18 ### Fixed - Log in to save and log in now preserve the cache (#1137) --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d60d5d823..2bddcdd20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index aa2023fda..2d05fb030 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.28.12", + "version": "0.28.13", "private": true, "dependencies": { "@apollo/client": "^3.7.8",