Skip to content

Commit

Permalink
release v0.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sra405 committed Nov 8, 2023
1 parent 328cc22 commit 44943db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [0.19.4] - 2023-11-08

### Changed

- Allow external rpf.io links (#729)

## [0.19.3] - 2023-10-25

### Added
Expand All @@ -17,7 +23,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Changed

- Allow external rpf.io links (#729)
- Replace physical properties with logical values (#699)
- Moved web component custom events from the `editor-wc` element to the `document` (#710)
- Renamed web component custom events to be prefixed with `editor-` (#710)
Expand Down Expand Up @@ -551,7 +556,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.19.3...HEAD
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.19.4...HEAD
[0.19.4]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.4
[0.19.3]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.3
[0.19.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.2
[0.19.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.1
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.19.3",
"version": "0.19.4",
"private": true,
"dependencies": {
"@RaspberryPiFoundation/design-system-react": "^0.1.2",
Expand Down

0 comments on commit 44943db

Please sign in to comment.