Skip to content

Commit

Permalink
New release (#613)
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
danhalson authored Aug 2, 2023
1 parent 3a21b57 commit 9fcaa84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

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).

## [Unreleased]
## [0.18.0] - 2023-08-02

### Added

Expand Down Expand Up @@ -444,8 +444,10 @@ 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.17.0...HEAD
[0.16.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.17.0
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.18.0...HEAD
[0.18.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.18.0
[0.17.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.17.1
[0.17.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.17.0
[0.16.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.16.1
[0.16.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.16.0
[0.15.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.15.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.17.0",
"version": "0.18.0",
"private": true,
"dependencies": {
"@RaspberryPiFoundation/design-system-react": "^0.0.3-alpha",
Expand Down

0 comments on commit 9fcaa84

Please sign in to comment.