From a63f4fcf4a0d5178a0307a04fbfb026523086881 Mon Sep 17 00:00:00 2001 From: Max Marrone Date: Thu, 26 Jan 2023 10:59:44 -0500 Subject: [PATCH] chore(release): 6.2.1 (#12055) --- CHANGELOG.md | 38 +++--------------------- api-client/CHANGELOG.md | 26 +--------------- api-client/package.json | 4 +-- api/src/opentrons/CHANGELOG.md | 30 ++----------------- api/src/opentrons/package.json | 2 +- app-shell/CHANGELOG.md | 26 +--------------- app-shell/package.json | 8 ++--- app/CHANGELOG.md | 28 +---------------- app/package.json | 10 +++---- components/CHANGELOG.md | 26 +--------------- components/package.json | 4 +-- discovery-client/CHANGELOG.md | 26 +--------------- discovery-client/package.json | 2 +- labware-designer/CHANGELOG.md | 26 +--------------- labware-designer/package.json | 4 +-- labware-library/CHANGELOG.md | 26 +--------------- labware-library/package.json | 4 +-- lerna.json | 2 +- notify-server/notify_server/CHANGELOG.md | 26 +--------------- notify-server/notify_server/package.json | 2 +- protocol-designer/CHANGELOG.md | 26 +--------------- protocol-designer/package.json | 6 ++-- protocol-library-kludge/CHANGELOG.md | 26 +--------------- protocol-library-kludge/package.json | 6 ++-- react-api-client/CHANGELOG.md | 26 +--------------- react-api-client/package.json | 6 ++-- robot-server/robot_server/CHANGELOG.md | 26 +--------------- robot-server/robot_server/package.json | 2 +- shared-data/CHANGELOG.md | 26 +--------------- shared-data/package.json | 2 +- step-generation/CHANGELOG.md | 26 +--------------- step-generation/package.json | 4 +-- update-server/otupdate/CHANGELOG.md | 26 +--------------- update-server/otupdate/package.json | 2 +- webpack-config/CHANGELOG.md | 26 +--------------- webpack-config/package.json | 2 +- 36 files changed, 59 insertions(+), 499 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd1f763714..926c08d6209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,51 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [6.2.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - - -### Bug Fixes - -* **app:** minimize command page length when only retrieving run total length ([#12036](https://github.com/Opentrons/opentrons/issues/12036)) ([d05440c](https://github.com/Opentrons/opentrons/commit/d05440cf72ab950d0d20a572aba7f6963b8f7013)) - - -### Performance Improvements - -* **api:** Do not block the event loop when loading JSONv6 protocols ([#12039](https://github.com/Opentrons/opentrons/issues/12039)) ([f885f44](https://github.com/Opentrons/opentrons/commit/f885f44e87e3f54cec646031610944924a7f0d40)) -* **api:** Regularly yield to the event loop when executing Protocol Engine commands ([#12038](https://github.com/Opentrons/opentrons/issues/12038)) ([fab3ef2](https://github.com/Opentrons/opentrons/commit/fab3ef20f550f20aa2be49f4f543cbd0d16cb3e9)) - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package opentrons - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package opentrons - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) ### Bug Fixes * **api:** Safely map 0-volume aspirates and dispenses in Python protocols ([#11969](https://github.com/Opentrons/opentrons/issues/11969)) ([8a67aa0](https://github.com/Opentrons/opentrons/commit/8a67aa06b6d4f158ab44ea8748860e01c84b4986)) +* **app:** minimize command page length when only retrieving run total length ([#12036](https://github.com/Opentrons/opentrons/issues/12036)) ([d05440c](https://github.com/Opentrons/opentrons/commit/d05440cf72ab950d0d20a572aba7f6963b8f7013)) * **app:** allow access to robot settings if robot server is down, but update server is up ([#11892](https://github.com/Opentrons/opentrons/issues/11892)) ([3b4d127](https://github.com/Opentrons/opentrons/commit/3b4d127851b240f94c24e0a1a997f658bd47f540)) * **robot-server:** Fix async concurrency hazards in lazy-initialized dependencies ([#11927](https://github.com/Opentrons/opentrons/issues/11927)) ([c69fe00](https://github.com/Opentrons/opentrons/commit/c69fe006919d6706bd4a53887a2579df164fbe3f)) ### Performance Improvements +* **api:** Do not block the event loop when loading JSONv6 protocols ([#12039](https://github.com/Opentrons/opentrons/issues/12039)) ([f885f44](https://github.com/Opentrons/opentrons/commit/f885f44e87e3f54cec646031610944924a7f0d40)) +* **api:** Regularly yield to the event loop when executing Protocol Engine commands ([#12038](https://github.com/Opentrons/opentrons/issues/12038)) ([fab3ef2](https://github.com/Opentrons/opentrons/commit/fab3ef20f550f20aa2be49f4f543cbd0d16cb3e9)) * **robot-server:** Do only minimal parsing when rehydrating ProtocolStore ([#11891](https://github.com/Opentrons/opentrons/issues/11891)) ([c5338b8](https://github.com/Opentrons/opentrons/commit/c5338b84eee767fafe53c6634e5dd04254f5a6bc)) * **robot-server:** Initialize database eagerly and in the background ([#11615](https://github.com/Opentrons/opentrons/issues/11615)) ([227e334](https://github.com/Opentrons/opentrons/commit/227e334c6312d661d1e5344e9203099eca09053d)) diff --git a/api-client/CHANGELOG.md b/api-client/CHANGELOG.md index dc428455f85..9d2b944eee5 100644 --- a/api-client/CHANGELOG.md +++ b/api-client/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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **Note:** Version bump only for package @opentrons/api-client diff --git a/api-client/package.json b/api-client/package.json index feaa7c74077..7a8f295554f 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.1-alpha.3", + "version": "6.2.1", "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.1-alpha.3", + "@opentrons/shared-data": "6.2.1", "axios": "^0.21.1" } } diff --git a/api/src/opentrons/CHANGELOG.md b/api/src/opentrons/CHANGELOG.md index aabfd0b8264..6770cad80a8 100644 --- a/api/src/opentrons/CHANGELOG.md +++ b/api/src/opentrons/CHANGELOG.md @@ -3,37 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [6.2.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - - -### Performance Improvements - -* **api:** Do not block the event loop when loading JSONv6 protocols ([#12039](https://github.com/Opentrons/opentrons/issues/12039)) ([f885f44](https://github.com/Opentrons/opentrons/commit/f885f44e87e3f54cec646031610944924a7f0d40)) -* **api:** Regularly yield to the event loop when executing Protocol Engine commands ([#12038](https://github.com/Opentrons/opentrons/issues/12038)) ([fab3ef2](https://github.com/Opentrons/opentrons/commit/fab3ef20f550f20aa2be49f4f543cbd0d16cb3e9)) - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **Note:** Version bump only for package @opentrons/api-server - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/api-server - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) - - ### Bug Fixes * **api:** Safely map 0-volume aspirates and dispenses in Python protocols ([#11969](https://github.com/Opentrons/opentrons/issues/11969)) ([8a67aa0](https://github.com/Opentrons/opentrons/commit/8a67aa06b6d4f158ab44ea8748860e01c84b4986)) @@ -41,6 +15,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Performance Improvements +* **api:** Do not block the event loop when loading JSONv6 protocols ([#12039](https://github.com/Opentrons/opentrons/issues/12039)) ([f885f44](https://github.com/Opentrons/opentrons/commit/f885f44e87e3f54cec646031610944924a7f0d40)) +* **api:** Regularly yield to the event loop when executing Protocol Engine commands ([#12038](https://github.com/Opentrons/opentrons/issues/12038)) ([fab3ef2](https://github.com/Opentrons/opentrons/commit/fab3ef20f550f20aa2be49f4f543cbd0d16cb3e9)) * **robot-server:** Do only minimal parsing when rehydrating ProtocolStore ([#11891](https://github.com/Opentrons/opentrons/issues/11891)) ([c5338b8](https://github.com/Opentrons/opentrons/commit/c5338b84eee767fafe53c6634e5dd04254f5a6bc)) diff --git a/api/src/opentrons/package.json b/api/src/opentrons/package.json index 150946899f0..b4ff296946c 100644 --- a/api/src/opentrons/package.json +++ b/api/src/opentrons/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/api-server", - "version": "6.2.1-alpha.3", + "version": "6.2.1", "description": "Opentrons API server application", "repository": { "type": "git", diff --git a/app-shell/CHANGELOG.md b/app-shell/CHANGELOG.md index 76b24a527bb..cc60a310d1f 100644 --- a/app-shell/CHANGELOG.md +++ b/app-shell/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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **Note:** Version bump only for package @opentrons/app-shell diff --git a/app-shell/package.json b/app-shell/package.json index 9d005a91f94..c1a7ca2931c 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.1-alpha.3", + "version": "6.2.1", "description": "Opentrons desktop application", "main": "lib/main.js", "types": "lib/main.d.ts", @@ -28,9 +28,9 @@ ] }, "devDependencies": { - "@opentrons/app": "6.2.1-alpha.3", - "@opentrons/discovery-client": "6.2.1-alpha.3", - "@opentrons/shared-data": "6.2.1-alpha.3" + "@opentrons/app": "6.2.1", + "@opentrons/discovery-client": "6.2.1", + "@opentrons/shared-data": "6.2.1" }, "dependencies": { "@thi.ng/paths": "1.6.5", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index acea1101f1f..18a2886d17f 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -3,38 +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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) ### Bug Fixes * **app:** minimize command page length when only retrieving run total length ([#12036](https://github.com/Opentrons/opentrons/issues/12036)) ([d05440c](https://github.com/Opentrons/opentrons/commit/d05440cf72ab950d0d20a572aba7f6963b8f7013)) - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @opentrons/app - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/app - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) - - -### Bug Fixes - * **app:** allow access to robot settings if robot server is down, but update server is up ([#11892](https://github.com/Opentrons/opentrons/issues/11892)) ([3b4d127](https://github.com/Opentrons/opentrons/commit/3b4d127851b240f94c24e0a1a997f658bd47f540)) diff --git a/app/package.json b/app/package.json index d93848b5794..4e60e6d5ccc 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/app", - "version": "6.2.1-alpha.3", + "version": "6.2.1", "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.1-alpha.3", - "@opentrons/components": "6.2.1-alpha.3", - "@opentrons/react-api-client": "6.2.1-alpha.3", - "@opentrons/shared-data": "6.2.1-alpha.3", + "@opentrons/api-client": "6.2.1", + "@opentrons/components": "6.2.1", + "@opentrons/react-api-client": "6.2.1", + "@opentrons/shared-data": "6.2.1", "@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 6d2d3849e90..2bb6f9069b5 100644 --- a/components/CHANGELOG.md +++ b/components/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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package @opentrons/components - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @opentrons/components - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/components - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **Note:** Version bump only for package @opentrons/components diff --git a/components/package.json b/components/package.json index 7e7b5c545b0..33029b1ef41 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/components", - "version": "6.2.1-alpha.3", + "version": "6.2.1", "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.1-alpha.3", + "@opentrons/shared-data": "6.2.1", "@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 4d182a668c0..f7a4a31cec1 100644 --- a/discovery-client/CHANGELOG.md +++ b/discovery-client/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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **Note:** Version bump only for package @opentrons/discovery-client diff --git a/discovery-client/package.json b/discovery-client/package.json index c9cf49846b3..0398caceabd 100644 --- a/discovery-client/package.json +++ b/discovery-client/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/discovery-client", - "version": "6.2.1-alpha.3", + "version": "6.2.1", "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 e5b7f448028..e1c9c12f55f 100644 --- a/labware-designer/CHANGELOG.md +++ b/labware-designer/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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package labware-designer - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package labware-designer - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package labware-designer - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **Note:** Version bump only for package labware-designer diff --git a/labware-designer/package.json b/labware-designer/package.json index 130d57f021c..76c595b63a6 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.1-alpha.3", + "version": "6.2.1", "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.1-alpha.3" + "@opentrons/shared-data": "6.2.1" } } diff --git a/labware-library/CHANGELOG.md b/labware-library/CHANGELOG.md index f332916350b..a0d9b3b6925 100644 --- a/labware-library/CHANGELOG.md +++ b/labware-library/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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **Note:** Version bump only for package @opentrons/labware-library diff --git a/labware-library/package.json b/labware-library/package.json index 1e46c7d7da1..878cbb268b2 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.1-alpha.3", + "version": "6.2.1", "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.1-alpha.3", + "@opentrons/components": "6.2.1", "ajv": "6.10.2", "classnames": "2.2.5", "cookie": "0.4.0", diff --git a/lerna.json b/lerna.json index 73f3f510423..64af59de7a4 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "6.2.1-alpha.3" + "version": "6.2.1" } diff --git a/notify-server/notify_server/CHANGELOG.md b/notify-server/notify_server/CHANGELOG.md index 4385c893e16..c197819bbe1 100644 --- a/notify-server/notify_server/CHANGELOG.md +++ b/notify-server/notify_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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **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 8490f63382c..e0ebd72e81a 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.1-alpha.3", + "version": "6.2.1", "description": "Notification pub/sub server for Opentrons robots", "repository": { "type": "git", diff --git a/protocol-designer/CHANGELOG.md b/protocol-designer/CHANGELOG.md index 5c4124fd247..89284626781 100644 --- a/protocol-designer/CHANGELOG.md +++ b/protocol-designer/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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package protocol-designer - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package protocol-designer - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package protocol-designer - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **Note:** Version bump only for package protocol-designer diff --git a/protocol-designer/package.json b/protocol-designer/package.json index ed113b0445e..095a69194ff 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.1-alpha.3", + "version": "6.2.1", "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.1-alpha.3", - "@opentrons/step-generation": "6.2.1-alpha.3", + "@opentrons/components": "6.2.1", + "@opentrons/step-generation": "6.2.1", "@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 1a110b4593a..94bd656923b 100644 --- a/protocol-library-kludge/CHANGELOG.md +++ b/protocol-library-kludge/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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **Note:** Version bump only for package protocol-library-kludge diff --git a/protocol-library-kludge/package.json b/protocol-library-kludge/package.json index 58af357f416..fd2a75a32f5 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.1-alpha.3", + "version": "6.2.1", "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.1-alpha.3", - "@opentrons/shared-data": "6.2.1-alpha.3", + "@opentrons/components": "6.2.1", + "@opentrons/shared-data": "6.2.1", "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 79f4a6cbb00..679fb0f33f6 100644 --- a/react-api-client/CHANGELOG.md +++ b/react-api-client/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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package @opentrons/react-api-client - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @opentrons/react-api-client - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/react-api-client - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](http:///Users/maxpm/Code/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **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 775c8bd2383..5748e2868fc 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.1-alpha.3", + "version": "6.2.1", "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.1-alpha.3", - "@opentrons/shared-data": "6.2.1-alpha.3", + "@opentrons/api-client": "6.2.1", + "@opentrons/shared-data": "6.2.1", "react-query": "^3.34.8" } } diff --git a/robot-server/robot_server/CHANGELOG.md b/robot-server/robot_server/CHANGELOG.md index f24fc753774..d67dd67fd91 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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) ### Bug Fixes diff --git a/robot-server/robot_server/package.json b/robot-server/robot_server/package.json index 99d86e50d33..e5be3585dbd 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.1-alpha.3", + "version": "6.2.1", "description": "HTTP server for Opentrons robots", "repository": { "type": "git", diff --git a/shared-data/CHANGELOG.md b/shared-data/CHANGELOG.md index 1e14a618098..79ae2c4edc0 100644 --- a/shared-data/CHANGELOG.md +++ b/shared-data/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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **Note:** Version bump only for package @opentrons/shared-data diff --git a/shared-data/package.json b/shared-data/package.json index 4994572cb8d..d0f5bb160dd 100755 --- a/shared-data/package.json +++ b/shared-data/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/shared-data", - "version": "6.2.1-alpha.3", + "version": "6.2.1", "description": "Default labware definitions for Opentrons robots", "repository": { "type": "git", diff --git a/step-generation/CHANGELOG.md b/step-generation/CHANGELOG.md index 21568457cd7..0a2fa7183e9 100644 --- a/step-generation/CHANGELOG.md +++ b/step-generation/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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **Note:** Version bump only for package @opentrons/step-generation diff --git a/step-generation/package.json b/step-generation/package.json index ff4929895e6..a8ae8427384 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.1-alpha.3", + "version": "6.2.1", "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.1-alpha.3", + "@opentrons/shared-data": "6.2.1", "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 c02a332b1b3..7658dc42b09 100644 --- a/update-server/otupdate/CHANGELOG.md +++ b/update-server/otupdate/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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **Note:** Version bump only for package @opentrons/update-server diff --git a/update-server/otupdate/package.json b/update-server/otupdate/package.json index 74e7fcb03b6..8dd1920e97c 100644 --- a/update-server/otupdate/package.json +++ b/update-server/otupdate/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/update-server", - "version": "6.2.1-alpha.3", + "version": "6.2.1", "description": "Update server for Opentrons robots", "repository": { "type": "git", diff --git a/webpack-config/CHANGELOG.md b/webpack-config/CHANGELOG.md index 1cd56a50b22..71b8c10919d 100644 --- a/webpack-config/CHANGELOG.md +++ b/webpack-config/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.1-alpha.3](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.2...v6.2.1-alpha.3) (2023-01-23) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -## [6.2.1-alpha.2](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -## [6.2.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.2.1-alpha.0...v6.2.1-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -## [6.2.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1-alpha.0) (2023-01-12) +## [6.2.1](https://github.com/Opentrons/opentrons/compare/v6.2.0...v6.2.1) (2023-01-25) **Note:** Version bump only for package @opentrons/webpack-config diff --git a/webpack-config/package.json b/webpack-config/package.json index c35f6032983..04a65287c07 100644 --- a/webpack-config/package.json +++ b/webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/webpack-config", - "version": "6.2.1-alpha.3", + "version": "6.2.1", "description": "Shareable pieces of webpack configuration", "main": "index.js", "repository": {