From 0543f605c39ec63e734de18529c1a58ef1bcf84d Mon Sep 17 00:00:00 2001 From: Blair Lyons Date: Mon, 23 Oct 2023 11:06:47 -0700 Subject: [PATCH] 0.10.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2231630b..3675d5cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,35 @@ 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). +#### [v0.10.0](https://github.com/simularium/simularium-website/compare/v0.9.0...v0.10.0) + +- update viewer and fix types [`#445`](https://github.com/simularium/simularium-website/pull/445) +- fix menus offsets [`#440`](https://github.com/simularium/simularium-website/pull/440) +- Feature/version info [`#423`](https://github.com/simularium/simularium-website/pull/423) +- Update ux_issue.md [`#433`](https://github.com/simularium/simularium-website/pull/433) +- change check for if a file is shareable [`#439`](https://github.com/simularium/simularium-website/pull/439) +- audit fix [`#437`](https://github.com/simularium/simularium-website/pull/437) +- Feature/orthographic UI [`#430`](https://github.com/simularium/simularium-website/pull/430) +- Feature/share time url [`#424`](https://github.com/simularium/simularium-website/pull/424) +- change gh-deploy to be a dev build [`#426`](https://github.com/simularium/simularium-website/pull/426) +- Update CONTRIBUTING.md [`#425`](https://github.com/simularium/simularium-website/pull/425) +- Feature/download trajectory [`#422`](https://github.com/simularium/simularium-website/pull/422) +- looping playback and tooltip styling [`#417`](https://github.com/simularium/simularium-website/pull/417) +- Bump json5 from 1.0.1 to 1.0.2 [`#404`](https://github.com/simularium/simularium-website/pull/404) +- Bump webpack from 5.75.0 to 5.76.0 [`#401`](https://github.com/simularium/simularium-website/pull/401) +- Bump d3-color and plotly.js [`#399`](https://github.com/simularium/simularium-website/pull/399) +- Bump loader-utils and typescript-plugin-css-modules [`#398`](https://github.com/simularium/simularium-website/pull/398) +- Bump decode-uri-component from 0.2.0 to 0.2.2 [`#382`](https://github.com/simularium/simularium-website/pull/382) +- Update ux_issue.md [`#393`](https://github.com/simularium/simularium-website/pull/393) +- File upload modal rework and styling [`#392`](https://github.com/simularium/simularium-website/pull/392) +- ui components for share time in url [`9e50b00`](https://github.com/simularium/simularium-website/commit/9e50b00371b6d0edd98f266ac83c233154551932) +- remove now-unused `LocalFileUpload` component [`2a1c111`](https://github.com/simularium/simularium-website/commit/2a1c11130033c4a9f48d3f2ae17ce14544529dd6) +- shift style rules, add light theme, remove buffer [`225ebfd`](https://github.com/simularium/simularium-website/commit/225ebfd1395622c5b5a27e7b721c787c3f08ecc3) + #### [v0.9.0](https://github.com/simularium/simularium-website/compare/v0.8.2...v0.9.0) +> 19 February 2023 + - add a default collapsed [`#397`](https://github.com/simularium/simularium-website/pull/397) - Url Upload Auto Focus [`#373`](https://github.com/simularium/simularium-website/pull/373) - Clean up [`3c66ae3`](https://github.com/simularium/simularium-website/commit/3c66ae3aade3a50abba7a524b24978e6154bf268) diff --git a/package-lock.json b/package-lock.json index 0d9366a27..5e2d27223 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simularium-webapp", - "version": "0.9.0", - "lockfileVersion": 3, + "version": "0.10.0", + "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simularium-webapp", - "version": "0.9.0", + "version": "0.10.0", "license": "ISC", "dependencies": { "@aics/simularium-viewer": "^3.6.3", diff --git a/package.json b/package.json index 19c978bb5..9fd819674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simularium-webapp", - "version": "0.9.0", + "version": "0.10.0", "description": "", "main": "src/index.tsx", "repository": {