Skip to content

Commit e32781c

Browse files
authored
Release v0.16.0 (#522)
Initial HTML/CSS release
1 parent d7685d6 commit e32781c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
## [0.16.0] - 2023-05-18
16+
17+
### Added
18+
1119
- New colors (#474)
1220
- New typography (#475, #513)
1321
- Ability to create `HTML` and `CSS` files in a `HTML` project (#478)
@@ -372,7 +380,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
372380

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

375-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.15.0...HEAD
383+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.16.0...HEAD
384+
[0.16.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.16.0
376385
[0.15.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.15.0
377386
[0.14.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.14.0
378387
[0.13.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.13.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.15.0",
3+
"version": "0.16.0",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)