Skip to content

Commit 7aa9850

Browse files
authored
Merge pull request #1049 from RaspberryPiFoundation/release-v0.25.4
Release v0.25.4
2 parents 1964572 + b2ab745 commit 7aa9850

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212

1313
### Fixed
1414

15+
## [0.25.4] - 2024-06-20
16+
17+
### Fixed
18+
1519
- Revert: Quick fix for expired access token problem in web component (#1048)
1620

1721
## [0.25.3] - 2024-06-19
@@ -845,7 +849,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
845849

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

848-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.25.3...HEAD
852+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.25.4...HEAD
853+
[0.25.4]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.3
849854
[0.25.3]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.3
850855
[0.25.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.2
851856
[0.25.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.25.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raspberrypifoundation/editor-ui",
3-
"version": "0.25.3",
3+
"version": "0.25.4",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)