Skip to content

Commit 37fada2

Browse files
authored
Release 0.7.0 (#247)
- Set indentation to 4 spaces to match PEP8 standard (#246) - Update Github workflow not to strip dots from the git ref, and remove test dependency for main and ref deploys (#244)
1 parent f6fff13 commit 37fada2

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
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [0.7.0]
9+
810
### Changed
911

1012
- Set indentation to 4 spaces to match PEP8 standard (#246)
@@ -104,11 +106,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
104106
### Added
105107
- Events in Web Component indicating whether Mission Zero criteria have been met (#113)
106108

107-
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.6.0...HEAD
109+
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.7.0...HEAD
108110
[0.1.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.1.0
109111
[0.2.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.2.0
110112
[0.3.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.3.0
111113
[0.4.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.4.0
112114
[0.5.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.5.0
113115
[0.6.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.6.0
116+
[0.6.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.7.0
114117

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

0 commit comments

Comments
 (0)