Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blairlyons committed Jul 25, 2022
1 parent fd050c6 commit ed4b502
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.7.0](https://github.com/simularium/simularium-website/compare/v0.6.2...v0.7.0)

- fix loading from url, was still assuming pure json format [`#345`](https://github.com/simularium/simularium-website/pull/345)
- won't show time controls if there is no time range [`#343`](https://github.com/simularium/simularium-website/pull/343)
- Feature/update drag n drop [`#339`](https://github.com/simularium/simularium-website/pull/339)
- Bump moment from 2.29.1 to 2.29.2 [`#337`](https://github.com/simularium/simularium-website/pull/337)
- Bump minimist from 1.2.5 to 1.2.6 [`#333`](https://github.com/simularium/simularium-website/pull/333)
- reimplement drag and drop after viewer interface changes [`e5c4b91`](https://github.com/simularium/simularium-website/commit/e5c4b910c914ee45c847977e585f07a81ca8cea7)
- refresh package-lock [`f4c8991`](https://github.com/simularium/simularium-website/commit/f4c899167a25f8c229b49cd37501e62c5bf3f350)
- update viewer [`3b35346`](https://github.com/simularium/simularium-website/commit/3b35346cae3a33c0ff7f66987ce3cdd1d97e982a)

#### [v0.6.2](https://github.com/simularium/simularium-website/compare/v0.6.1...v0.6.2)

> 11 April 2022
- fix issue after merge main [`#336`](https://github.com/simularium/simularium-website/pull/336)
- added citation [`#334`](https://github.com/simularium/simularium-website/pull/334)
- fix horizontal scroll [`#332`](https://github.com/simularium/simularium-website/pull/332)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simularium-webapp",
"version": "0.6.2",
"version": "0.7.0",
"description": "",
"main": "src/index.tsx",
"repository": {
Expand Down

0 comments on commit ed4b502

Please sign in to comment.