Skip to content

Commit

Permalink
3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrm committed Oct 17, 2023
1 parent b193be3 commit 19bcbed
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,22 @@ 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.6.3](https://github.com/simularium/simularium-viewer/compare/v3.6.2...v3.6.3)

- add translation and rotation to fiber agents [`#333`](https://github.com/simularium/simularium-viewer/pull/333)
- change dropbox links [`#335`](https://github.com/simularium/simularium-viewer/pull/335)
- fix type exports [`#334`](https://github.com/simularium/simularium-viewer/pull/334)
- Feature/set agent color [`#325`](https://github.com/simularium/simularium-viewer/pull/325)
- Bump postcss from 8.4.23 to 8.4.31 [`#331`](https://github.com/simularium/simularium-viewer/pull/331)
- Feature/set agent color edits [`#328`](https://github.com/simularium/simularium-viewer/pull/328)
- update test descriptions [`11921e7`](https://github.com/simularium/simularium-viewer/commit/11921e7285539ee254a90e391648474d1373d2f2)
- Merge commit 'c143785664a358a3d4527c16ea22d70e46a343db' into feature/transform-fibers [`bfacea0`](https://github.com/simularium/simularium-viewer/commit/bfacea0090aabfb21fde755f565382342a9ccac3)
- move color picker out of viewer [`29efd27`](https://github.com/simularium/simularium-viewer/commit/29efd278a1f76a0e3c87e2625f7a2133fc463dc9)

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

> 25 August 2023
- delay webgl init until after component mounted [`#327`](https://github.com/simularium/simularium-viewer/pull/327)
- Bump tough-cookie from 4.1.2 to 4.1.3 [`#322`](https://github.com/simularium/simularium-viewer/pull/322)
- Bump word-wrap from 1.2.3 to 1.2.4 [`#323`](https://github.com/simularium/simularium-viewer/pull/323)
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.6.2",
"version": "3.6.3",
"description": "An npm package to view simulations.",
"main": "es/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 19bcbed

Please sign in to comment.