Skip to content

Commit

Permalink
v0.28.1 (#1120)
Browse files Browse the repository at this point in the history
fixed prod `PUBLIC_URL`
  • Loading branch information
sra405 authored Oct 22, 2024
1 parent a3925aa commit 98fd6b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if: github.ref_type == 'tag'
uses: ./.github/workflows/deploy.yml
with:
base_url: https://editor.raspberrypi.org/
base_url: https://editor-static.raspberrypi.org/
assets_url: https://editor-static.raspberrypi.org
environment: production
prefix: releases
Expand Down
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [0.28.0] - 2024-10-22
## [0.28.1] - 2024-10-22

### Fixed

- PUBLIC_URL in build pipeline (#1120)

## [0.28.0] - 2024-10-22

### Added

Expand Down Expand Up @@ -916,7 +922,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.28.0...HEAD
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.1...HEAD
[0.28.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.1
[0.28.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.0
[0.27.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.27.1
[0.27.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.27.0
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.28.0",
"version": "0.28.1",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.8",
Expand Down

0 comments on commit 98fd6b8

Please sign in to comment.