Skip to content

Commit 117f800

Browse files
authored
chore: Version v0.6.0 Bump (#83)
* Update version for minor update release * Tweak wording on video preview
1 parent 8974126 commit 117f800

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.6.0
4+
5+
### Added
6+
7+
* Ability to delete projects
8+
* Ability to delete studies
9+
* Entries can be tagged multiple times in a single study
10+
11+
### Changed
12+
13+
* Tweak wording on video view area in form preview
14+
315
## 0.5.1
416

517
### Fixed

client/src/app/studies/components/new-study/tag-form-preview.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type TagPreviewInformation = {
1616
<div fxLayout="row" fxLayoutAlign="space-around">
1717
<!-- The video place holder -->
1818
<div style="background: black; width: 400px; height: 400px">
19-
<p style="color: white">Video Placeholder</p>
19+
<p style="color: white">Your Video Will Appear Here</p>
2020
</div>
2121
2222
<!-- The form itself -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signlab",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"scripts": {
55
"start:dev": "npm run build:dev --workspace=client && npm run start:dev --workspace=server",
66
"start:watch": "NODE_ENV=local concurrently 'npm run start:watch --workspace=server' 'npm run start:watch --workspace=client'",

0 commit comments

Comments
 (0)