Skip to content

Commit b6d0105

Browse files
authored
release for v0.12.0 (#353)
### Changed - Simplified the URL structure to replace project type (#347) - Upgrade `react-router` to `v6` - Bump json5 from 1.0.1 to 1.0.2 (#321) ### Fixed - Show `p5` error messages in the user interface (#346) - Get review apps working (#351)
1 parent 7ad282d commit b6d0105

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.12.0] - 2023-01-27
10+
911
### Changed
1012

1113
- Simplified the URL structure to replace project type (#347)
@@ -233,7 +235,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
233235
### Added
234236
- Events in Web Component indicating whether Mission Zero criteria have been met (#113)
235237

236-
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.11.0...HEAD
238+
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.12.0...HEAD
239+
[0.12.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.12.0
237240
[0.11.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.11.0
238241
[0.10.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.10.0
239242
[0.9.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.9.0

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.11.0",
3+
"version": "0.12.0",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.17.10",

0 commit comments

Comments
 (0)