Skip to content

Commit

Permalink
3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Aug 23, 2024
1 parent d3fa1a9 commit 5e542b3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +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.8.4](https://github.com/simularium/simularium-viewer/compare/v3.8.3...v3.8.4)

- Feature/session colors [`#400`](https://github.com/simularium/simularium-viewer/pull/400)
- export AgentData type properly from /types and / simularium [`#401`](https://github.com/simularium/simularium-viewer/pull/401)
- Bump ws from 7.5.9 to 7.5.10 [`#399`](https://github.com/simularium/simularium-viewer/pull/399)
- Bump braces from 3.0.2 to 3.0.3 in /examples [`#398`](https://github.com/simularium/simularium-viewer/pull/398)
- Bump ws from 8.16.0 to 8.17.1 in /examples [`#397`](https://github.com/simularium/simularium-viewer/pull/397)
- convert vis-type to visType at parse time [`#393`](https://github.com/simularium/simularium-viewer/pull/393)

#### [v3.8.3](https://github.com/simularium/simularium-viewer/compare/v3.8.2...v3.8.3)

> 13 June 2024
- Fix/null agent function [`#396`](https://github.com/simularium/simularium-viewer/pull/396)
- spread null agent object when parsing frames [`#395`](https://github.com/simularium/simularium-viewer/pull/395)
- send selected agent data to front end [`#392`](https://github.com/simularium/simularium-viewer/pull/392)
Expand Down
4 changes: 2 additions & 2 deletions 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.8.3",
"version": "3.8.4",
"description": "An npm package to view simulations.",
"main": "es/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 5e542b3

Please sign in to comment.