Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrm committed Sep 27, 2021
1 parent e0a4cc0 commit 44af9c5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ 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).

#### [v3.0.0](https://github.com/allen-cell-animated/simularium-viewer/compare/v2.9.8...v3.0.0)

- Feature/geometry store [`#185`](https://github.com/allen-cell-animated/simularium-viewer/pull/185)
- update dependencies [`#168`](https://github.com/allen-cell-animated/simularium-viewer/pull/168)
- Feature/warn if server connection is invalid [`#183`](https://github.com/allen-cell-animated/simularium-viewer/pull/183)
- Feature/local custom geo [`#182`](https://github.com/allen-cell-animated/simularium-viewer/pull/182)
- cleanup, use hardcoded strings less [`#184`](https://github.com/allen-cell-animated/simularium-viewer/pull/184)
- Feature/custom geo [`#174`](https://github.com/allen-cell-animated/simularium-viewer/pull/174)
- Fix/clear out pdb [`#180`](https://github.com/allen-cell-animated/simularium-viewer/pull/180)
- mucking about with jest config [`d3a7664`](https://github.com/allen-cell-animated/simularium-viewer/commit/d3a7664e0cd85313cfc09c8b20a007eb25b23a50)
- more dep updates [`382c715`](https://github.com/allen-cell-animated/simularium-viewer/commit/382c7151f8c6a7a5c7e514dbaef5ac921c62a932)
- tests passing! [`70984b5`](https://github.com/allen-cell-animated/simularium-viewer/commit/70984b5cecb68ce17f431066813cc20178c8d954)

#### [v2.9.8](https://github.com/allen-cell-animated/simularium-viewer/compare/v2.9.7...v2.9.8)

> 25 August 2021
- Fix/camera controls break in simularium-website [`#178`](https://github.com/allen-cell-animated/simularium-viewer/pull/178)
- Feature/multiple render targets [`#175`](https://github.com/allen-cell-animated/simularium-viewer/pull/175)
- Fix/warn if waiting too long to connect to server [`#173`](https://github.com/allen-cell-animated/simularium-viewer/pull/173)
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": "@aics/simularium-viewer",
"version": "2.9.8",
"version": "3.0.0",
"description": "An npm package to view simulations.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 44af9c5

Please sign in to comment.