From fbbcea694f7ed4e2eb6b8bd446faf2e05305b5f9 Mon Sep 17 00:00:00 2001 From: Greg Annandale Date: Thu, 26 Sep 2024 14:22:31 +0100 Subject: [PATCH] V0.27.0 (#1081) ## [0.27.0] - 2024-09-26 ### Added - Disabling of `localstorage` access to `authKey` and `oidc.*` keys at runtime (#1079, #1080) --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aab85d549..5598819c7 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.27.0] - 2024-09-26 ### Added @@ -879,7 +879,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.26.0...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.27.0...HEAD +[0.27.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.27.0 [0.26.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.26.0 [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 diff --git a/package.json b/package.json index 7350cb33c..6143251fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.26.0", + "version": "0.27.0", "private": true, "dependencies": { "@apollo/client": "^3.7.8",