Skip to content

Commit 717318c

Browse files
authored
v0.28.2 (#1121)
1 parent 98fd6b8 commit 717318c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
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-static.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

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

77
## Unreleased
88

9+
## [0.28.2] - 2024-10-22
10+
11+
### Fixed
12+
13+
- BASE_URL in build pipeline (#1121)
14+
915
## [0.28.1] - 2024-10-22
1016

1117
### Fixed
@@ -922,7 +928,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
922928

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

925-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.1...HEAD
931+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.2...HEAD
932+
[0.28.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.2
926933
[0.28.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.1
927934
[0.28.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.0
928935
[0.27.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.27.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.28.1",
3+
"version": "0.28.2",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)