From 2e806bbf1ed7e1af47d307c404eed2af382b23da Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Tue, 6 Dec 2022 10:52:47 -0500 Subject: [PATCH] chore(release): 6.2.0 (#11831) --- CHANGELOG.md | 74 ++---------------------- api-client/CHANGELOG.md | 50 +--------------- api-client/package.json | 4 +- api/src/opentrons/CHANGELOG.md | 55 +----------------- api/src/opentrons/package.json | 2 +- app-shell/CHANGELOG.md | 48 +-------------- app-shell/package.json | 8 +-- app/CHANGELOG.md | 62 +------------------- app/package.json | 10 ++-- components/CHANGELOG.md | 48 +-------------- components/package.json | 4 +- discovery-client/CHANGELOG.md | 50 +--------------- discovery-client/package.json | 2 +- labware-designer/CHANGELOG.md | 50 +--------------- labware-designer/package.json | 4 +- labware-library/CHANGELOG.md | 50 +--------------- labware-library/package.json | 4 +- lerna.json | 2 +- notify-server/notify_server/CHANGELOG.md | 50 +--------------- notify-server/notify_server/package.json | 2 +- protocol-designer/CHANGELOG.md | 58 +------------------ protocol-designer/package.json | 6 +- protocol-library-kludge/CHANGELOG.md | 51 +--------------- protocol-library-kludge/package.json | 6 +- react-api-client/CHANGELOG.md | 8 +++ react-api-client/package.json | 6 +- robot-server/robot_server/CHANGELOG.md | 48 +-------------- robot-server/robot_server/package.json | 2 +- shared-data/CHANGELOG.md | 50 +--------------- shared-data/package.json | 2 +- step-generation/CHANGELOG.md | 52 +---------------- step-generation/package.json | 4 +- update-server/otupdate/CHANGELOG.md | 50 +--------------- update-server/otupdate/package.json | 2 +- webpack-config/CHANGELOG.md | 50 +--------------- webpack-config/package.json | 2 +- 36 files changed, 67 insertions(+), 909 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 082087c34b4..fee71632e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,93 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) ### Bug Fixes * **app:** handle the input via OT_APP_DISCOVERY__CANDIDATES ([#11759](https://github.com/Opentrons/opentrons/issues/11759)) ([48c4ad7](https://github.com/Opentrons/opentrons/commit/48c4ad768cefa1086038c940389640af8c15bf5b)) * **protocol-designer:** various UI changes to increase usability and center modals ([#11754](https://github.com/Opentrons/opentrons/issues/11754)) ([8427b42](https://github.com/Opentrons/opentrons/commit/8427b421d3bc62e9da32082763c37b8a4577cb80)) - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - - -### Bug Fixes - * **app:** pD protocol thermocycler profile steps readability ([#11753](https://github.com/Opentrons/opentrons/issues/11753)) ([0589d34](https://github.com/Opentrons/opentrons/commit/0589d346fce4633a1d82bc728e24f31bf360154e)) - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - - -### Bug Fixes - * **api:** allow loadLiquid command to no-op when liquid FF is off ([#11741](https://github.com/Opentrons/opentrons/issues/11741)) ([7d440e9](https://github.com/Opentrons/opentrons/commit/7d440e9192eb5bde1922b36a26ca9ed00aac6737)) * **protocol-designer:** aspirate after dispense in transfer now counts as air gap ([#11742](https://github.com/Opentrons/opentrons/issues/11742)) ([d5854e1](https://github.com/Opentrons/opentrons/commit/d5854e14f458be04007682da9b49ba16a4360e30)) - - -### Features - -* **protocol-designer:** add Thermocycler GEN2 to announcement modal ([#11731](https://github.com/Opentrons/opentrons/issues/11731)) ([f696e81](https://github.com/Opentrons/opentrons/commit/f696e81248c84bd6a9447658514a0a0cb2b411b0)) - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - - -### Bug Fixes - * **api:** ensure Thermocycler status APIs return vanilla strings ([#11694](https://github.com/Opentrons/opentrons/issues/11694)) ([10509dd](https://github.com/Opentrons/opentrons/commit/10509ddc11ccd89a1fa995b34e264873c7375e11)) * **app:** downgrading robot software version and install btn fix ([#11707](https://github.com/Opentrons/opentrons/issues/11707)) ([c454b0c](https://github.com/Opentrons/opentrons/commit/c454b0c5ed85ab8d22059a8ef7786905005e2757)) * **app:** include enabling log aggregation as toggle in robot settings ([#11715](https://github.com/Opentrons/opentrons/issues/11715)) ([29fd028](https://github.com/Opentrons/opentrons/commit/29fd0289d146529a46da503985120e49339349ec)) * **app:** reintroduce deleted reanalyze menu item ([#11643](https://github.com/Opentrons/opentrons/issues/11643)) ([#11713](https://github.com/Opentrons/opentrons/issues/11713)) ([d320a77](https://github.com/Opentrons/opentrons/commit/d320a7773b1be51a0132df9f7844203d0f52fb54)) * **robot-server:** Do not raise exception when unpickling unknown types ([#11692](https://github.com/Opentrons/opentrons/issues/11692)) ([78340da](https://github.com/Opentrons/opentrons/commit/78340dadcb973beb9ed4f133b017e1ea784c13bf)) - - -### Features - -* **app:** Thermocycler GEN1 and GEN2 lid status in_between wire up ([#11686](https://github.com/Opentrons/opentrons/issues/11686)) ([8a04fdd](https://github.com/Opentrons/opentrons/commit/8a04fdd1a4a9549bec561f655519ca2f3270f6ca)) -* **protocol-designer:** bump PD version up to 6.1.0 ([#11688](https://github.com/Opentrons/opentrons/issues/11688)) ([066d2fd](https://github.com/Opentrons/opentrons/commit/066d2fd12ab06be4a2c240c936d19867fc0710ea)) - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - - -### Bug Fixes - * **api:** fix ot3 calibration failing test ([#11617](https://github.com/Opentrons/opentrons/issues/11617)) ([ce49a14](https://github.com/Opentrons/opentrons/commit/ce49a1443105d1b5f368be8c5d32d4153ca2b338)) * **api:** more cherry-pick merge conflict failures ([#11678](https://github.com/Opentrons/opentrons/issues/11678)) ([200b359](https://github.com/Opentrons/opentrons/commit/200b3597190e2402163820d3d3e65ccfe8624a7c)) * **api:** thermocycler test merge conflict ([#11674](https://github.com/Opentrons/opentrons/issues/11674)) ([a598f4d](https://github.com/Opentrons/opentrons/commit/a598f4d73af6d7e21f37f26e5b1f06f3d7290e99)) - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package opentrons - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) - - -### Bug Fixes - * **api:** allow relative threshold value to be set for capacitive probe ([#11601](https://github.com/Opentrons/opentrons/issues/11601)) ([8d6519b](https://github.com/Opentrons/opentrons/commit/8d6519bd679317e3ee354f96e1065e3f7f048ecf)) * **api:** correct critical points for gen3 multis ([#11405](https://github.com/Opentrons/opentrons/issues/11405)) ([797048e](https://github.com/Opentrons/opentrons/commit/797048e749ab733c573a69c85d62da1cb692e5bc)) * **api:** Disallow uploading a protocol with non matching references ([#11418](https://github.com/Opentrons/opentrons/issues/11418)) ([2b6f6f1](https://github.com/Opentrons/opentrons/commit/2b6f6f10ae47d891126e4670b3c113ce00457a9b)) @@ -131,6 +62,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features +* **protocol-designer:** add Thermocycler GEN2 to announcement modal ([#11731](https://github.com/Opentrons/opentrons/issues/11731)) ([f696e81](https://github.com/Opentrons/opentrons/commit/f696e81248c84bd6a9447658514a0a0cb2b411b0)) +* **app:** Thermocycler GEN1 and GEN2 lid status in_between wire up ([#11686](https://github.com/Opentrons/opentrons/issues/11686)) ([8a04fdd](https://github.com/Opentrons/opentrons/commit/8a04fdd1a4a9549bec561f655519ca2f3270f6ca)) +* **protocol-designer:** bump PD version up to 6.1.0 ([#11688](https://github.com/Opentrons/opentrons/issues/11688)) ([066d2fd](https://github.com/Opentrons/opentrons/commit/066d2fd12ab06be4a2c240c936d19867fc0710ea)) * **api:** Add labware, modules, liquids, and pipettes to cli analyze result ([#11451](https://github.com/Opentrons/opentrons/issues/11451)) ([129ffa8](https://github.com/Opentrons/opentrons/commit/129ffa8a28d7fe7d793b72a352f1dd7968676e66)) * **api:** Enable calibrate-pipette command for OT3 hardware ([#11482](https://github.com/Opentrons/opentrons/issues/11482)) ([d3d71e3](https://github.com/Opentrons/opentrons/commit/d3d71e3e263b68d07c0c9fa775adfeddd2b4e406)) * **api:** thermocycler-gen2 firmware update ([#11305](https://github.com/Opentrons/opentrons/issues/11305)) ([011d900](https://github.com/Opentrons/opentrons/commit/011d90044cbf0889aba0453122987447aee05018)) diff --git a/api-client/CHANGELOG.md b/api-client/CHANGELOG.md index 2e8989582ab..926536aff4c 100644 --- a/api-client/CHANGELOG.md +++ b/api-client/CHANGELOG.md @@ -3,55 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) ### Features diff --git a/api-client/package.json b/api-client/package.json index 65ffcf6b488..cd3e31f444b 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.2.0-alpha.6", + "version": "6.2.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.2.0-alpha.6", + "@opentrons/shared-data": "6.2.0", "axios": "^0.21.1" } } diff --git a/api/src/opentrons/CHANGELOG.md b/api/src/opentrons/CHANGELOG.md index e5565dcb3e1..82e41f23ea4 100644 --- a/api/src/opentrons/CHANGELOG.md +++ b/api/src/opentrons/CHANGELOG.md @@ -3,65 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) - -**Note:** Version bump only for package @opentrons/api-server - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package @opentrons/api-server - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - - -### Bug Fixes - -* **api:** allow loadLiquid command to no-op when liquid FF is off ([#11741](https://github.com/Opentrons/opentrons/issues/11741)) ([7d440e9](https://github.com/Opentrons/opentrons/commit/7d440e9192eb5bde1922b36a26ca9ed00aac6737)) - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) ### Bug Fixes * **api:** ensure Thermocycler status APIs return vanilla strings ([#11694](https://github.com/Opentrons/opentrons/issues/11694)) ([10509dd](https://github.com/Opentrons/opentrons/commit/10509ddc11ccd89a1fa995b34e264873c7375e11)) - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package @opentrons/api-server - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package @opentrons/api-server - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) - - -### Bug Fixes - * **api:** allow relative threshold value to be set for capacitive probe ([#11601](https://github.com/Opentrons/opentrons/issues/11601)) ([8d6519b](https://github.com/Opentrons/opentrons/commit/8d6519bd679317e3ee354f96e1065e3f7f048ecf)) * **api:** correct critical points for gen3 multis ([#11405](https://github.com/Opentrons/opentrons/issues/11405)) ([797048e](https://github.com/Opentrons/opentrons/commit/797048e749ab733c573a69c85d62da1cb692e5bc)) * **api:** ensure first module read completes during HW API build ([#11573](https://github.com/Opentrons/opentrons/issues/11573)) ([52ae103](https://github.com/Opentrons/opentrons/commit/52ae1031c08c7cc75dc13b8b8fc4e44a459e6874)) diff --git a/api/src/opentrons/package.json b/api/src/opentrons/package.json index 899dd17cd2b..40ef35bc743 100644 --- a/api/src/opentrons/package.json +++ b/api/src/opentrons/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/api-server", - "version": "6.2.0-alpha.6", + "version": "6.2.0", "description": "Opentrons API server application", "repository": { "type": "git", diff --git a/app-shell/CHANGELOG.md b/app-shell/CHANGELOG.md index ff7a51c6315..14dbead2559 100644 --- a/app-shell/CHANGELOG.md +++ b/app-shell/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) ### Bug Fixes @@ -11,52 +11,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * **app:** handle the input via OT_APP_DISCOVERY__CANDIDATES ([#11759](https://github.com/Opentrons/opentrons/issues/11759)) ([48c4ad7](https://github.com/Opentrons/opentrons/commit/48c4ad768cefa1086038c940389640af8c15bf5b)) - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) - - ### Features * **app, api-client:** wire up liquid setup and protocol details ([#11455](https://github.com/Opentrons/opentrons/issues/11455)) ([0c6ee3d](https://github.com/Opentrons/opentrons/commit/0c6ee3d7ced0afd1a27bb42da4f6760cb93f71a5)) diff --git a/app-shell/package.json b/app-shell/package.json index 71c5717619c..e423bd537df 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.2.0-alpha.6", + "version": "6.2.0", "description": "Opentrons desktop application", "main": "lib/main.js", "types": "lib/main.d.ts", @@ -28,9 +28,9 @@ ] }, "devDependencies": { - "@opentrons/app": "6.2.0-alpha.6", - "@opentrons/discovery-client": "6.2.0-alpha.6", - "@opentrons/shared-data": "6.2.0-alpha.6" + "@opentrons/app": "6.2.0", + "@opentrons/discovery-client": "6.2.0", + "@opentrons/shared-data": "6.2.0" }, "dependencies": { "@thi.ng/paths": "1.6.5", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 3f3e388e0b9..a254f393b4b 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -3,75 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) ### Bug Fixes * **app:** handle the input via OT_APP_DISCOVERY__CANDIDATES ([#11759](https://github.com/Opentrons/opentrons/issues/11759)) ([48c4ad7](https://github.com/Opentrons/opentrons/commit/48c4ad768cefa1086038c940389640af8c15bf5b)) - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - - -### Bug Fixes - * **app:** pD protocol thermocycler profile steps readability ([#11753](https://github.com/Opentrons/opentrons/issues/11753)) ([0589d34](https://github.com/Opentrons/opentrons/commit/0589d346fce4633a1d82bc728e24f31bf360154e)) - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - -**Note:** Version bump only for package @opentrons/app - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - - -### Bug Fixes - * **app:** downgrading robot software version and install btn fix ([#11707](https://github.com/Opentrons/opentrons/issues/11707)) ([c454b0c](https://github.com/Opentrons/opentrons/commit/c454b0c5ed85ab8d22059a8ef7786905005e2757)) * **app:** include enabling log aggregation as toggle in robot settings ([#11715](https://github.com/Opentrons/opentrons/issues/11715)) ([29fd028](https://github.com/Opentrons/opentrons/commit/29fd0289d146529a46da503985120e49339349ec)) * **app:** reintroduce deleted reanalyze menu item ([#11643](https://github.com/Opentrons/opentrons/issues/11643)) ([#11713](https://github.com/Opentrons/opentrons/issues/11713)) ([d320a77](https://github.com/Opentrons/opentrons/commit/d320a7773b1be51a0132df9f7844203d0f52fb54)) - - -### Features - -* **app:** Thermocycler GEN1 and GEN2 lid status in_between wire up ([#11686](https://github.com/Opentrons/opentrons/issues/11686)) ([8a04fdd](https://github.com/Opentrons/opentrons/commit/8a04fdd1a4a9549bec561f655519ca2f3270f6ca)) - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package @opentrons/app - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package @opentrons/app - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) - - -### Bug Fixes - * **app:** add reanalyze to overflowMenu on landing page ([#11311](https://github.com/Opentrons/opentrons/issues/11311)) ([e29a7f4](https://github.com/Opentrons/opentrons/commit/e29a7f4f9056f01be8e8d99b2226b7df2e7f52ae)) * **app:** change isDeckCalibrated's checked condition ([#11353](https://github.com/Opentrons/opentrons/issues/11353)) ([aac525a](https://github.com/Opentrons/opentrons/commit/aac525a3d73f6c8320fb556670734137aecbffd6)) * **app:** fix connect to a robot via ip unique key issue ([#11541](https://github.com/Opentrons/opentrons/issues/11541)) ([45c89af](https://github.com/Opentrons/opentrons/commit/45c89afa1be017fe33876a9b6182bb6361143ad1)) @@ -87,6 +28,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features +* **app:** Thermocycler GEN1 and GEN2 lid status in_between wire up ([#11686](https://github.com/Opentrons/opentrons/issues/11686)) ([8a04fdd](https://github.com/Opentrons/opentrons/commit/8a04fdd1a4a9549bec561f655519ca2f3270f6ca)) * **app:** Add virtual keyboard components ([#11464](https://github.com/Opentrons/opentrons/issues/11464)) ([9f20d71](https://github.com/Opentrons/opentrons/commit/9f20d71a73d7dcf69a096329e7c4161d9e7b24d2)) * **app:** add dsm feature flag and deprecate LabwarePositionCheck components ([#11404](https://github.com/Opentrons/opentrons/issues/11404)) ([343eaa3](https://github.com/Opentrons/opentrons/commit/343eaa3b761fa454b439dfc4545cc4d2f146c3f1)) * **app:** add dummy OT-3 image ([#11477](https://github.com/Opentrons/opentrons/issues/11477)) ([3244ebc](https://github.com/Opentrons/opentrons/commit/3244ebc1138516d1a1c00c834821c80721f2aa0c)) diff --git a/app/package.json b/app/package.json index 446435a59e7..c3a1205099e 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/app", - "version": "6.2.0-alpha.6", + "version": "6.2.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.2.0-alpha.6", - "@opentrons/components": "6.2.0-alpha.6", - "@opentrons/react-api-client": "6.2.0-alpha.6", - "@opentrons/shared-data": "6.2.0-alpha.6", + "@opentrons/api-client": "6.2.0", + "@opentrons/components": "6.2.0", + "@opentrons/react-api-client": "6.2.0", + "@opentrons/shared-data": "6.2.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 cf7fd262f2d..a26e81940ac 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) ### Bug Fixes @@ -11,52 +11,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * **protocol-designer:** various UI changes to increase usability and center modals ([#11754](https://github.com/Opentrons/opentrons/issues/11754)) ([8427b42](https://github.com/Opentrons/opentrons/commit/8427b421d3bc62e9da32082763c37b8a4577cb80)) - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package @opentrons/components - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - -**Note:** Version bump only for package @opentrons/components - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - -**Note:** Version bump only for package @opentrons/components - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package @opentrons/components - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package @opentrons/components - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) - - ### Features * **app:** Thermocycler GEN2 app support ([#11492](https://github.com/Opentrons/opentrons/issues/11492)) ([c83a94d](https://github.com/Opentrons/opentrons/commit/c83a94d23ef5c9d8deb062c263f7bb254c950356)) diff --git a/components/package.json b/components/package.json index d2573970670..961f6385bae 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/components", - "version": "6.2.0-alpha.6", + "version": "6.2.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.2.0-alpha.6", + "@opentrons/shared-data": "6.2.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 ef14af89079..e21f89cf94f 100644 --- a/discovery-client/CHANGELOG.md +++ b/discovery-client/CHANGELOG.md @@ -3,55 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) **Note:** Version bump only for package @opentrons/discovery-client diff --git a/discovery-client/package.json b/discovery-client/package.json index 66b41b4ecf8..a64114efcdd 100644 --- a/discovery-client/package.json +++ b/discovery-client/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/discovery-client", - "version": "6.2.0-alpha.6", + "version": "6.2.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 2b900cba2a5..23b688b3afb 100644 --- a/labware-designer/CHANGELOG.md +++ b/labware-designer/CHANGELOG.md @@ -3,55 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) - -**Note:** Version bump only for package labware-designer - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package labware-designer - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - -**Note:** Version bump only for package labware-designer - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - -**Note:** Version bump only for package labware-designer - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package labware-designer - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package labware-designer - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) **Note:** Version bump only for package labware-designer diff --git a/labware-designer/package.json b/labware-designer/package.json index 50e256a7ded..188a9c68922 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.2.0-alpha.6", + "version": "6.2.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.2.0-alpha.6" + "@opentrons/shared-data": "6.2.0" } } diff --git a/labware-library/CHANGELOG.md b/labware-library/CHANGELOG.md index cd194bf7891..68af42b1f3f 100644 --- a/labware-library/CHANGELOG.md +++ b/labware-library/CHANGELOG.md @@ -3,55 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) **Note:** Version bump only for package @opentrons/labware-library diff --git a/labware-library/package.json b/labware-library/package.json index 8c5ae88fde1..ec75ac16ffb 100644 --- a/labware-library/package.json +++ b/labware-library/package.json @@ -1,7 +1,7 @@ { "name": "@opentrons/labware-library", "productName": "Labware Library", - "version": "6.2.0-alpha.6", + "version": "6.2.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.2.0-alpha.6", + "@opentrons/components": "6.2.0", "ajv": "6.10.2", "classnames": "2.2.5", "cookie": "0.4.0", diff --git a/lerna.json b/lerna.json index c281abe4dc7..74d07e5b301 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "6.2.0-alpha.6" + "version": "6.2.0" } diff --git a/notify-server/notify_server/CHANGELOG.md b/notify-server/notify_server/CHANGELOG.md index 78651bb4020..3d18252f06c 100644 --- a/notify-server/notify_server/CHANGELOG.md +++ b/notify-server/notify_server/CHANGELOG.md @@ -3,55 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) **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 2bec33172fc..5ee49a6853d 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.2.0-alpha.6", + "version": "6.2.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 dc8a702b69c..9b0d00e9309 100644 --- a/protocol-designer/CHANGELOG.md +++ b/protocol-designer/CHANGELOG.md @@ -3,73 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) ### Bug Fixes * **protocol-designer:** various UI changes to increase usability and center modals ([#11754](https://github.com/Opentrons/opentrons/issues/11754)) ([8427b42](https://github.com/Opentrons/opentrons/commit/8427b421d3bc62e9da32082763c37b8a4577cb80)) - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package protocol-designer - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) +* **protocol-designer:** add thermocycler profile volume error boundary ([#11560](https://github.com/Opentrons/opentrons/issues/11560)) ([3db5828](https://github.com/Opentrons/opentrons/commit/3db5828f7ae431eb13194cbb7f1e34aa91549c5d)) ### Features * **protocol-designer:** add Thermocycler GEN2 to announcement modal ([#11731](https://github.com/Opentrons/opentrons/issues/11731)) ([f696e81](https://github.com/Opentrons/opentrons/commit/f696e81248c84bd6a9447658514a0a0cb2b411b0)) - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - - -### Features - * **protocol-designer:** bump PD version up to 6.1.0 ([#11688](https://github.com/Opentrons/opentrons/issues/11688)) ([066d2fd](https://github.com/Opentrons/opentrons/commit/066d2fd12ab06be4a2c240c936d19867fc0710ea)) - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package protocol-designer - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package protocol-designer - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) - - -### Bug Fixes - -* **protocol-designer:** add thermocycler profile volume error boundary ([#11560](https://github.com/Opentrons/opentrons/issues/11560)) ([3db5828](https://github.com/Opentrons/opentrons/commit/3db5828f7ae431eb13194cbb7f1e34aa91549c5d)) - - -### Features - * **app, protocol-designer:** remove Thermocycler Gen2 feature flags ([#11631](https://github.com/Opentrons/opentrons/issues/11631)) ([bd0f1df](https://github.com/Opentrons/opentrons/commit/bd0f1dfbdeeee740975d4e2916d695c4371edeec)) * **protocol-designer:** add OT-3 pipettes, tip racks, and robot model ([#11525](https://github.com/Opentrons/opentrons/issues/11525)) ([07756fd](https://github.com/Opentrons/opentrons/commit/07756fd30e5c1a927158a8efd3f1070944c5cd4e)) * **protocol-designer:** add OT-3 support feature flag ([#11507](https://github.com/Opentrons/opentrons/issues/11507)) ([ad0484d](https://github.com/Opentrons/opentrons/commit/ad0484dacea881cd0cdfa3d095e11a450ab2cf9a)) diff --git a/protocol-designer/package.json b/protocol-designer/package.json index 737b75778e3..c6faac43c3f 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.2.0-alpha.6", + "version": "6.2.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.2.0-alpha.6", - "@opentrons/step-generation": "6.2.0-alpha.6", + "@opentrons/components": "6.2.0", + "@opentrons/step-generation": "6.2.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 950101d4e3f..62f18037f72 100644 --- a/protocol-library-kludge/CHANGELOG.md +++ b/protocol-library-kludge/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) **Note:** Version bump only for package protocol-library-kludge @@ -11,55 +11,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) -**Note:** Version bump only for package protocol-library-kludge - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -# [6.1.0](https://github.com/Opentrons/opentrons/compare/v6.0.1...v6.1.0) (2022-09-27) +## [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 fe337089011..33fcfefc437 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.2.0-alpha.6", + "version": "6.2.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.2.0-alpha.6", - "@opentrons/shared-data": "6.2.0-alpha.6", + "@opentrons/components": "6.2.0", + "@opentrons/shared-data": "6.2.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 d77a7f01ab1..c55c00642ab 100644 --- a/react-api-client/CHANGELOG.md +++ b/react-api-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.6...v6.2.0) (2022-12-06) + +**Note:** Version bump only for package @opentrons/react-api-client + + + + + # [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) **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 974342f09fb..ba763158672 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.2.0-alpha.6", + "version": "6.2.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.2.0-alpha.6", - "@opentrons/shared-data": "6.2.0-alpha.6", + "@opentrons/api-client": "6.2.0", + "@opentrons/shared-data": "6.2.0", "react-query": "^3.34.8" } } diff --git a/robot-server/robot_server/CHANGELOG.md b/robot-server/robot_server/CHANGELOG.md index 31efd44c9f3..6924a6ad7d0 100644 --- a/robot-server/robot_server/CHANGELOG.md +++ b/robot-server/robot_server/CHANGELOG.md @@ -3,31 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) ### Bug Fixes @@ -35,28 +11,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * **robot-server:** Do not raise exception when unpickling unknown types ([#11692](https://github.com/Opentrons/opentrons/issues/11692)) ([78340da](https://github.com/Opentrons/opentrons/commit/78340dadcb973beb9ed4f133b017e1ea784c13bf)) - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) - - ### Features * **api, robot-server:** add thermocycler lid temperature status to get modules endpoint ([#11500](https://github.com/Opentrons/opentrons/issues/11500)) ([74849f7](https://github.com/Opentrons/opentrons/commit/74849f7b1d9804ed9ea8039294f0dc085c46d680)) diff --git a/robot-server/robot_server/package.json b/robot-server/robot_server/package.json index a7cec98e6ce..a1a3ed446ad 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.2.0-alpha.6", + "version": "6.2.0", "description": "HTTP server for Opentrons robots", "repository": { "type": "git", diff --git a/shared-data/CHANGELOG.md b/shared-data/CHANGELOG.md index 5b8c09d3c5f..a47f7eb4afe 100644 --- a/shared-data/CHANGELOG.md +++ b/shared-data/CHANGELOG.md @@ -3,55 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) ### Bug Fixes diff --git a/shared-data/package.json b/shared-data/package.json index 36603bb9098..4bc7c9c9ef1 100755 --- a/shared-data/package.json +++ b/shared-data/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/shared-data", - "version": "6.2.0-alpha.6", + "version": "6.2.0", "description": "Default labware definitions for Opentrons robots", "repository": { "type": "git", diff --git a/step-generation/CHANGELOG.md b/step-generation/CHANGELOG.md index 4446ddcfac5..19299a99c1c 100644 --- a/step-generation/CHANGELOG.md +++ b/step-generation/CHANGELOG.md @@ -3,62 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) ### Bug Fixes * **protocol-designer:** aspirate after dispense in transfer now counts as air gap ([#11742](https://github.com/Opentrons/opentrons/issues/11742)) ([d5854e1](https://github.com/Opentrons/opentrons/commit/d5854e14f458be04007682da9b49ba16a4360e30)) - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) - - -### Bug Fixes - * **step-generation, shared-data:** do not change liquid state of airGap command ([#11564](https://github.com/Opentrons/opentrons/issues/11564)) ([464f4e8](https://github.com/Opentrons/opentrons/commit/464f4e8806dffa995570d33c0b3e0a8589d19edc)) diff --git a/step-generation/package.json b/step-generation/package.json index 6c122cd58ad..850d22c4612 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.2.0-alpha.6", + "version": "6.2.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.2.0-alpha.6", + "@opentrons/shared-data": "6.2.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 3510f2134eb..edd46065a61 100644 --- a/update-server/otupdate/CHANGELOG.md +++ b/update-server/otupdate/CHANGELOG.md @@ -3,55 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) ### Features diff --git a/update-server/otupdate/package.json b/update-server/otupdate/package.json index 364af2bf055..f87cfc64282 100644 --- a/update-server/otupdate/package.json +++ b/update-server/otupdate/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/update-server", - "version": "6.2.0-alpha.6", + "version": "6.2.0", "description": "Update server for Opentrons robots", "repository": { "type": "git", diff --git a/webpack-config/CHANGELOG.md b/webpack-config/CHANGELOG.md index 97bcaa95ea3..8475b5e2529 100644 --- a/webpack-config/CHANGELOG.md +++ b/webpack-config/CHANGELOG.md @@ -3,55 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.2.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.5...v6.2.0-alpha.6) (2022-12-05) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.2.0-alpha.5](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.4...v6.2.0-alpha.5) (2022-11-17) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.2.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.3...v6.2.0-alpha.4) (2022-11-15) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.2.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2022-11-10) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.1...v6.2.0-alpha.2) (2022-11-04) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.0-alpha.0...v6.2.0-alpha.1) (2022-11-03) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -# [6.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0-alpha.0) (2022-10-27) +# [6.2.0](https://github.com/Opentrons/opentrons/compare/v6.1.0...v6.2.0) (2022-12-06) **Note:** Version bump only for package @opentrons/webpack-config diff --git a/webpack-config/package.json b/webpack-config/package.json index ef7855f9d1f..565a16a45f6 100644 --- a/webpack-config/package.json +++ b/webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/webpack-config", - "version": "6.2.0-alpha.6", + "version": "6.2.0", "description": "Shareable pieces of webpack configuration", "main": "index.js", "repository": {