Skip to content

Commit 19bcbed

Browse files
committed
3.6.3
1 parent b193be3 commit 19bcbed

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v3.6.3](https://github.com/simularium/simularium-viewer/compare/v3.6.2...v3.6.3)
8+
9+
- add translation and rotation to fiber agents [`#333`](https://github.com/simularium/simularium-viewer/pull/333)
10+
- change dropbox links [`#335`](https://github.com/simularium/simularium-viewer/pull/335)
11+
- fix type exports [`#334`](https://github.com/simularium/simularium-viewer/pull/334)
12+
- Feature/set agent color [`#325`](https://github.com/simularium/simularium-viewer/pull/325)
13+
- Bump postcss from 8.4.23 to 8.4.31 [`#331`](https://github.com/simularium/simularium-viewer/pull/331)
14+
- Feature/set agent color edits [`#328`](https://github.com/simularium/simularium-viewer/pull/328)
15+
- update test descriptions [`11921e7`](https://github.com/simularium/simularium-viewer/commit/11921e7285539ee254a90e391648474d1373d2f2)
16+
- Merge commit 'c143785664a358a3d4527c16ea22d70e46a343db' into feature/transform-fibers [`bfacea0`](https://github.com/simularium/simularium-viewer/commit/bfacea0090aabfb21fde755f565382342a9ccac3)
17+
- move color picker out of viewer [`29efd27`](https://github.com/simularium/simularium-viewer/commit/29efd278a1f76a0e3c87e2625f7a2133fc463dc9)
18+
719
#### [v3.6.2](https://github.com/simularium/simularium-viewer/compare/v3.6.1...v3.6.2)
820

21+
> 25 August 2023
22+
923
- delay webgl init until after component mounted [`#327`](https://github.com/simularium/simularium-viewer/pull/327)
1024
- Bump tough-cookie from 4.1.2 to 4.1.3 [`#322`](https://github.com/simularium/simularium-viewer/pull/322)
1125
- Bump word-wrap from 1.2.3 to 1.2.4 [`#323`](https://github.com/simularium/simularium-viewer/pull/323)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aics/simularium-viewer",
3-
"version": "3.6.2",
3+
"version": "3.6.3",
44
"description": "An npm package to view simulations.",
55
"main": "es/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)