Skip to content

Commit

Permalink
docs: update changelog and status bar to 6114d64 (#339)
Browse files Browse the repository at this point in the history
* docs: update changelog and status bar to 6114d64

* docs: change 2.0 to 2.1

* docs: update package version to 2.1

* docs: update version to 2.1-preview.1
  • Loading branch information
stew-ro authored Jun 24, 2020
1 parent 6114d64 commit 54edd0f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# FoTT Changelog

## 2.0.0-3b7f803 (06-18-2020)
## 2.1-preview.1-6114d64 (06-23-2020)
* fix: update OCR version ([#335](https://github.com/microsoft/OCR-Form-Tools/commit/6114d6456b27a59335e534eef72cefd1b2f15737))
* feat: support electron for on premise solution ([#333](https://github.com/microsoft/OCR-Form-Tools/commit/ca0bd0c2ab46b7b587e5bfbc60c29b62bb325297))

## 2.1-preview.1-8297b18 (06-19-2020)
* refactor: put api version in constants ([#332](https://github.com/microsoft/OCR-Form-Tools/commit/8297b18a084be86bc4c986a1a332cb40bd807d1b))

## 2.1-preview.1-3b7f803 (06-18-2020)
* feat: enable model compose (preview) ([#328](https://github.com/microsoft/OCR-Form-Tools/commit/3b7f803407b82191706120bb9f12b82de1955704))
* fix: quick reordering tags ([#322](https://github.com/microsoft/OCR-Form-Tools/commit/3cc5267ef8617590adb3d4966f75cfed64604f00))
* feat: localization for canvas commandbar items ([#319](https://github.com/microsoft/OCR-Form-Tools/commit/253b9c90eb4923e7fde015a7216905fa32a8dcfa))
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": "oflt",
"version": "2.0.0",
"version": "2.1-preview.1",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft/OCR-Form-Tools"
Expand Down
2 changes: 1 addition & 1 deletion src/react/components/shell/statusBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class StatusBar extends React.Component {
<li>
<a href="https://github.com/microsoft/OCR-Form-Tools/blob/master/CHANGELOG.md" target="blank" rel="noopener noreferrer">
<FontIcon iconName="BranchMerge" />
<span>{appInfo.version}-3b7f803</span>
<span>{appInfo.version}-6114d64</span>
</a>
</li>
</ul>
Expand Down

0 comments on commit 54edd0f

Please sign in to comment.