Skip to content

Commit

Permalink
1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robindemourat committed Sep 21, 2018
1 parent 0f84913 commit d35c2b4
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

*Written according to [Keep a changelog](https://keepachangelog.com/en/1.0.0/) guidelines and [semantic versioning](https://semver.org/)*.

## [1.0.0-alpha.1](https://github.com/dictoapp/dicto/tree/1.0.0-alpha.1) - 2018-09-21

### Fixed

* web application stalled after creating a new corpus
* fix application crash when dealing with undefined excerpts annotation fields
* add missing terms in translations
* fix minor wording issues

## [1.0.0-alpha](https://github.com/dictoapp/dicto/tree/1.0.0-alpha) - 2018-09-20

### Changed
Expand Down
8 changes: 4 additions & 4 deletions docs/build/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/bundles/corpus-player/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/bundles/montage-player/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1>DICTO</h1>
<div id="mount"></div>
<script>
window.__PUBLIC_URL__ = 'https://dictoapp.github.io/dicto';
window.__DICTO_VERSION__ = '1.0.0-alpha';
window.__DICTO_VERSION__ = '1.0.0-alpha.1';
window.__SOURCE_REPOSITORY__ = 'https://github.com/dictoapp/dicto';
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBBSfycBqpNHM0ieFYBhNW24h7mgQ2CTjQ&libraries=places"></script>
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": "dicto",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.1",
"description": "transcribe > annotate > remix > publish media contents",
"author": "Robin de Mourat",
"repository": "https://github.com/dictoapp/dicto",
Expand Down

0 comments on commit d35c2b4

Please # to comment.