Skip to content

Commit

Permalink
V0.27.0 (#1081)
Browse files Browse the repository at this point in the history
## [0.27.0] - 2024-09-26

### Added

- Disabling of `localstorage` access to `authKey` and `oidc.*` keys at
runtime (#1079, #1080)
  • Loading branch information
grega authored Sep 26, 2024
1 parent 00b6d85 commit fbbcea6
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.27.0] - 2024-09-26

### Added

Expand Down Expand Up @@ -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
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.26.0",
"version": "0.27.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.8",
Expand Down

0 comments on commit fbbcea6

Please sign in to comment.