Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrm committed Oct 12, 2021
1 parent 691ed13 commit 177b525
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ 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)
#### [v3.0.1](https://github.com/allen-cell-animated/simularium-viewer/compare/v3.0.0...v3.0.1)

- Feature/instanced pdb [`#198`](https://github.com/allen-cell-animated/simularium-viewer/pull/198)
- Feature/user colors [`#196`](https://github.com/allen-cell-animated/simularium-viewer/pull/196)
- move visgeometry-associated files inside of visgeometry [`#194`](https://github.com/allen-cell-animated/simularium-viewer/pull/194)
- Feature/move visgeo file [`#193`](https://github.com/allen-cell-animated/simularium-viewer/pull/193)
- mostly working [`3eb7916`](https://github.com/allen-cell-animated/simularium-viewer/commit/3eb79166abdc1e7fa73c42ef7bc47ec00c5db708)
- move client simulator implementations outside of main library code [`d3a2904`](https://github.com/allen-cell-animated/simularium-viewer/commit/d3a2904d866bac0cddd1c5e2f8ee6027a8d236e3)
- use user defined color [`b399af8`](https://github.com/allen-cell-animated/simularium-viewer/commit/b399af843e7996fedfd90fa9312415a580fe494e)

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

> 27 September 2021
- 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)
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": "3.0.0",
"version": "3.0.1",
"description": "An npm package to view simulations.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 177b525

Please sign in to comment.