Skip to content

Commit

Permalink
0.18.2 Release (#628)
Browse files Browse the repository at this point in the history
## 0.18.2 - 2023-08-29

### Changed

- Error capturing for python project fires to editor-api rather than
Sentry (#625)
  • Loading branch information
danhalson authored Aug 29, 2023
1 parent 75ab5cf commit afdcac1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

### Changed
### Fixed

## [0.18.2] - 2023-08-29

### Changed

- Error capturing for python project fires to editor-api rather than Sentry (#625)
Expand Down Expand Up @@ -475,7 +480,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.18.1...HEAD
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.18.2...HEAD
[0.18.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.18.2
[0.18.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.18.1
[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
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.18.1",
"version": "0.18.2",
"private": true,
"dependencies": {
"@RaspberryPiFoundation/design-system-react": "^0.0.3-alpha",
Expand Down

0 comments on commit afdcac1

Please sign in to comment.