From d34040250a3231f5ed918ae0387447a71a882bb0 Mon Sep 17 00:00:00 2001 From: Sanniti Pimpley Date: Tue, 13 Sep 2022 16:01:38 -0400 Subject: [PATCH] chore(release): bump to v6.1.0 alpha.4 (#11461) * chore(release): bump to v6.1.0 alpha.4 Co-authored-by: Shlok Amin Co-authored-by: Ed Cormany --- CHANGELOG.md | 20 ++++++++++++++++++++ api-client/CHANGELOG.md | 8 ++++++++ api-client/package.json | 4 ++-- api/release-notes.md | 21 +++++++++++---------- api/src/opentrons/CHANGELOG.md | 18 ++++++++++++++++++ api/src/opentrons/package.json | 2 +- app-shell/CHANGELOG.md | 8 ++++++++ app-shell/build/release-notes.md | 21 ++++++++++++--------- app-shell/package.json | 8 ++++---- app/CHANGELOG.md | 18 ++++++++++++++++++ app/package.json | 10 +++++----- components/CHANGELOG.md | 8 ++++++++ components/package.json | 4 ++-- discovery-client/CHANGELOG.md | 8 ++++++++ discovery-client/package.json | 2 +- labware-designer/CHANGELOG.md | 8 ++++++++ labware-designer/package.json | 4 ++-- labware-library/CHANGELOG.md | 8 ++++++++ labware-library/package.json | 4 ++-- lerna.json | 2 +- notify-server/notify_server/CHANGELOG.md | 8 ++++++++ notify-server/notify_server/package.json | 2 +- protocol-designer/CHANGELOG.md | 8 ++++++++ protocol-designer/package.json | 6 +++--- protocol-library-kludge/CHANGELOG.md | 8 ++++++++ protocol-library-kludge/package.json | 6 +++--- react-api-client/CHANGELOG.md | 8 ++++++++ react-api-client/package.json | 6 +++--- robot-server/robot_server/CHANGELOG.md | 8 ++++++++ robot-server/robot_server/package.json | 2 +- shared-data/CHANGELOG.md | 8 ++++++++ shared-data/package.json | 2 +- step-generation/CHANGELOG.md | 8 ++++++++ step-generation/package.json | 4 ++-- update-server/otupdate/CHANGELOG.md | 8 ++++++++ update-server/otupdate/package.json | 2 +- webpack-config/CHANGELOG.md | 8 ++++++++ webpack-config/package.json | 2 +- 38 files changed, 235 insertions(+), 55 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 806f3009111..990b1cd1f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 diff --git a/api-client/CHANGELOG.md b/api-client/CHANGELOG.md index 7c8d471a567..dd81eafa8e0 100644 --- a/api-client/CHANGELOG.md +++ b/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.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 diff --git a/api-client/package.json b/api-client/package.json index 7cdf2a78f62..cdd3d5a3686 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.0", + "version": "6.1.0-alpha.4", "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.0", + "@opentrons/shared-data": "6.1.0-alpha.4", "axios": "^0.21.1" } } diff --git a/api/release-notes.md b/api/release-notes.md index 2e7a33991e4..490587b9778 100644 --- a/api/release-notes.md +++ b/api/release-notes.md @@ -6,27 +6,28 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr --- -# OT-2 Software Changes in 6.1.0-beta.0 +# OT-2 Software Changes in 6.1.0-alpha.4 -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 alpha release of the OT-2 software! This release adds support for the Opentrons Heater-Shaker Module. ## New Features - Heater-Shaker support - - The OT-2 can run JSON and Python protocols that control the Heater-Shaker Module. - - Implements restrictions on module and labware placement around the Heater-Shaker. - - When possible, the OT-2 will automatically move its pipettes or the Heater-Shaker's labware latch to shake safely and avoid crashes. - - The OT-2 can update the firmware on an attached Heater-Shaker. + - The OT-2 can run JSON and Python protocols that control the Heater-Shaker Module + - Implements restrictions on module and labware placement around the Heater-Shaker + - When possible, the OT-2 will automatically move its pipettes or the Heater-Shaker's labware latch to shake safely and avoid crashes + - The OT-2 can update the firmware on an attached Heater-Shaker ## Bug Fixes -- Improved tip pickup and drop behavior. -- Fixed issues when running Thermocycler profiles. -- Fixed a bug that prevented pipetting to arbitrary deck coordinates. +- Improved tip pickup and drop behavior +- Fixed issues when running Thermocycler profiles +- Fixed a bug that prevented pipetting to arbitrary deck coordinates + ## Known Issues -This beta is a work in progress! We'll be addressing issues in upcoming releases of 6.1.0. +This alpha is a work in progress! We'll be addressing issues in upcoming releases of 6.1.0. --- diff --git a/api/src/opentrons/CHANGELOG.md b/api/src/opentrons/CHANGELOG.md index ec8b2916f7c..43979345982 100644 --- a/api/src/opentrons/CHANGELOG.md +++ b/api/src/opentrons/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 diff --git a/api/src/opentrons/package.json b/api/src/opentrons/package.json index 91b362f5f5b..d44a88f6fbf 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.0", + "version": "6.1.0-alpha.4", "description": "Opentrons API server application", "repository": { "type": "git", diff --git a/app-shell/CHANGELOG.md b/app-shell/CHANGELOG.md index e8ccdbc0d46..f74a6be4716 100644 --- a/app-shell/CHANGELOG.md +++ b/app-shell/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.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 diff --git a/app-shell/build/release-notes.md b/app-shell/build/release-notes.md index 350f5296da6..3d0ddebc800 100644 --- a/app-shell/build/release-notes.md +++ b/app-shell/build/release-notes.md @@ -6,26 +6,29 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr --- -# Opentrons App Changes in 6.1.0-beta.0 +# Opentrons App Changes in 6.1.0-alpha.4 -Welcome to the v6.1.0 beta release of the Opentrons App! This release focuses on adding support for the Opentrons Heater-Shaker Module. +Welcome to the v6.1.0 alpha release of the Opentrons App! This release focuses on adding support for the Opentrons Heater-Shaker Module. ## New Features - Heater-Shaker support - - Access guided setup instructions for attaching the Heater-Shaker to the deck. - - 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. + - Access guided setup instructions for attaching the Heater-Shaker to the deck + - 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 ## Bug Fixes -- Improvements to the run log, including properly listing labware that is on top of a module. -- Interface fixes and improvements. +- Improvements to the run log, including properly listing labware that is on top of a module +- Interface fixes and improvements +- Tip Length Calibration no longer silently fails when the chosen pipette is not attached +- Clarified what data is deleted when performing a factory reset of protocol run history +- Fixed a bug that prevented changing pipette settings when the 'All Pipette Config' feature flag is on ## Known Issues -This beta is a work in progress! We'll be addressing issues in upcoming releases of 6.1.0. +This alpha is a work in progress! We'll be addressing issues in upcoming releases of 6.1.0. --- diff --git a/app-shell/package.json b/app-shell/package.json index 643b293bad3..075337fb5e0 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.0", + "version": "6.1.0-alpha.4", "description": "Opentrons desktop application", "main": "lib/main.js", "types": "lib/main.d.ts", @@ -28,9 +28,9 @@ ] }, "devDependencies": { - "@opentrons/app": "6.1.0-beta.0", - "@opentrons/discovery-client": "6.1.0-beta.0", - "@opentrons/shared-data": "6.1.0-beta.0" + "@opentrons/app": "6.1.0-alpha.4", + "@opentrons/discovery-client": "6.1.0-alpha.4", + "@opentrons/shared-data": "6.1.0-alpha.4" }, "dependencies": { "@thi.ng/paths": "1.6.5", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index e7c2a1b6e7c..fb4f8ec15e7 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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) diff --git a/app/package.json b/app/package.json index f03929b9445..f6f2057a268 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/app", - "version": "6.1.0-beta.0", + "version": "6.1.0-alpha.4", "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.0", - "@opentrons/components": "6.1.0-beta.0", - "@opentrons/react-api-client": "6.1.0-beta.0", - "@opentrons/shared-data": "6.1.0-beta.0", + "@opentrons/api-client": "6.1.0-alpha.4", + "@opentrons/components": "6.1.0-alpha.4", + "@opentrons/react-api-client": "6.1.0-alpha.4", + "@opentrons/shared-data": "6.1.0-alpha.4", "@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 c0dc0a2cddd..ea3b299d1b4 100644 --- a/components/CHANGELOG.md +++ b/components/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.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 diff --git a/components/package.json b/components/package.json index c0482af82f0..fd72200d775 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/components", - "version": "6.1.0-beta.0", + "version": "6.1.0-alpha.4", "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.0", + "@opentrons/shared-data": "6.1.0-alpha.4", "@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 6dde59ec02e..cf3a1cb02a9 100644 --- a/discovery-client/CHANGELOG.md +++ b/discovery-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.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 diff --git a/discovery-client/package.json b/discovery-client/package.json index d0a237cca0e..a3ea08f48fe 100644 --- a/discovery-client/package.json +++ b/discovery-client/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/discovery-client", - "version": "6.1.0-beta.0", + "version": "6.1.0-alpha.4", "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 e4b9e7bef67..a79f8f3bca1 100644 --- a/labware-designer/CHANGELOG.md +++ b/labware-designer/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.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 diff --git a/labware-designer/package.json b/labware-designer/package.json index 3c050a33203..6d3df0f35eb 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.0", + "version": "6.1.0-alpha.4", "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.0" + "@opentrons/shared-data": "6.1.0-alpha.4" } } diff --git a/labware-library/CHANGELOG.md b/labware-library/CHANGELOG.md index d8a526f0279..8cc334ab051 100644 --- a/labware-library/CHANGELOG.md +++ b/labware-library/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.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 diff --git a/labware-library/package.json b/labware-library/package.json index 6b08feb3a78..f516101c974 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.0", + "version": "6.1.0-alpha.4", "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.0", + "@opentrons/components": "6.1.0-alpha.4", "ajv": "6.10.2", "classnames": "2.2.5", "cookie": "0.4.0", diff --git a/lerna.json b/lerna.json index cff39bf08d1..9d7f70b2ca5 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "6.1.0-beta.0" + "version": "6.1.0-alpha.4" } diff --git a/notify-server/notify_server/CHANGELOG.md b/notify-server/notify_server/CHANGELOG.md index 85746ef2476..c6ddac80f83 100644 --- a/notify-server/notify_server/CHANGELOG.md +++ b/notify-server/notify_server/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.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 diff --git a/notify-server/notify_server/package.json b/notify-server/notify_server/package.json index 873327834d8..5ba4cbde2fd 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.0", + "version": "6.1.0-alpha.4", "description": "Notification pub/sub server for Opentrons robots", "repository": { "type": "git", diff --git a/protocol-designer/CHANGELOG.md b/protocol-designer/CHANGELOG.md index 9589562e862..daaac79c8e2 100644 --- a/protocol-designer/CHANGELOG.md +++ b/protocol-designer/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.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) diff --git a/protocol-designer/package.json b/protocol-designer/package.json index d3d9018df7e..5fc93890598 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.0", + "version": "6.1.0-alpha.4", "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.0", - "@opentrons/step-generation": "6.1.0-beta.0", + "@opentrons/components": "6.1.0-alpha.4", + "@opentrons/step-generation": "6.1.0-alpha.4", "@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 94afb91c067..d1bf0c7e376 100644 --- a/protocol-library-kludge/CHANGELOG.md +++ b/protocol-library-kludge/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.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 diff --git a/protocol-library-kludge/package.json b/protocol-library-kludge/package.json index 5c5f3717ae3..ea18467b1ba 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.0", + "version": "6.1.0-alpha.4", "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.0", - "@opentrons/shared-data": "6.1.0-beta.0", + "@opentrons/components": "6.1.0-alpha.4", + "@opentrons/shared-data": "6.1.0-alpha.4", "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 4fa9e43fc82..66d8a5e79de 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.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 diff --git a/react-api-client/package.json b/react-api-client/package.json index 64d58ddf427..39ef0901f32 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.0", + "version": "6.1.0-alpha.4", "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.0", - "@opentrons/shared-data": "6.1.0-beta.0", + "@opentrons/api-client": "6.1.0-alpha.4", + "@opentrons/shared-data": "6.1.0-alpha.4", "react-query": "^3.34.8" } } diff --git a/robot-server/robot_server/CHANGELOG.md b/robot-server/robot_server/CHANGELOG.md index a7af5e9edd8..26b022db125 100644 --- a/robot-server/robot_server/CHANGELOG.md +++ b/robot-server/robot_server/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.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 diff --git a/robot-server/robot_server/package.json b/robot-server/robot_server/package.json index 790f648cbe1..15bce043c4d 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.0", + "version": "6.1.0-alpha.4", "description": "HTTP server for Opentrons robots", "repository": { "type": "git", diff --git a/shared-data/CHANGELOG.md b/shared-data/CHANGELOG.md index b286c7b0aae..c86b42315f2 100644 --- a/shared-data/CHANGELOG.md +++ b/shared-data/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.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 diff --git a/shared-data/package.json b/shared-data/package.json index 3259b032ef2..954531f6623 100755 --- a/shared-data/package.json +++ b/shared-data/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/shared-data", - "version": "6.1.0-beta.0", + "version": "6.1.0-alpha.4", "description": "Default labware definitions for Opentrons robots", "repository": { "type": "git", diff --git a/step-generation/CHANGELOG.md b/step-generation/CHANGELOG.md index 453c2bf457b..4de9545f6a2 100644 --- a/step-generation/CHANGELOG.md +++ b/step-generation/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.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 diff --git a/step-generation/package.json b/step-generation/package.json index 23bc742c2ac..bf779c09cd4 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.0", + "version": "6.1.0-alpha.4", "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.0", + "@opentrons/shared-data": "6.1.0-alpha.4", "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 f6b9dc1668d..5a2418d1f2e 100644 --- a/update-server/otupdate/CHANGELOG.md +++ b/update-server/otupdate/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.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 diff --git a/update-server/otupdate/package.json b/update-server/otupdate/package.json index 0f03c47cc2f..5c4534d9853 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.0", + "version": "6.1.0-alpha.4", "description": "Update server for Opentrons robots", "repository": { "type": "git", diff --git a/webpack-config/CHANGELOG.md b/webpack-config/CHANGELOG.md index 746279331cf..6fcd5c71110 100644 --- a/webpack-config/CHANGELOG.md +++ b/webpack-config/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.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 diff --git a/webpack-config/package.json b/webpack-config/package.json index d97a92286ff..69d2fa08b90 100644 --- a/webpack-config/package.json +++ b/webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/webpack-config", - "version": "6.1.0-beta.0", + "version": "6.1.0-alpha.4", "description": "Shareable pieces of webpack configuration", "main": "index.js", "repository": {