From 44943dbf205741f048db70d43608fb903c298bc1 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 8 Nov 2023 08:51:45 +0000 Subject: [PATCH] release v0.19.4 --- CHANGELOG.md | 10 ++++++++-- package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1751f82b..5583b3297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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) @@ -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 diff --git a/package.json b/package.json index ce207be48..e0a8f22e5 100644 --- a/package.json +++ b/package.json @@ -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",