Skip to content

Commit 98fd6b8

Browse files
authoredOct 22, 2024··
v0.28.1 (#1120)
fixed prod `PUBLIC_URL`
1 parent a3925aa commit 98fd6b8

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed
 

‎.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
if: github.ref_type == 'tag'
114114
uses: ./.github/workflows/deploy.yml
115115
with:
116-
base_url: https://editor.raspberrypi.org/
116+
base_url: https://editor-static.raspberrypi.org/
117117
assets_url: https://editor-static.raspberrypi.org
118118
environment: production
119119
prefix: releases

‎CHANGELOG.md

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

77
## Unreleased
88

9-
## [0.28.0] - 2024-10-22
9+
## [0.28.1] - 2024-10-22
10+
11+
### Fixed
12+
13+
- PUBLIC_URL in build pipeline (#1120)
14+
15+
## [0.28.0] - 2024-10-22
1016

1117
### Added
1218

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

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

919-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.0...HEAD
925+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.1...HEAD
926+
[0.28.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.1
920927
[0.28.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.0
921928
[0.27.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.27.1
922929
[0.27.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.27.0

‎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.0",
3+
"version": "0.28.1",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)
Please sign in to comment.