Skip to content

Commit 9fcaa84

Browse files
authored
New release (#613)
### Added - Sidebar settings (#585) - Sidebar info (#566) - Add Projects Panel to sidebar (#564) ### Fixed - Minor fixes to the sidebar layout (#602) - Fixed text wrap in the files section of the Sidebar (#596) ### Changed - LandingPage and ProjectBar's Save buttons use design-system-react (#579) - Update colors for buttons (#579)
1 parent 3a21b57 commit 9fcaa84

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.18.0] - 2023-08-02
88

99
### Added
1010

@@ -444,8 +444,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
444444

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

447-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.17.0...HEAD
448-
[0.16.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.17.0
447+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.18.0...HEAD
448+
[0.18.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.18.0
449+
[0.17.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.17.1
450+
[0.17.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.17.0
449451
[0.16.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.16.1
450452
[0.16.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.16.0
451453
[0.15.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.15.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.17.0",
3+
"version": "0.18.0",
44
"private": true,
55
"dependencies": {
66
"@RaspberryPiFoundation/design-system-react": "^0.0.3-alpha",

0 commit comments

Comments
 (0)