From f627f6336d308bd65083d47930dceb571baaee08 Mon Sep 17 00:00:00 2001 From: Shlok Amin Date: Tue, 27 Sep 2022 14:21:39 -0400 Subject: [PATCH] chore(release): 6.1.0 (#11508) * chore(release): 6.1.0 Co-authored-by: Edward Cormany Co-authored-by: Sanniti --- CHANGELOG.md | 116 ++++------------------- api-client/CHANGELOG.md | 60 +----------- api-client/package.json | 4 +- api/release-notes.md | 14 +-- api/src/opentrons/CHANGELOG.md | 88 ++--------------- api/src/opentrons/package.json | 2 +- app-shell/CHANGELOG.md | 62 +----------- app-shell/build/release-notes.md | 22 ++--- app-shell/package.json | 8 +- app/CHANGELOG.md | 95 +++---------------- app/package.json | 10 +- components/CHANGELOG.md | 63 +----------- components/package.json | 4 +- discovery-client/CHANGELOG.md | 62 +----------- discovery-client/package.json | 2 +- labware-designer/CHANGELOG.md | 62 +----------- labware-designer/package.json | 4 +- labware-library/CHANGELOG.md | 62 +----------- labware-library/package.json | 4 +- lerna.json | 2 +- notify-server/notify_server/CHANGELOG.md | 62 +----------- notify-server/notify_server/package.json | 2 +- protocol-designer/CHANGELOG.md | 62 +----------- protocol-designer/package.json | 6 +- protocol-library-kludge/CHANGELOG.md | 61 +----------- protocol-library-kludge/package.json | 6 +- react-api-client/CHANGELOG.md | 63 +----------- react-api-client/package.json | 6 +- robot-server/robot_server/CHANGELOG.md | 66 +------------ robot-server/robot_server/package.json | 2 +- shared-data/CHANGELOG.md | 64 +------------ shared-data/package.json | 2 +- step-generation/CHANGELOG.md | 64 +------------ step-generation/package.json | 4 +- update-server/otupdate/CHANGELOG.md | 64 +------------ update-server/otupdate/package.json | 2 +- webpack-config/CHANGELOG.md | 66 +------------ webpack-config/package.json | 2 +- 38 files changed, 109 insertions(+), 1241 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a99633707..7bcf34ff9ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,111 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package opentrons - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package opentrons - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - - -### Bug Fixes - -* **app:** do not initiate new buildroot session after successful update ([#11476](https://github.com/Opentrons/opentrons/issues/11476)) ([aada770](https://github.com/Opentrons/opentrons/commit/aada770cf0fab16e5c260d6504de18b8d5d2dc4e)) -* **app:** order labware offset reapply candidates newest to oldest ([#11467](https://github.com/Opentrons/opentrons/issues/11467)) ([cb4d8ef](https://github.com/Opentrons/opentrons/commit/cb4d8ef6f8a02c6ba9fe71477abd5639a3f8a357)) - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - - -### Bug Fixes - -* **api:** ensure pipette cannot move down from origin to travel height ([#11426](https://github.com/Opentrons/opentrons/issues/11426)) ([c0905f6](https://github.com/Opentrons/opentrons/commit/c0905f6b932a91b1779b826a0a7c5c0dedfa6584)) -* **app:** fix pipette settings when allPipetteConfig FF is on ([#11397](https://github.com/Opentrons/opentrons/issues/11397)) ([685cb0b](https://github.com/Opentrons/opentrons/commit/685cb0bf40eed546e639f1ac98b52165afe39d55)) -* **app:** unattached pipette calibration bugfix ([#11412](https://github.com/Opentrons/opentrons/issues/11412)) ([59c1cff](https://github.com/Opentrons/opentrons/commit/59c1cffff871b17c0a7c1813e79823913146a0e7)) -* **app:** update factoryreset options description ([#11433](https://github.com/Opentrons/opentrons/issues/11433)) ([db4d918](https://github.com/Opentrons/opentrons/commit/db4d9182957dd86511be944c403afa155f2a2f54)) -* **heater-shaker:** fix async error handling ([#11400](https://github.com/Opentrons/opentrons/issues/11400)) ([c67e8e3](https://github.com/Opentrons/opentrons/commit/c67e8e39a5e4cee24d2a86c808280430dcfaa12b)) -* **heater-shaker:** updated dfu locking mechanism ([#11395](https://github.com/Opentrons/opentrons/issues/11395)) ([86f674f](https://github.com/Opentrons/opentrons/commit/86f674fbb085e9ce6d3e354123144778a907f918)) - -### Features - -* **app:** add error banner + modal if H-S or TC is in error ([#11382](https://github.com/Opentrons/opentrons/issues/11382)) ([09fbba3](https://github.com/Opentrons/opentrons/commit/09fbba393645809e8742985732ba398fc3af34e3)) -* **api:** reduce target speed delta from 100rpm to 40rpm ([#11413](https://github.com/Opentrons/opentrons/issues/11413)) ([d1f9619](https://github.com/Opentrons/opentrons/commit/d1f961998686e2ff1a2ab6be1065635dbc52034c)) - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package opentrons - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) ### Bug Fixes * **api:** allow aspirate/dispense at arbitrary locations ([#11352](https://github.com/Opentrons/opentrons/issues/11352)) ([d9107d2](https://github.com/Opentrons/opentrons/commit/d9107d25cb366f49454a6e35a90205ab354d8acf)), closes [#11302](https://github.com/Opentrons/opentrons/issues/11302) -* **api:** make hs wait until idle on deactivate shake ([#11342](https://github.com/Opentrons/opentrons/issues/11342)) ([a78b6fb](https://github.com/Opentrons/opentrons/commit/a78b6fbdf607549a0313fccaae18681646f11207)) -* **app:** confirm attachment modal logic refactor ([#11362](https://github.com/Opentrons/opentrons/issues/11362)) ([4fafb10](https://github.com/Opentrons/opentrons/commit/4fafb10b670dd463a1582d3a1d163a7af04afadd)) -* **app:** disabled input values when H-S is shaking ([#11357](https://github.com/Opentrons/opentrons/issues/11357)) ([f579517](https://github.com/Opentrons/opentrons/commit/f57951796a946788945e6b4904e559f52733e142)) -* **app:** H-S test shake input value no longer accepts decimals ([#11344](https://github.com/Opentrons/opentrons/issues/11344)) ([1a98822](https://github.com/Opentrons/opentrons/commit/1a98822ca881401b9a4f4e3f75c9bbfa98625be0)) -* **app:** hS fix tooltip text position in overflow menu button ([#11363](https://github.com/Opentrons/opentrons/issues/11363)) ([499fc90](https://github.com/Opentrons/opentrons/commit/499fc9051dc8d02ab2865b7f99de870fc6d2e97a)) -* **app:** return valid custom labware when sorting ([#11369](https://github.com/Opentrons/opentrons/issues/11369)) ([9d6cc14](https://github.com/Opentrons/opentrons/commit/9d6cc142f4190988d94cf021a0b291ca613ae29e)) -* **app:** robotSettings Calibrations tab section title text-align bug ([#11314](https://github.com/Opentrons/opentrons/issues/11314)) ([be5f65e](https://github.com/Opentrons/opentrons/commit/be5f65e3c533f08b48bcfef5a6ee901d75096453)) -* **app:** show H-S wizard when module is powered off ([#11358](https://github.com/Opentrons/opentrons/issues/11358)) ([dfd6bb5](https://github.com/Opentrons/opentrons/commit/dfd6bb57e80515ad8fb24e33f2d25bb749d20d9b)) -* **papi-v2:** do not raise h/s movement flagger for point-only destinations ([#11335](https://github.com/Opentrons/opentrons/issues/11335)) ([aeb8c46](https://github.com/Opentrons/opentrons/commit/aeb8c46c33903aaab31ab129a84cf69ec51067cc)) -* **protocol-designer:** truncate labware type name ([#11364](https://github.com/Opentrons/opentrons/issues/11364)) ([e8211c4](https://github.com/Opentrons/opentrons/commit/e8211c4183d3c7021938dc2bc08ca16c6eee45a7)) - - -### Features - -* **papi-v2:** home both pipettes at once before specific h/s actions ([#11330](https://github.com/Opentrons/opentrons/issues/11330)) ([3c12e94](https://github.com/Opentrons/opentrons/commit/3c12e94ee0d6d17ecc66127651fb6d7d6ea8816d)) - - - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package opentrons - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump to bundle [newest robot OS](https://github.com/Opentrons/buildroot/releases/tag/v1.11.0) - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) - - -### Bug Fixes - * **api:** be prepared for aspirate after pick-up-tip ([#10914](https://github.com/Opentrons/opentrons/issues/10914)) ([cf705bc](https://github.com/Opentrons/opentrons/commit/cf705bc8638b7e6d23272eb7b025512812131936)) * **api:** do not acquire gpio in ot3simulator ([#11251](https://github.com/Opentrons/opentrons/issues/11251)) ([81f74a6](https://github.com/Opentrons/opentrons/commit/81f74a65026ea4c38d48a2e5327ad4bc9b1313b3)) * **api:** Do not pause in the middle of a Thermocycler profile ([#10963](https://github.com/Opentrons/opentrons/issues/10963)) ([64ce32d](https://github.com/Opentrons/opentrons/commit/64ce32de887c9bee4a903e5e2a8538ab1e4e6b7b)) +* **api:** ensure pipette cannot move down from origin to travel height ([#11426](https://github.com/Opentrons/opentrons/issues/11426)) ([c0905f6](https://github.com/Opentrons/opentrons/commit/c0905f6b932a91b1779b826a0a7c5c0dedfa6584)) * **api:** if needed, home both pipettes with InstrumentContext.home ([#11072](https://github.com/Opentrons/opentrons/issues/11072)) ([0115066](https://github.com/Opentrons/opentrons/commit/0115066c807eb93b256d936ccff1bda155e49968)), closes [#7499](https://github.com/Opentrons/opentrons/issues/7499) * **api:** inlcude command error details in top-level fatal error ([#11277](https://github.com/Opentrons/opentrons/issues/11277)) ([330eab3](https://github.com/Opentrons/opentrons/commit/330eab35813aefbfa678c86e74de9f9cbc724a17)) +* **api:** make hs wait until idle on deactivate shake ([#11342](https://github.com/Opentrons/opentrons/issues/11342)) ([a78b6fb](https://github.com/Opentrons/opentrons/commit/a78b6fbdf607549a0313fccaae18681646f11207)) * **api:** move to safe plunger position after every drop-tip ([#10897](https://github.com/Opentrons/opentrons/issues/10897)) ([9bd9902](https://github.com/Opentrons/opentrons/commit/9bd99024603086b7402aad82acf6e86267d074da)) * **api:** smoothie-driver backlash compensation allows all axes to move simultaneously ([#10923](https://github.com/Opentrons/opentrons/issues/10923)) ([d65147e](https://github.com/Opentrons/opentrons/commit/d65147ec8a68354227e26d1f714e1a4ddb138d43)) * **api,shared-data:** Fix incorrect rejection of `thermocycler/runProfile` commands ([#11241](https://github.com/Opentrons/opentrons/issues/11241)) ([4366958](https://github.com/Opentrons/opentrons/commit/4366958c3025213115f9af00af5cd95b6cbbf32a)) @@ -115,19 +23,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * **app:** accept protocols with Thermocycler Gen2 ([#10850](https://github.com/Opentrons/opentrons/issues/10850)) ([02c7c79](https://github.com/Opentrons/opentrons/commit/02c7c79cf908616f8831bad77f7af461a5852edf)) * **app:** add firstNonSetupIndex to historical run commands query cursor ([#11158](https://github.com/Opentrons/opentrons/issues/11158)) ([a8f8619](https://github.com/Opentrons/opentrons/commit/a8f8619dc40bba6c64714d9465b540a2bc21d0fc)), closes [#11135](https://github.com/Opentrons/opentrons/issues/11135) * **app:** add support for labware on modules in run log ([#11276](https://github.com/Opentrons/opentrons/issues/11276)) ([b370f5d](https://github.com/Opentrons/opentrons/commit/b370f5d85df9d6f203ba43e00fc676bd88872568)) +* **app:** confirm attachment modal logic refactor ([#11362](https://github.com/Opentrons/opentrons/issues/11362)) ([4fafb10](https://github.com/Opentrons/opentrons/commit/4fafb10b670dd463a1582d3a1d163a7af04afadd)) +* **app:** disabled input values when H-S is shaking ([#11357](https://github.com/Opentrons/opentrons/issues/11357)) ([f579517](https://github.com/Opentrons/opentrons/commit/f57951796a946788945e6b4904e559f52733e142)) +* **app:** do not initiate new buildroot session after successful update ([#11476](https://github.com/Opentrons/opentrons/issues/11476)) ([aada770](https://github.com/Opentrons/opentrons/commit/aada770cf0fab16e5c260d6504de18b8d5d2dc4e)) +* **app:** fix pipette settings when allPipetteConfig FF is on ([#11397](https://github.com/Opentrons/opentrons/issues/11397)) ([685cb0b](https://github.com/Opentrons/opentrons/commit/685cb0bf40eed546e639f1ac98b52165afe39d55)) * **app:** Fix text spacing issue on LPC screen ([#11159](https://github.com/Opentrons/opentrons/issues/11159)) ([95a01cd](https://github.com/Opentrons/opentrons/commit/95a01cd2d3372d21a6905901f70408c6d945b194)), closes [#110671](https://github.com/Opentrons/opentrons/issues/110671) * **app:** fixes extra module bug in module controls ([#11195](https://github.com/Opentrons/opentrons/issues/11195)) ([7582870](https://github.com/Opentrons/opentrons/commit/7582870843d460631788cfed1bf947b57b19c194)) +* **app:** H-S test shake input value no longer accepts decimals ([#11344](https://github.com/Opentrons/opentrons/issues/11344)) ([1a98822](https://github.com/Opentrons/opentrons/commit/1a98822ca881401b9a4f4e3f75c9bbfa98625be0)) +* **app:** hS fix tooltip text position in overflow menu button ([#11363](https://github.com/Opentrons/opentrons/issues/11363)) ([499fc90](https://github.com/Opentrons/opentrons/commit/499fc9051dc8d02ab2865b7f99de870fc6d2e97a)) * **app:** labware setup H-S latch command add runId ([#11133](https://github.com/Opentrons/opentrons/issues/11133)) ([75cc2f2](https://github.com/Opentrons/opentrons/commit/75cc2f2071f98b4026c92603ccecea3c7929ac8c)), closes [#11048](https://github.com/Opentrons/opentrons/issues/11048) [#11125](https://github.com/Opentrons/opentrons/issues/11125) +* **app:** order labware offset reapply candidates newest to oldest ([#11467](https://github.com/Opentrons/opentrons/issues/11467)) ([cb4d8ef](https://github.com/Opentrons/opentrons/commit/cb4d8ef6f8a02c6ba9fe71477abd5639a3f8a357)) +* **app:** return valid custom labware when sorting ([#11369](https://github.com/Opentrons/opentrons/issues/11369)) ([9d6cc14](https://github.com/Opentrons/opentrons/commit/9d6cc142f4190988d94cf021a0b291ca613ae29e)) +* **app:** robotSettings Calibrations tab section title text-align bug ([#11314](https://github.com/Opentrons/opentrons/issues/11314)) ([be5f65e](https://github.com/Opentrons/opentrons/commit/be5f65e3c533f08b48bcfef5a6ee901d75096453)) +* **app:** show H-S wizard when module is powered off ([#11358](https://github.com/Opentrons/opentrons/issues/11358)) ([dfd6bb5](https://github.com/Opentrons/opentrons/commit/dfd6bb57e80515ad8fb24e33f2d25bb749d20d9b)) * **app:** this will close [#11223](https://github.com/Opentrons/opentrons/issues/11223) ([#11231](https://github.com/Opentrons/opentrons/issues/11231)) ([c718356](https://github.com/Opentrons/opentrons/commit/c718356cc4a7e42a532788816c8a7b422a0ca611)) +* **app:** unattached pipette calibration bugfix ([#11412](https://github.com/Opentrons/opentrons/issues/11412)) ([59c1cff](https://github.com/Opentrons/opentrons/commit/59c1cffff871b17c0a7c1813e79823913146a0e7)) +* **app:** update factoryreset options description ([#11433](https://github.com/Opentrons/opentrons/issues/11433)) ([db4d918](https://github.com/Opentrons/opentrons/commit/db4d9182957dd86511be944c403afa155f2a2f54)) * **app:** update hover state of historical run chevron ([#11153](https://github.com/Opentrons/opentrons/issues/11153)) ([bb861c5](https://github.com/Opentrons/opentrons/commit/bb861c5a779bdfebf703aebba355e2d634869814)) * **components:** fix well highlight so it matches prod on PD ([#11240](https://github.com/Opentrons/opentrons/issues/11240)) ([c508c7c](https://github.com/Opentrons/opentrons/commit/c508c7ce618200ad87b771a55af2205cac12eb96)) * **engine:** pause hardware API when engine is paused ([#10882](https://github.com/Opentrons/opentrons/issues/10882)) ([78658f6](https://github.com/Opentrons/opentrons/commit/78658f60e58e90621e79a048105913175e7d9a57)) * **engine:** thermocycler movement flagger in analysis ([#11261](https://github.com/Opentrons/opentrons/issues/11261)) ([2a460f1](https://github.com/Opentrons/opentrons/commit/2a460f119fb4f3fc64261427a6f4568a5f752542)), closes [#11235](https://github.com/Opentrons/opentrons/issues/11235) * **hardware:** handle timeout finding pipettes ([#11252](https://github.com/Opentrons/opentrons/issues/11252)) ([18dfb85](https://github.com/Opentrons/opentrons/commit/18dfb8503ba15a6036ea8fe4e1b841feb9f94174)) +* **heater-shaker:** fix async error handling ([#11400](https://github.com/Opentrons/opentrons/issues/11400)) ([c67e8e3](https://github.com/Opentrons/opentrons/commit/c67e8e39a5e4cee24d2a86c808280430dcfaa12b)) +* **heater-shaker:** updated dfu locking mechanism ([#11395](https://github.com/Opentrons/opentrons/issues/11395)) ([86f674f](https://github.com/Opentrons/opentrons/commit/86f674fbb085e9ce6d3e354123144778a907f918)) * **ot3:** modify the device info integration test to check for all expected nodes during broadcast ([#11051](https://github.com/Opentrons/opentrons/issues/11051)) ([5d62a58](https://github.com/Opentrons/opentrons/commit/5d62a58b9f39d108779b584e9f8606420a28d39a)) * **ot3:** separate out position and encoder position in integration test ([#11147](https://github.com/Opentrons/opentrons/issues/11147)) ([9c12d28](https://github.com/Opentrons/opentrons/commit/9c12d2818adbbccce917e2fb32e7da9302f4e2bf)) * **papi-v2:** allow pick_up_tip to pick up from exact location ([#11038](https://github.com/Opentrons/opentrons/issues/11038)) ([72f6d4b](https://github.com/Opentrons/opentrons/commit/72f6d4be6d258f5b6db531a2278289f0827f3cd1)) +* **papi-v2:** do not raise h/s movement flagger for point-only destinations ([#11335](https://github.com/Opentrons/opentrons/issues/11335)) ([aeb8c46](https://github.com/Opentrons/opentrons/commit/aeb8c46c33903aaab31ab129a84cf69ec51067cc)) * **PAPIv2:** allow presses=0 to hover over tip when calling pick_up_tip ([#11200](https://github.com/Opentrons/opentrons/issues/11200)) ([f3d3525](https://github.com/Opentrons/opentrons/commit/f3d3525bc374b7fb6222853c21b42fd3d3ca5f7b)) +* **protocol-designer:** truncate labware type name ([#11364](https://github.com/Opentrons/opentrons/issues/11364)) ([e8211c4](https://github.com/Opentrons/opentrons/commit/e8211c4183d3c7021938dc2bc08ca16c6eee45a7)) * **robot-server:** fully delete current run ([#11070](https://github.com/Opentrons/opentrons/issues/11070)) ([da45a96](https://github.com/Opentrons/opentrons/commit/da45a96a12f7641cde8712a5a636c7393123163f)) @@ -141,6 +65,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * **api:** ot3: add gripper grip and ungrip to hardware control ([#10987](https://github.com/Opentrons/opentrons/issues/10987)) ([62e9c9b](https://github.com/Opentrons/opentrons/commit/62e9c9bc9d82014b55a9c1db5f7e0a2becaf9b62)) * **api, step-generation:** emit and ingest command keys ([#10885](https://github.com/Opentrons/opentrons/issues/10885)) ([4f81309](https://github.com/Opentrons/opentrons/commit/4f81309c4cc546cd36b90f637cd4be447ddd08a5)) * **app:** add customLabware to labware filterBy ([#11236](https://github.com/Opentrons/opentrons/issues/11236)) ([3ea1731](https://github.com/Opentrons/opentrons/commit/3ea1731afe0409c6b745d353b8c49c4b5cb4faac)), closes [#10917](https://github.com/Opentrons/opentrons/issues/10917) +* **app:** add error banner + modal if H-S or TC is in error ([#11382](https://github.com/Opentrons/opentrons/issues/11382)) ([09fbba3](https://github.com/Opentrons/opentrons/commit/09fbba393645809e8742985732ba398fc3af34e3)) * **app:** add map view to liquid labware modal ([#10869](https://github.com/Opentrons/opentrons/issues/10869)) ([94ca292](https://github.com/Opentrons/opentrons/commit/94ca2923c649298d695820d3ad542cc5fa2704d1)), closes [#10521](https://github.com/Opentrons/opentrons/issues/10521) * **app:** adding support for v6 commands in run log ([#11254](https://github.com/Opentrons/opentrons/issues/11254)) ([41a5a39](https://github.com/Opentrons/opentrons/commit/41a5a39a959b9a1bed3f9e96e1287385c1647075)), closes [#11247](https://github.com/Opentrons/opentrons/issues/11247) * **app:** display rows of wells with same liquid as a range ([#10974](https://github.com/Opentrons/opentrons/issues/10974)) ([f73c484](https://github.com/Opentrons/opentrons/commit/f73c484246f75615e60430bd9c5f476d8b58b2b3)), closes [#10671](https://github.com/Opentrons/opentrons/issues/10671) @@ -159,6 +84,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * **g-code-parsing:** Add ability to run multiple PAPI versions ([#11221](https://github.com/Opentrons/opentrons/issues/11221)) ([805103f](https://github.com/Opentrons/opentrons/commit/805103f4ebae27f0649320240bf72fc49c2cb289)) * **hardware:** convert encoder pulses to encoder position in mm ([#10288](https://github.com/Opentrons/opentrons/issues/10288)) ([69a1075](https://github.com/Opentrons/opentrons/commit/69a107547ca7cb2098d28e33606d755146854604)) * **heater-shaker:** add firmware upload capability ([#10307](https://github.com/Opentrons/opentrons/issues/10307)) ([a77b08d](https://github.com/Opentrons/opentrons/commit/a77b08d85dea1b64e7cbe5d71251f21d8e444747)) +* **papi-v2:** home both pipettes at once before specific h/s actions ([#11330](https://github.com/Opentrons/opentrons/issues/11330)) ([3c12e94](https://github.com/Opentrons/opentrons/commit/3c12e94ee0d6d17ecc66127651fb6d7d6ea8816d)) * **papiv2:** retract pipettes before shaking or opening latch ([#11268](https://github.com/Opentrons/opentrons/issues/11268)) ([f0913d7](https://github.com/Opentrons/opentrons/commit/f0913d7219ab41b55b3980a1262a884007223ad6)), closes [#11210](https://github.com/Opentrons/opentrons/issues/11210) [#11209](https://github.com/Opentrons/opentrons/issues/11209) * **protocol-designer:** add custom liquid color picker ([#10958](https://github.com/Opentrons/opentrons/issues/10958)) ([b4a11af](https://github.com/Opentrons/opentrons/commit/b4a11af69a25d7e481b30c9fc0b4f6fd7c008bc0)), closes [#10573](https://github.com/Opentrons/opentrons/issues/10573) [#10601](https://github.com/Opentrons/opentrons/issues/10601) * **protocol-designer:** add new liquid icon design ([#11085](https://github.com/Opentrons/opentrons/issues/11085)) ([f097d56](https://github.com/Opentrons/opentrons/commit/f097d56c1a31f0c2eec5d6d23fb75df61dd833cc)), closes [#10602](https://github.com/Opentrons/opentrons/issues/10602) diff --git a/api-client/CHANGELOG.md b/api-client/CHANGELOG.md index f470da27ecb..50437fc6e26 100644 --- a/api-client/CHANGELOG.md +++ b/api-client/CHANGELOG.md @@ -3,65 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) -**Note:** Version bump only for package @opentrons/api-client - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) -**Note:** Version bump only for package @opentrons/api-client - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) **Note:** Version bump only for package @opentrons/api-client diff --git a/api-client/package.json b/api-client/package.json index 484be506726..e6d78dc3aa8 100644 --- a/api-client/package.json +++ b/api-client/package.json @@ -2,7 +2,7 @@ "private": true, "name": "@opentrons/api-client", "description": "Opentrons robot API client for Node.js and the browser", - "version": "6.1.0-beta.1", + "version": "6.1.0", "license": "Apache-2.0", "main": "dist/api-client.js", "module": "dist/api-client.mjs", @@ -13,7 +13,7 @@ "./dist/api-client.mjs": "./dist/api-client.browser.mjs" }, "dependencies": { - "@opentrons/shared-data": "6.1.0-beta.1", + "@opentrons/shared-data": "6.1.0", "axios": "^0.21.1" } } diff --git a/api/release-notes.md b/api/release-notes.md index e7c8cda1f88..17f97dd640b 100644 --- a/api/release-notes.md +++ b/api/release-notes.md @@ -6,9 +6,9 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr --- -# OT-2 Software Changes in 6.1.0-beta.1 +# OT-2 Software Changes in 6.1.0 -Welcome to the v6.1.0 beta release of the OT-2 software! This release adds support for the Opentrons Heater-Shaker Module. +Welcome to the v6.1.0 release of the OT-2 software! This release adds support for the Opentrons Heater-Shaker Module. ## New Features @@ -26,18 +26,18 @@ Welcome to the v6.1.0 beta release of the OT-2 software! This release adds suppo --- -# OT-2 Software Changes in 6.0.1 +## OT-2 Software Changes in 6.0.1 Welcome to the v6.0.1 release of the OT-2 software! In conjunction with [changes in the Opentrons App](https://github.com/Opentrons/opentrons/blob/edge/app-shell/build/release-notes.md), the 6.0 release reshapes the way your OT-2 stores runs and protocols. -## New Features +### New Features - The OT-2 will retain the past 20 protocol runs on the robot, even across reboots. - Supports renaming robots via the Opentrons App. -## 6.0.0 to 6.0.1 +### 6.0.0 to 6.0.1 The 6.0.1 hotfix release fixes one robot software bug: @@ -45,7 +45,7 @@ The 6.0.1 hotfix release fixes one robot software bug: As noted below, the 6.0.0 release fixed various protocol analysis bugs. **If you have been using the "Use older protocol analysis method" setting, we recommend you turn it off.** You might no longer need it, and your protocols will upload to your OT-2 faster with the setting disabled! -## Bug Fixes +### Bug Fixes - The `opentrons` Python module is now compatible with Python 3.10. - Protocols will correctly fail analysis when attempting to place a Thermocycler in a slot that conflicts with already-placed labware. @@ -53,7 +53,7 @@ As noted below, the 6.0.0 release fixed various protocol analysis bugs. **If you - Fixed various pipette bugs in protocol analysis. - Fixed [a bug](https://github.com/Opentrons/opentrons/issues/10126) where a robot would be undiscoverable if it happened to have the same name as another device on the network. -## Known Issues +### Known Issues - Sometimes module load order is affected by the order in which you power the modules on. We strongly suggest connecting and powering on modules in the order they will be used in the protocol. diff --git a/api/src/opentrons/CHANGELOG.md b/api/src/opentrons/CHANGELOG.md index c3d7dfbb2df..7963d4d89af 100644 --- a/api/src/opentrons/CHANGELOG.md +++ b/api/src/opentrons/CHANGELOG.md @@ -3,104 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/api-server - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/api-server - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package @opentrons/api-server - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - - -### Bug Fixes - -* **api:** ensure pipette cannot move down from origin to travel height ([#11426](https://github.com/Opentrons/opentrons/issues/11426)) ([c0905f6](https://github.com/Opentrons/opentrons/commit/c0905f6b932a91b1779b826a0a7c5c0dedfa6584)) -* **heater-shaker:** fix async error handling ([#11400](https://github.com/Opentrons/opentrons/issues/11400)) ([c67e8e3](https://github.com/Opentrons/opentrons/commit/c67e8e39a5e4cee24d2a86c808280430dcfaa12b)) -* **heater-shaker:** updated dfu locking mechanism ([#11395](https://github.com/Opentrons/opentrons/issues/11395)) ([86f674f](https://github.com/Opentrons/opentrons/commit/86f674fbb085e9ce6d3e354123144778a907f918)) - - -### Features - -* **api:** reduce target speed delta from 100rpm to 40rpm ([#11413](https://github.com/Opentrons/opentrons/issues/11413)) ([d1f9619](https://github.com/Opentrons/opentrons/commit/d1f961998686e2ff1a2ab6be1065635dbc52034c)) - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package opentrons - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) ### Bug Fixes * **api:** allow aspirate/dispense at arbitrary locations ([#11352](https://github.com/Opentrons/opentrons/issues/11352)) ([d9107d2](https://github.com/Opentrons/opentrons/commit/d9107d25cb366f49454a6e35a90205ab354d8acf)), closes [#11302](https://github.com/Opentrons/opentrons/issues/11302) -* **api:** make hs wait until idle on deactivate shake ([#11342](https://github.com/Opentrons/opentrons/issues/11342)) ([a78b6fb](https://github.com/Opentrons/opentrons/commit/a78b6fbdf607549a0313fccaae18681646f11207)) -* **papi-v2:** do not raise h/s movement flagger for point-only destinations ([#11335](https://github.com/Opentrons/opentrons/issues/11335)) ([aeb8c46](https://github.com/Opentrons/opentrons/commit/aeb8c46c33903aaab31ab129a84cf69ec51067cc)) - - -### Features - -* **papi-v2:** home both pipettes at once before specific h/s actions ([#11330](https://github.com/Opentrons/opentrons/issues/11330)) ([3c12e94](https://github.com/Opentrons/opentrons/commit/3c12e94ee0d6d17ecc66127651fb6d7d6ea8816d)) - - - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/api-server - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/api-server - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) - - -### Bug Fixes - * **api:** be prepared for aspirate after pick-up-tip ([#10914](https://github.com/Opentrons/opentrons/issues/10914)) ([cf705bc](https://github.com/Opentrons/opentrons/commit/cf705bc8638b7e6d23272eb7b025512812131936)) * **api:** do not acquire gpio in ot3simulator ([#11251](https://github.com/Opentrons/opentrons/issues/11251)) ([81f74a6](https://github.com/Opentrons/opentrons/commit/81f74a65026ea4c38d48a2e5327ad4bc9b1313b3)) * **api:** Do not pause in the middle of a Thermocycler profile ([#10963](https://github.com/Opentrons/opentrons/issues/10963)) ([64ce32d](https://github.com/Opentrons/opentrons/commit/64ce32de887c9bee4a903e5e2a8538ab1e4e6b7b)) +* **api:** ensure pipette cannot move down from origin to travel height ([#11426](https://github.com/Opentrons/opentrons/issues/11426)) ([c0905f6](https://github.com/Opentrons/opentrons/commit/c0905f6b932a91b1779b826a0a7c5c0dedfa6584)) * **api:** if needed, home both pipettes with InstrumentContext.home ([#11072](https://github.com/Opentrons/opentrons/issues/11072)) ([0115066](https://github.com/Opentrons/opentrons/commit/0115066c807eb93b256d936ccff1bda155e49968)), closes [#7499](https://github.com/Opentrons/opentrons/issues/7499) * **api:** inlcude command error details in top-level fatal error ([#11277](https://github.com/Opentrons/opentrons/issues/11277)) ([330eab3](https://github.com/Opentrons/opentrons/commit/330eab35813aefbfa678c86e74de9f9cbc724a17)) +* **api:** make hs wait until idle on deactivate shake ([#11342](https://github.com/Opentrons/opentrons/issues/11342)) ([a78b6fb](https://github.com/Opentrons/opentrons/commit/a78b6fbdf607549a0313fccaae18681646f11207)) * **api:** move to safe plunger position after every drop-tip ([#10897](https://github.com/Opentrons/opentrons/issues/10897)) ([9bd9902](https://github.com/Opentrons/opentrons/commit/9bd99024603086b7402aad82acf6e86267d074da)) * **api:** smoothie-driver backlash compensation allows all axes to move simultaneously ([#10923](https://github.com/Opentrons/opentrons/issues/10923)) ([d65147e](https://github.com/Opentrons/opentrons/commit/d65147ec8a68354227e26d1f714e1a4ddb138d43)) * **api,shared-data:** Fix incorrect rejection of `thermocycler/runProfile` commands ([#11241](https://github.com/Opentrons/opentrons/issues/11241)) ([4366958](https://github.com/Opentrons/opentrons/commit/4366958c3025213115f9af00af5cd95b6cbbf32a)) * **api,update-server:** Synchronize robot name more tightly between between api and update-server ([#11175](https://github.com/Opentrons/opentrons/issues/11175)) ([f3ac4d9](https://github.com/Opentrons/opentrons/commit/f3ac4d96d63bbd857ed8b8ee75c9a982b8fd0a38)) * **engine:** pause hardware API when engine is paused ([#10882](https://github.com/Opentrons/opentrons/issues/10882)) ([78658f6](https://github.com/Opentrons/opentrons/commit/78658f60e58e90621e79a048105913175e7d9a57)) * **engine:** thermocycler movement flagger in analysis ([#11261](https://github.com/Opentrons/opentrons/issues/11261)) ([2a460f1](https://github.com/Opentrons/opentrons/commit/2a460f119fb4f3fc64261427a6f4568a5f752542)), closes [#11235](https://github.com/Opentrons/opentrons/issues/11235) +* **heater-shaker:** fix async error handling ([#11400](https://github.com/Opentrons/opentrons/issues/11400)) ([c67e8e3](https://github.com/Opentrons/opentrons/commit/c67e8e39a5e4cee24d2a86c808280430dcfaa12b)) +* **heater-shaker:** updated dfu locking mechanism ([#11395](https://github.com/Opentrons/opentrons/issues/11395)) ([86f674f](https://github.com/Opentrons/opentrons/commit/86f674fbb085e9ce6d3e354123144778a907f918)) * **papi-v2:** allow pick_up_tip to pick up from exact location ([#11038](https://github.com/Opentrons/opentrons/issues/11038)) ([72f6d4b](https://github.com/Opentrons/opentrons/commit/72f6d4be6d258f5b6db531a2278289f0827f3cd1)) +* **papi-v2:** do not raise h/s movement flagger for point-only destinations ([#11335](https://github.com/Opentrons/opentrons/issues/11335)) ([aeb8c46](https://github.com/Opentrons/opentrons/commit/aeb8c46c33903aaab31ab129a84cf69ec51067cc)) * **PAPIv2:** allow presses=0 to hover over tip when calling pick_up_tip ([#11200](https://github.com/Opentrons/opentrons/issues/11200)) ([f3d3525](https://github.com/Opentrons/opentrons/commit/f3d3525bc374b7fb6222853c21b42fd3d3ca5f7b)) @@ -119,6 +44,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * **engine:** thermocycler run profile ([#10921](https://github.com/Opentrons/opentrons/issues/10921)) ([8a70b53](https://github.com/Opentrons/opentrons/commit/8a70b53ed35d33951b130bb1299026f02cf81d7b)) * **hardware:** convert encoder pulses to encoder position in mm ([#10288](https://github.com/Opentrons/opentrons/issues/10288)) ([69a1075](https://github.com/Opentrons/opentrons/commit/69a107547ca7cb2098d28e33606d755146854604)) * **heater-shaker:** add firmware upload capability ([#10307](https://github.com/Opentrons/opentrons/issues/10307)) ([a77b08d](https://github.com/Opentrons/opentrons/commit/a77b08d85dea1b64e7cbe5d71251f21d8e444747)) +* **papi-v2:** home both pipettes at once before specific h/s actions ([#11330](https://github.com/Opentrons/opentrons/issues/11330)) ([3c12e94](https://github.com/Opentrons/opentrons/commit/3c12e94ee0d6d17ecc66127651fb6d7d6ea8816d)) * **papiv2:** retract pipettes before shaking or opening latch ([#11268](https://github.com/Opentrons/opentrons/issues/11268)) ([f0913d7](https://github.com/Opentrons/opentrons/commit/f0913d7219ab41b55b3980a1262a884007223ad6)), closes [#11210](https://github.com/Opentrons/opentrons/issues/11210) [#11209](https://github.com/Opentrons/opentrons/issues/11209) diff --git a/api/src/opentrons/package.json b/api/src/opentrons/package.json index 9fb4f773d5c..1845ef62767 100644 --- a/api/src/opentrons/package.json +++ b/api/src/opentrons/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/api-server", - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "Opentrons API server application", "repository": { "type": "git", diff --git a/app-shell/CHANGELOG.md b/app-shell/CHANGELOG.md index 96beff2d72f..97d3c66de0a 100644 --- a/app-shell/CHANGELOG.md +++ b/app-shell/CHANGELOG.md @@ -3,67 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) -**Note:** Version bump only for package @opentrons/app-shell - - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) -**Note:** Version bump only for package @opentrons/app-shell - - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) ### Features diff --git a/app-shell/build/release-notes.md b/app-shell/build/release-notes.md index dc81b5e590b..e92f99c74c8 100644 --- a/app-shell/build/release-notes.md +++ b/app-shell/build/release-notes.md @@ -6,9 +6,9 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr --- -# Opentrons App Changes in 6.1.0-beta.1 +# Opentrons App Changes in 6.1.0 -Welcome to the v6.1.0 beta release of the Opentrons App! This release focuses on adding support for the [Opentrons Heater-Shaker Module](https://shop.opentrons.com/heater-shaker-module/). +Welcome to the v6.1.0 release of the Opentrons App! This release focuses on adding support for the [Opentrons Heater-Shaker Module](https://shop.opentrons.com/heater-shaker-module/). ## New Features @@ -17,30 +17,30 @@ Welcome to the v6.1.0 beta release of the Opentrons App! This release focuses on - Analyze, upload, and run protocols that include the Heater-Shaker - View the status of a Heater-Shaker connected to an OT-2 and control its heater, shaker, and labware latch - Update the Heater-Shaker's firmware from the module card -- Module cards now show if a Heater-Shaker or Thermocycler has an error (new since beta.0) +- Module cards now show if a Heater-Shaker or Thermocycler has an error ## Improved Features - Improvements to the run log, including properly listing labware that is on top of a module -- Clarifies what data is deleted when performing a factory reset of protocol run history (new since beta.0) +- Clarification of what data is deleted when performing a factory reset of protocol run history ## Bug Fixes -- Labware Position Check now suggests the most recent Labware Offset data (new since beta.0) +- Labware Position Check now suggests the most recent Labware Offset data - Tip Length Calibration no longer silently fails when the chosen pipette is not attached -- Stops the update modal from staying onscreen indefinitely after a robot software update has finished (new since beta.0) -- Fixes a bug that prevented changing pipette settings when the All Pipette Config feature flag is on (new since beta.0) +- Stops the update modal from staying onscreen indefinitely after a robot software update has finished +- Fixes a bug that prevented changing pipette settings when the All Pipette Config feature flag was on - Interface fixes and improvements --- -# Opentrons App Changes in 6.0.1 +## Opentrons App Changes in 6.0.1 Welcome to the v6.0.1 release of the Opentrons App! This release focuses on a visual redesign of the app that offers more ways to manage protocols even when you're not connected to a robot. This release also includes updates to the robot operating system, so be sure to update any OT-2s before running protocols with this version of the app. -## New Features +### New Features - Updated design: A more polished and modern design, built around the new, always-accessible Protocols, Labware, and Devices sections. - Protocols section @@ -56,14 +56,14 @@ This release also includes updates to the robot operating system, so be sure to - Run a protocol directly from the robot details page. - Easily change a robot's name from the new robot settings page. -## 6.0.0 to 6.0.1 +### 6.0.0 to 6.0.1 The 6.0.1 hotfix release fixes two issues: - The app's "Override Path to Python" advanced setting now works properly on Windows - It's once again possible to save changes made to pipette settings -## Improved Features +### Improved Features - Labware Position Check - When re-running a protocol, the app will now automatically recommend stored Labware Offset data (from the last 20 runs on that robot) that applies to the same labware and deck slot. diff --git a/app-shell/package.json b/app-shell/package.json index 1fe3ee3f561..72ea3ead820 100644 --- a/app-shell/package.json +++ b/app-shell/package.json @@ -2,7 +2,7 @@ "name": "@opentrons/app-shell", "private": true, "productName": "Opentrons", - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "Opentrons desktop application", "main": "lib/main.js", "types": "lib/main.d.ts", @@ -28,9 +28,9 @@ ] }, "devDependencies": { - "@opentrons/app": "6.1.0-beta.1", - "@opentrons/discovery-client": "6.1.0-beta.1", - "@opentrons/shared-data": "6.1.0-beta.1" + "@opentrons/app": "6.1.0", + "@opentrons/discovery-client": "6.1.0", + "@opentrons/shared-data": "6.1.0" }, "dependencies": { "@thi.ng/paths": "1.6.5", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 20ae73b076e..c70cebc5448 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -3,107 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/app - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/app - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - - -### Bug Fixes - -* **app:** do not initiate new buildroot session after successful update ([#11476](https://github.com/Opentrons/opentrons/issues/11476)) ([aada770](https://github.com/Opentrons/opentrons/commit/aada770cf0fab16e5c260d6504de18b8d5d2dc4e)) -* **app:** order labware offset reapply candidates newest to oldest ([#11467](https://github.com/Opentrons/opentrons/issues/11467)) ([cb4d8ef](https://github.com/Opentrons/opentrons/commit/cb4d8ef6f8a02c6ba9fe71477abd5639a3f8a357)) - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - - -### Bug Fixes - -* **app:** fix pipette settings when allPipetteConfig FF is on ([#11397](https://github.com/Opentrons/opentrons/issues/11397)) ([685cb0b](https://github.com/Opentrons/opentrons/commit/685cb0bf40eed546e639f1ac98b52165afe39d55)) -* **app:** unattached pipette calibration bugfix ([#11412](https://github.com/Opentrons/opentrons/issues/11412)) ([59c1cff](https://github.com/Opentrons/opentrons/commit/59c1cffff871b17c0a7c1813e79823913146a0e7)) -* **app:** update factoryreset options description ([#11433](https://github.com/Opentrons/opentrons/issues/11433)) ([db4d918](https://github.com/Opentrons/opentrons/commit/db4d9182957dd86511be944c403afa155f2a2f54)) - - -### Features - -* **app:** add error banner + modal if H-S or TC is in error ([#11382](https://github.com/Opentrons/opentrons/issues/11382)) ([09fbba3](https://github.com/Opentrons/opentrons/commit/09fbba393645809e8742985732ba398fc3af34e3)) - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - - -**Note:** Version bump only for package @opentrons/app - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) ### Bug Fixes +* **app:** add firstNonSetupIndex to historical run commands query cursor ([#11158](https://github.com/Opentrons/opentrons/issues/11158)) ([a8f8619](https://github.com/Opentrons/opentrons/commit/a8f8619dc40bba6c64714d9465b540a2bc21d0fc)), closes [#11135](https://github.com/Opentrons/opentrons/issues/11135) +* **app:** add support for labware on modules in run log ([#11276](https://github.com/Opentrons/opentrons/issues/11276)) ([b370f5d](https://github.com/Opentrons/opentrons/commit/b370f5d85df9d6f203ba43e00fc676bd88872568)) * **app:** confirm attachment modal logic refactor ([#11362](https://github.com/Opentrons/opentrons/issues/11362)) ([4fafb10](https://github.com/Opentrons/opentrons/commit/4fafb10b670dd463a1582d3a1d163a7af04afadd)) * **app:** disabled input values when H-S is shaking ([#11357](https://github.com/Opentrons/opentrons/issues/11357)) ([f579517](https://github.com/Opentrons/opentrons/commit/f57951796a946788945e6b4904e559f52733e142)) +* **app:** do not initiate new buildroot session after successful update ([#11476](https://github.com/Opentrons/opentrons/issues/11476)) ([aada770](https://github.com/Opentrons/opentrons/commit/aada770cf0fab16e5c260d6504de18b8d5d2dc4e)) +* **app:** fix pipette settings when allPipetteConfig FF is on ([#11397](https://github.com/Opentrons/opentrons/issues/11397)) ([685cb0b](https://github.com/Opentrons/opentrons/commit/685cb0bf40eed546e639f1ac98b52165afe39d55)) +* **app:** Fix text spacing issue on LPC screen ([#11159](https://github.com/Opentrons/opentrons/issues/11159)) ([95a01cd](https://github.com/Opentrons/opentrons/commit/95a01cd2d3372d21a6905901f70408c6d945b194)), closes [#110671](https://github.com/Opentrons/opentrons/issues/110671) +* **app:** fixes extra module bug in module controls ([#11195](https://github.com/Opentrons/opentrons/issues/11195)) ([7582870](https://github.com/Opentrons/opentrons/commit/7582870843d460631788cfed1bf947b57b19c194)) * **app:** H-S test shake input value no longer accepts decimals ([#11344](https://github.com/Opentrons/opentrons/issues/11344)) ([1a98822](https://github.com/Opentrons/opentrons/commit/1a98822ca881401b9a4f4e3f75c9bbfa98625be0)) * **app:** hS fix tooltip text position in overflow menu button ([#11363](https://github.com/Opentrons/opentrons/issues/11363)) ([499fc90](https://github.com/Opentrons/opentrons/commit/499fc9051dc8d02ab2865b7f99de870fc6d2e97a)) +* **app:** labware setup H-S latch command add runId ([#11133](https://github.com/Opentrons/opentrons/issues/11133)) ([75cc2f2](https://github.com/Opentrons/opentrons/commit/75cc2f2071f98b4026c92603ccecea3c7929ac8c)), closes [#11048](https://github.com/Opentrons/opentrons/issues/11048) [#11125](https://github.com/Opentrons/opentrons/issues/11125) +* **app:** order labware offset reapply candidates newest to oldest ([#11467](https://github.com/Opentrons/opentrons/issues/11467)) ([cb4d8ef](https://github.com/Opentrons/opentrons/commit/cb4d8ef6f8a02c6ba9fe71477abd5639a3f8a357)) * **app:** return valid custom labware when sorting ([#11369](https://github.com/Opentrons/opentrons/issues/11369)) ([9d6cc14](https://github.com/Opentrons/opentrons/commit/9d6cc142f4190988d94cf021a0b291ca613ae29e)) * **app:** robotSettings Calibrations tab section title text-align bug ([#11314](https://github.com/Opentrons/opentrons/issues/11314)) ([be5f65e](https://github.com/Opentrons/opentrons/commit/be5f65e3c533f08b48bcfef5a6ee901d75096453)) * **app:** show H-S wizard when module is powered off ([#11358](https://github.com/Opentrons/opentrons/issues/11358)) ([dfd6bb5](https://github.com/Opentrons/opentrons/commit/dfd6bb57e80515ad8fb24e33f2d25bb749d20d9b)) - - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/app - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/app - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) - - -### Bug Fixes - -* **app:** add firstNonSetupIndex to historical run commands query cursor ([#11158](https://github.com/Opentrons/opentrons/issues/11158)) ([a8f8619](https://github.com/Opentrons/opentrons/commit/a8f8619dc40bba6c64714d9465b540a2bc21d0fc)), closes [#11135](https://github.com/Opentrons/opentrons/issues/11135) -* **app:** add support for labware on modules in run log ([#11276](https://github.com/Opentrons/opentrons/issues/11276)) ([b370f5d](https://github.com/Opentrons/opentrons/commit/b370f5d85df9d6f203ba43e00fc676bd88872568)) -* **app:** Fix text spacing issue on LPC screen ([#11159](https://github.com/Opentrons/opentrons/issues/11159)) ([95a01cd](https://github.com/Opentrons/opentrons/commit/95a01cd2d3372d21a6905901f70408c6d945b194)), closes [#110671](https://github.com/Opentrons/opentrons/issues/110671) -* **app:** fixes extra module bug in module controls ([#11195](https://github.com/Opentrons/opentrons/issues/11195)) ([7582870](https://github.com/Opentrons/opentrons/commit/7582870843d460631788cfed1bf947b57b19c194)) -* **app:** labware setup H-S latch command add runId ([#11133](https://github.com/Opentrons/opentrons/issues/11133)) ([75cc2f2](https://github.com/Opentrons/opentrons/commit/75cc2f2071f98b4026c92603ccecea3c7929ac8c)), closes [#11048](https://github.com/Opentrons/opentrons/issues/11048) [#11125](https://github.com/Opentrons/opentrons/issues/11125) * **app:** this will close [#11223](https://github.com/Opentrons/opentrons/issues/11223) ([#11231](https://github.com/Opentrons/opentrons/issues/11231)) ([c718356](https://github.com/Opentrons/opentrons/commit/c718356cc4a7e42a532788816c8a7b422a0ca611)) +* **app:** unattached pipette calibration bugfix ([#11412](https://github.com/Opentrons/opentrons/issues/11412)) ([59c1cff](https://github.com/Opentrons/opentrons/commit/59c1cffff871b17c0a7c1813e79823913146a0e7)) +* **app:** update factoryreset options description ([#11433](https://github.com/Opentrons/opentrons/issues/11433)) ([db4d918](https://github.com/Opentrons/opentrons/commit/db4d9182957dd86511be944c403afa155f2a2f54)) * **app:** update hover state of historical run chevron ([#11153](https://github.com/Opentrons/opentrons/issues/11153)) ([bb861c5](https://github.com/Opentrons/opentrons/commit/bb861c5a779bdfebf703aebba355e2d634869814)) ### Features * **app:** add customLabware to labware filterBy ([#11236](https://github.com/Opentrons/opentrons/issues/11236)) ([3ea1731](https://github.com/Opentrons/opentrons/commit/3ea1731afe0409c6b745d353b8c49c4b5cb4faac)), closes [#10917](https://github.com/Opentrons/opentrons/issues/10917) +* **app:** add error banner + modal if H-S or TC is in error ([#11382](https://github.com/Opentrons/opentrons/issues/11382)) ([09fbba3](https://github.com/Opentrons/opentrons/commit/09fbba393645809e8742985732ba398fc3af34e3)) * **app:** add map view to liquid labware modal ([#10869](https://github.com/Opentrons/opentrons/issues/10869)) ([94ca292](https://github.com/Opentrons/opentrons/commit/94ca2923c649298d695820d3ad542cc5fa2704d1)), closes [#10521](https://github.com/Opentrons/opentrons/issues/10521) * **app:** adding support for v6 commands in run log ([#11254](https://github.com/Opentrons/opentrons/issues/11254)) ([41a5a39](https://github.com/Opentrons/opentrons/commit/41a5a39a959b9a1bed3f9e96e1287385c1647075)), closes [#11247](https://github.com/Opentrons/opentrons/issues/11247) * **app:** display rows of wells with same liquid as a range ([#10974](https://github.com/Opentrons/opentrons/issues/10974)) ([f73c484](https://github.com/Opentrons/opentrons/commit/f73c484246f75615e60430bd9c5f476d8b58b2b3)), closes [#10671](https://github.com/Opentrons/opentrons/issues/10671) diff --git a/app/package.json b/app/package.json index 30901706660..573fb385800 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/app", - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "Opentrons desktop application UI", "source": "src/index.tsx", "types": "lib/index.d.ts", @@ -19,10 +19,10 @@ "homepage": "https://github.com/Opentrons/opentrons", "dependencies": { "@hot-loader/react-dom": "17.0.1", - "@opentrons/api-client": "6.1.0-beta.1", - "@opentrons/components": "6.1.0-beta.1", - "@opentrons/react-api-client": "6.1.0-beta.1", - "@opentrons/shared-data": "6.1.0-beta.1", + "@opentrons/api-client": "6.1.0", + "@opentrons/components": "6.1.0", + "@opentrons/react-api-client": "6.1.0", + "@opentrons/shared-data": "6.1.0", "@thi.ng/paths": "1.6.5", "classnames": "2.2.5", "connected-react-router": "6.8.0", diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index 3f761f3d1ae..1c018479cc2 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -3,68 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/components - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/components - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package @opentrons/components - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package @opentrons/components - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package @opentrons/components - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) - -**Note:** Version bump only for package @opentrons/components - - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/components - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/components - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) ### Bug Fixes diff --git a/components/package.json b/components/package.json index 86277260d89..5b60e68a49c 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/components", - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "React components library for Opentrons' projects", "source": "src/index.ts", "types": "lib/index.d.ts", @@ -20,7 +20,7 @@ "react-router-dom": "5.1.1" }, "dependencies": { - "@opentrons/shared-data": "6.1.0-beta.1", + "@opentrons/shared-data": "6.1.0", "@popperjs/core": "2.1.1", "@types/classnames": "^2.2.5", "@types/lodash": "^4.14.168", diff --git a/discovery-client/CHANGELOG.md b/discovery-client/CHANGELOG.md index 2d7ee16f0cd..e0d9bece3ec 100644 --- a/discovery-client/CHANGELOG.md +++ b/discovery-client/CHANGELOG.md @@ -3,67 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package @opentrons/discovery-client - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) - -**Note:** Version bump only for package @opentrons/discovery-client - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) **Note:** Version bump only for package @opentrons/discovery-client diff --git a/discovery-client/package.json b/discovery-client/package.json index 874bddd8325..4b552afb199 100644 --- a/discovery-client/package.json +++ b/discovery-client/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/discovery-client", - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "Node.js client for discovering Opentrons robots on the network", "main": "lib/index.js", "flow:main": "flow-types/index.js.flow", diff --git a/labware-designer/CHANGELOG.md b/labware-designer/CHANGELOG.md index 84f86085e11..77942af1622 100644 --- a/labware-designer/CHANGELOG.md +++ b/labware-designer/CHANGELOG.md @@ -3,67 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package labware-designer - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package labware-designer - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package labware-designer - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package labware-designer - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package labware-designer - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) - -**Note:** Version bump only for package labware-designer - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package labware-designer - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package labware-designer - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) **Note:** Version bump only for package labware-designer diff --git a/labware-designer/package.json b/labware-designer/package.json index c9e78ade6aa..f949b074503 100644 --- a/labware-designer/package.json +++ b/labware-designer/package.json @@ -10,7 +10,7 @@ "name": "labware-designer", "productName": "Opentrons Labware Designer", "private": true, - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "Labware Designer", "main": "src/index.tsx", "bugs": { @@ -19,6 +19,6 @@ "homepage": "https://github.com/Opentrons/opentrons", "license": "Apache-2.0", "dependencies": { - "@opentrons/shared-data": "6.1.0-beta.1" + "@opentrons/shared-data": "6.1.0" } } diff --git a/labware-library/CHANGELOG.md b/labware-library/CHANGELOG.md index 973ab590700..c904694cb7a 100644 --- a/labware-library/CHANGELOG.md +++ b/labware-library/CHANGELOG.md @@ -3,67 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package @opentrons/labware-library - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) - -**Note:** Version bump only for package @opentrons/labware-library - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) ### Features diff --git a/labware-library/package.json b/labware-library/package.json index dec3fa2225f..750abb12bfe 100644 --- a/labware-library/package.json +++ b/labware-library/package.json @@ -1,7 +1,7 @@ { "name": "@opentrons/labware-library", "productName": "Labware Library", - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "Opentrons standard labware library", "main": "dist/index.js", "source": "src/index.tsx", @@ -29,7 +29,7 @@ }, "dependencies": { "@hot-loader/react-dom": "17.0.1", - "@opentrons/components": "6.1.0-beta.1", + "@opentrons/components": "6.1.0", "ajv": "6.10.2", "classnames": "2.2.5", "cookie": "0.4.0", diff --git a/lerna.json b/lerna.json index 9a93c660c8f..4bc2c3ba665 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "6.1.0-beta.1" + "version": "6.1.0" } diff --git a/notify-server/notify_server/CHANGELOG.md b/notify-server/notify_server/CHANGELOG.md index 96800239842..ef1faf2d0dc 100644 --- a/notify-server/notify_server/CHANGELOG.md +++ b/notify-server/notify_server/CHANGELOG.md @@ -3,67 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package @opentrons/notify-server - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) - -**Note:** Version bump only for package @opentrons/notify-server - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) **Note:** Version bump only for package @opentrons/notify-server diff --git a/notify-server/notify_server/package.json b/notify-server/notify_server/package.json index 72b744ee1cf..bec8fa0e125 100644 --- a/notify-server/notify_server/package.json +++ b/notify-server/notify_server/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/notify-server", - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "Notification pub/sub server for Opentrons robots", "repository": { "type": "git", diff --git a/protocol-designer/CHANGELOG.md b/protocol-designer/CHANGELOG.md index d18b892ebf7..cfb725bd04e 100644 --- a/protocol-designer/CHANGELOG.md +++ b/protocol-designer/CHANGELOG.md @@ -3,46 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package protocol-designer - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package protocol-designer - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package protocol-designer - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package protocol-designer - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - - -**Note:** Version bump only for package protocol-designer - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) ### Bug Fixes @@ -50,27 +11,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * **protocol-designer:** truncate labware type name ([#11364](https://github.com/Opentrons/opentrons/issues/11364)) ([e8211c4](https://github.com/Opentrons/opentrons/commit/e8211c4183d3c7021938dc2bc08ca16c6eee45a7)) - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package protocol-designer - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package protocol-designer - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) - - ### Features * **api, step-generation:** emit and ingest command keys ([#10885](https://github.com/Opentrons/opentrons/issues/10885)) ([4f81309](https://github.com/Opentrons/opentrons/commit/4f81309c4cc546cd36b90f637cd4be447ddd08a5)) diff --git a/protocol-designer/package.json b/protocol-designer/package.json index 25ad177979b..6ab50b97131 100755 --- a/protocol-designer/package.json +++ b/protocol-designer/package.json @@ -10,7 +10,7 @@ "name": "protocol-designer", "productName": "Opentrons Protocol Designer BETA", "private": true, - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "Protocol designer app", "main": "src/index.js", "bugs": { @@ -20,8 +20,8 @@ "license": "Apache-2.0", "dependencies": { "@hot-loader/react-dom": "17.0.1", - "@opentrons/components": "6.1.0-beta.1", - "@opentrons/step-generation": "6.1.0-beta.1", + "@opentrons/components": "6.1.0", + "@opentrons/step-generation": "6.1.0", "@typeform/embed": "0.16.0", "@types/redux-actions": "2.6.1", "@types/ua-parser-js": "0.7.36", diff --git a/protocol-library-kludge/CHANGELOG.md b/protocol-library-kludge/CHANGELOG.md index 6c4a4730e65..03ce9f16279 100644 --- a/protocol-library-kludge/CHANGELOG.md +++ b/protocol-library-kludge/CHANGELOG.md @@ -3,66 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package protocol-library-kludge - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) - -**Note:** Version bump only for package protocol-library-kludge - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) **Note:** Version bump only for package protocol-library-kludge diff --git a/protocol-library-kludge/package.json b/protocol-library-kludge/package.json index d55466d82b3..8e84cca08e5 100644 --- a/protocol-library-kludge/package.json +++ b/protocol-library-kludge/package.json @@ -9,7 +9,7 @@ }, "name": "protocol-library-kludge", "private": true, - "version": "6.1.0-beta.1", + "version": "6.1.0", "productName": "Opentrons Protocol Library", "description": "Protocol library stuff (WIP)", "main": "lib/index.js", @@ -21,8 +21,8 @@ "license": "Apache-2.0", "dependencies": { "@hot-loader/react-dom": "17.0.1", - "@opentrons/components": "6.1.0-beta.1", - "@opentrons/shared-data": "6.1.0-beta.1", + "@opentrons/components": "6.1.0", + "@opentrons/shared-data": "6.1.0", "classnames": "2.2.5", "lodash": "4.17.15", "react": "17.0.1", diff --git a/react-api-client/CHANGELOG.md b/react-api-client/CHANGELOG.md index 120d9f22b69..46a47310f0c 100644 --- a/react-api-client/CHANGELOG.md +++ b/react-api-client/CHANGELOG.md @@ -3,68 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/react-api-client - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/react-api-client - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package @opentrons/react-api-client - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package @opentrons/react-api-client - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package @opentrons/react-api-client - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) - -**Note:** Version bump only for package @opentrons/react-api-client - - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/react-api-client - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/react-api-client - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) **Note:** Version bump only for package @opentrons/react-api-client diff --git a/react-api-client/package.json b/react-api-client/package.json index ff2662985a3..eb8e51402f9 100644 --- a/react-api-client/package.json +++ b/react-api-client/package.json @@ -1,7 +1,7 @@ { "name": "@opentrons/react-api-client", "description": "Opentrons robot HTTP API client for React apps", - "version": "6.1.0-beta.1", + "version": "6.1.0", "license": "Apache-2.0", "main": "dist/react-api-client.browser.js", "module": "dist/react-api-client.browser.mjs", @@ -11,8 +11,8 @@ "react": "17.0.1" }, "dependencies": { - "@opentrons/api-client": "6.1.0-beta.1", - "@opentrons/shared-data": "6.1.0-beta.1", + "@opentrons/api-client": "6.1.0", + "@opentrons/shared-data": "6.1.0", "react-query": "^3.34.8" } } diff --git a/robot-server/robot_server/CHANGELOG.md b/robot-server/robot_server/CHANGELOG.md index 1b2bfe92d90..a195ad3bc7d 100644 --- a/robot-server/robot_server/CHANGELOG.md +++ b/robot-server/robot_server/CHANGELOG.md @@ -3,71 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) ### Bug Fixes diff --git a/robot-server/robot_server/package.json b/robot-server/robot_server/package.json index e58a87b4cfc..de58bb352d8 100644 --- a/robot-server/robot_server/package.json +++ b/robot-server/robot_server/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/robot-server", - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "HTTP server for Opentrons robots", "repository": { "type": "git", diff --git a/shared-data/CHANGELOG.md b/shared-data/CHANGELOG.md index 3579ca830f9..cf38cb3d8ca 100644 --- a/shared-data/CHANGELOG.md +++ b/shared-data/CHANGELOG.md @@ -3,69 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) ### Bug Fixes diff --git a/shared-data/package.json b/shared-data/package.json index 625a9073b47..b718ba7e59e 100755 --- a/shared-data/package.json +++ b/shared-data/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/shared-data", - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "Default labware definitions for Opentrons robots", "repository": { "type": "git", diff --git a/step-generation/CHANGELOG.md b/step-generation/CHANGELOG.md index f78e147b209..43764a05551 100644 --- a/step-generation/CHANGELOG.md +++ b/step-generation/CHANGELOG.md @@ -3,69 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package @opentrons/step-generation - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) ### Features diff --git a/step-generation/package.json b/step-generation/package.json index c9f3cab1f62..45f744e4033 100644 --- a/step-generation/package.json +++ b/step-generation/package.json @@ -10,7 +10,7 @@ "name": "@opentrons/step-generation", "productName": "Opentrons Step Generation", "private": true, - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "Step generation", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -20,7 +20,7 @@ "homepage": "https://github.com/Opentrons/opentrons", "license": "Apache-2.0", "dependencies": { - "@opentrons/shared-data": "6.1.0-beta.1", + "@opentrons/shared-data": "6.1.0", "core-js": "3.2.1", "immer": "5.1.0", "lodash": "4.17.15", diff --git a/update-server/otupdate/CHANGELOG.md b/update-server/otupdate/CHANGELOG.md index f94963492d6..441d890ac50 100644 --- a/update-server/otupdate/CHANGELOG.md +++ b/update-server/otupdate/CHANGELOG.md @@ -3,69 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package @opentrons/update-server - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) ### Bug Fixes diff --git a/update-server/otupdate/package.json b/update-server/otupdate/package.json index 8eaeb7a573c..8da755e45f6 100644 --- a/update-server/otupdate/package.json +++ b/update-server/otupdate/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/update-server", - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "Update server for Opentrons robots", "repository": { "type": "git", diff --git a/webpack-config/CHANGELOG.md b/webpack-config/CHANGELOG.md index 22a6b2a7538..6174fe49b04 100644 --- a/webpack-config/CHANGELOG.md +++ b/webpack-config/CHANGELOG.md @@ -3,71 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.1.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.4...v6.1.0-alpha.5) (2022-09-19) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.1.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.1.0-beta.0...v6.1.0-alpha.4) (2022-09-13) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.1.0-beta.0](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.3...v6.1.0-beta.0) (2022-08-29) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.1.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.2...v6.1.0-alpha.3) (2022-08-19) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.1.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.1...v6.1.0-alpha.2) (2022-08-10) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.1.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2022-08-05) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.1.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.1.0-alpha.0) (2022-08-03) +# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) **Note:** Version bump only for package @opentrons/webpack-config diff --git a/webpack-config/package.json b/webpack-config/package.json index fbca08d9e0c..02fc277cfd1 100644 --- a/webpack-config/package.json +++ b/webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/webpack-config", - "version": "6.1.0-beta.1", + "version": "6.1.0", "description": "Shareable pieces of webpack configuration", "main": "index.js", "repository": {