Skip to content

Commit 0ad0097

Browse files
authored
v0.28.6 (#1134)
1 parent 08cf2b5 commit 0ad0097

File tree

2 files changed

+8
-26
lines changed

2 files changed

+8
-26
lines changed

CHANGELOG.md

+7-25
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
## [0.28.10] - 2024-11-04
9+
## [0.28.6] - 2024-10-29
1010

1111
### Fixed
1212

1313
- Bug with saving remix caused by not passing prop
14-
15-
16-
## [0.28.9] - 2024-11-04
17-
18-
### Fixed
19-
2014
- stopped autoscrolling to top on project content change (#1132)
21-
22-
## [0.28.8] - 2024-11-04
23-
24-
### Changed
25-
- REACT_APP_API_ENDPOINT env var is now only a default for the editor-wc prop, which can be overridden (#1124)
26-
27-
### Removed
28-
- REACT_APP_AUTHENTICATION_URL env var no longer used and is instead a editor-wc prop (#1124)
29-
30-
31-
## [0.28.5] - 2024-11-01
32-
33-
### Fixed
34-
3515
- Hight of the sidebar for mobile (#1117)
3616

37-
38-
## [0.28.6] - 2024-10-29
39-
4017
### Changed
4118

19+
- REACT_APP_API_ENDPOINT env var is now only a default for the editor-wc prop, which can be overridden (#1124)
4220
- added "Help" link to the information panel in the sidebar as the first link
4321

22+
### Removed
23+
24+
- REACT_APP_AUTHENTICATION_URL env var no longer used and is instead a editor-wc prop (#1124)
4425

4526
## [0.28.5] - 2024-10-25
4627

@@ -985,7 +966,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
985966

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

988-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.5...HEAD
969+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.6...HEAD
970+
[0.28.6]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.6
989971
[0.28.5]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.5
990972
[0.28.4]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.4
991973
[0.28.3]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raspberrypifoundation/editor-ui",
3-
"version": "0.28.5",
3+
"version": "0.28.6",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)