From dc3d76927520e6326c5699ad59dc7ffd82673a18 Mon Sep 17 00:00:00 2001 From: Brian Arthur Cooper Date: Thu, 30 Sep 2021 14:45:10 -0400 Subject: [PATCH] chore(release): bump to 4.6.2 (#8441) --- CHANGELOG.md | 19 +++++++++++++++++++ api/release-notes.md | 6 +++++- api/src/opentrons/CHANGELOG.md | 19 +++++++++++++++++++ api/src/opentrons/package.json | 2 +- app-shell/CHANGELOG.md | 16 ++++++++++++++++ app-shell/build/release-notes.md | 10 +++++++--- app-shell/package.json | 8 ++++---- app/CHANGELOG.md | 16 ++++++++++++++++ app/package.json | 6 +++--- components/CHANGELOG.md | 16 ++++++++++++++++ components/package.json | 4 ++-- discovery-client/CHANGELOG.md | 16 ++++++++++++++++ discovery-client/package.json | 2 +- labware-designer/CHANGELOG.md | 16 ++++++++++++++++ labware-designer/package.json | 4 ++-- labware-library/CHANGELOG.md | 16 ++++++++++++++++ labware-library/package.json | 4 ++-- lerna.json | 2 +- notify-server/notify_server/CHANGELOG.md | 16 ++++++++++++++++ notify-server/notify_server/package.json | 2 +- protocol-designer/CHANGELOG.md | 16 ++++++++++++++++ protocol-designer/package.json | 6 +++--- protocol-library-kludge/CHANGELOG.md | 16 ++++++++++++++++ protocol-library-kludge/package.json | 6 +++--- robot-server/robot_server/CHANGELOG.md | 16 ++++++++++++++++ robot-server/robot_server/package.json | 2 +- shared-data/CHANGELOG.md | 16 ++++++++++++++++ shared-data/package.json | 2 +- step-generation/CHANGELOG.md | 16 ++++++++++++++++ step-generation/package.json | 4 ++-- update-server/otupdate/CHANGELOG.md | 16 ++++++++++++++++ update-server/otupdate/package.json | 2 +- webpack-config/CHANGELOG.md | 16 ++++++++++++++++ webpack-config/package.json | 2 +- 34 files changed, 303 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b113df9602..29e40d8fc67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package opentrons + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + + +### Bug Fixes + +* **api:** 4.6.x set max speed fails ([#8437](https://github.com/Opentrons/opentrons/issues/8437)) ([cb9a4f0](https://github.com/Opentrons/opentrons/commit/cb9a4f03df857b3e688651be4abd3ff9f9baa586)), closes [#8436](https://github.com/Opentrons/opentrons/issues/8436) + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) diff --git a/api/release-notes.md b/api/release-notes.md index b737a674f73..07512f02998 100644 --- a/api/release-notes.md +++ b/api/release-notes.md @@ -6,7 +6,7 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr --- -# OT-2 Software Changes in 4.6.1 +# OT-2 Software Changes in 4.6.2 ## New Features @@ -20,6 +20,10 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr - Fixed a few issues with the faster protocol analysis method added in the 4.5.0 release. - Fixed type annotations of the `ProtocolContext` classes. +## 4.6.1 to 4.6.2 + +The 4.6.2 hotfix release contains a small bug fix for an issue where the OT-2's max speed settings within a protocol will be ignored. + ## 4.6.0 to 4.6.1 The 4.6.1 hotfix release contains a small configuration change to fix an issue with installing the `opentrons` PyPI package on computers running Python 3.8 and later. It does not affect the software running on your OT-2. diff --git a/api/src/opentrons/CHANGELOG.md b/api/src/opentrons/CHANGELOG.md index fa9f289a1e3..abda2d54071 100644 --- a/api/src/opentrons/CHANGELOG.md +++ b/api/src/opentrons/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package @opentrons/api-server + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + + +### Bug Fixes + +* **api:** 4.6.x set max speed fails ([#8437](https://github.com/Opentrons/opentrons/issues/8437)) ([cb9a4f0](https://github.com/Opentrons/opentrons/commit/cb9a4f03df857b3e688651be4abd3ff9f9baa586)), closes [#8436](https://github.com/Opentrons/opentrons/issues/8436) + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **Note:** Version bump only for package @opentrons/api-server diff --git a/api/src/opentrons/package.json b/api/src/opentrons/package.json index cf5898ac299..241b31522e3 100644 --- a/api/src/opentrons/package.json +++ b/api/src/opentrons/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/api-server", - "version": "4.6.1", + "version": "4.6.2", "description": "Opentrons API server application", "repository": { "type": "git", diff --git a/app-shell/CHANGELOG.md b/app-shell/CHANGELOG.md index b54095a506a..b093f89f5d3 100644 --- a/app-shell/CHANGELOG.md +++ b/app-shell/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package @opentrons/app-shell + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package @opentrons/app-shell + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **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 055251f4724..d265e4f9a43 100644 --- a/app-shell/build/release-notes.md +++ b/app-shell/build/release-notes.md @@ -1,4 +1,4 @@ -For more details about this release, please see the full [technical change +**For** more details about this release, please see the full [technical change log][]. For a list of currently known issues, please see the [Opentrons issue tracker][]. [technical change log]: https://github.com/Opentrons/opentrons/blob/edge/CHANGELOG.md @@ -6,9 +6,9 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr --- -# Opentrons App Changes in 4.6.1 +# Opentrons App Changes in 4.6.2 -The 4.6.1 release is primarily focused on bug fixes on the robot software side and behind the scenes changes in the app for future work. You shouldn't notice any big changes with this upgrade. +The 4.6.2 release is primarily focused on bug fixes on the robot software side and behind the scenes changes in the app for future work. You shouldn't notice any big changes with this upgrade. ## New Features @@ -18,6 +18,10 @@ None in the Opentrons App. None in the Opentrons App. +## 4.6.1 to 4.6.2 + +The 4.6.2 hotfix release contains a small bug fix for an issue where the OT-2's max speed settings within a protocol will be ignored. It does not affect the software running in the Opentrons App. + ## 4.6.0 to 4.6.1 The 4.6.1 hotfix release contains a small configuration change to fix an issue with installing the `opentrons` PyPI package on computers running Python 3.8 and later. It does not affect the software running in the Opentrons App. diff --git a/app-shell/package.json b/app-shell/package.json index 8a59c5546a9..bb2838a8ea7 100644 --- a/app-shell/package.json +++ b/app-shell/package.json @@ -2,7 +2,7 @@ "name": "@opentrons/app-shell", "private": true, "productName": "Opentrons", - "version": "4.6.1", + "version": "4.6.2", "description": "Opentrons desktop application", "main": "lib/main.js", "types": "lib/main.d.ts", @@ -28,9 +28,9 @@ ] }, "devDependencies": { - "@opentrons/app": "4.6.1", - "@opentrons/discovery-client": "4.6.1", - "@opentrons/shared-data": "4.6.1" + "@opentrons/app": "4.6.2", + "@opentrons/discovery-client": "4.6.2", + "@opentrons/shared-data": "4.6.2" }, "dependencies": { "@thi.ng/paths": "1.6.5", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 041c87871ad..fc778e1cbe5 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package @opentrons/app + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package @opentrons/app + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **Note:** Version bump only for package @opentrons/app diff --git a/app/package.json b/app/package.json index aaf677837ea..0921657b441 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/app", - "version": "4.6.1", + "version": "4.6.2", "description": "Opentrons desktop application UI", "source": "src/index.tsx", "types": "lib/index.d.ts", @@ -19,8 +19,8 @@ "homepage": "https://github.com/Opentrons/opentrons", "dependencies": { "@hot-loader/react-dom": "16.8.6", - "@opentrons/components": "4.6.1", - "@opentrons/shared-data": "4.6.1", + "@opentrons/components": "4.6.2", + "@opentrons/shared-data": "4.6.2", "@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 37ba3da73df..902aeab13d4 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package @opentrons/components + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package @opentrons/components + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **Note:** Version bump only for package @opentrons/components diff --git a/components/package.json b/components/package.json index fcb2e0815d2..3cd23d84ede 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/components", - "version": "4.6.1", + "version": "4.6.2", "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": "4.6.1", + "@opentrons/shared-data": "4.6.2", "@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 57a335f44d1..084e5021131 100644 --- a/discovery-client/CHANGELOG.md +++ b/discovery-client/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package @opentrons/discovery-client + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package @opentrons/discovery-client + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **Note:** Version bump only for package @opentrons/discovery-client diff --git a/discovery-client/package.json b/discovery-client/package.json index 5f2345a52cb..30206544976 100644 --- a/discovery-client/package.json +++ b/discovery-client/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/discovery-client", - "version": "4.6.1", + "version": "4.6.2", "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 e6c86e8eb60..25254b13e5c 100644 --- a/labware-designer/CHANGELOG.md +++ b/labware-designer/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package labware-designer + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package labware-designer + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **Note:** Version bump only for package labware-designer diff --git a/labware-designer/package.json b/labware-designer/package.json index 7a9f1bc386f..d488d2996d7 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": "4.6.1", + "version": "4.6.2", "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": "4.6.1" + "@opentrons/shared-data": "4.6.2" } } diff --git a/labware-library/CHANGELOG.md b/labware-library/CHANGELOG.md index 3c05892eb4d..5e173f52a68 100644 --- a/labware-library/CHANGELOG.md +++ b/labware-library/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package @opentrons/labware-library + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package @opentrons/labware-library + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **Note:** Version bump only for package @opentrons/labware-library diff --git a/labware-library/package.json b/labware-library/package.json index c306f149105..ff80cf31c31 100644 --- a/labware-library/package.json +++ b/labware-library/package.json @@ -1,7 +1,7 @@ { "name": "@opentrons/labware-library", "productName": "Labware Library", - "version": "4.6.1", + "version": "4.6.2", "description": "Opentrons standard labware library", "main": "dist/index.js", "source": "src/index.tsx", @@ -29,7 +29,7 @@ }, "dependencies": { "@hot-loader/react-dom": "16.8.6", - "@opentrons/components": "4.6.1", + "@opentrons/components": "4.6.2", "ajv": "6.10.2", "classnames": "2.2.5", "cookie": "0.4.0", diff --git a/lerna.json b/lerna.json index 40ab9d3ff10..d86f4d7fe8d 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "4.6.1" + "version": "4.6.2" } diff --git a/notify-server/notify_server/CHANGELOG.md b/notify-server/notify_server/CHANGELOG.md index d23ada4957b..10e30881d7b 100644 --- a/notify-server/notify_server/CHANGELOG.md +++ b/notify-server/notify_server/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package @opentrons/notify-server + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package @opentrons/notify-server + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **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 1d03ef73cc8..94ec430475d 100644 --- a/notify-server/notify_server/package.json +++ b/notify-server/notify_server/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/notify-server", - "version": "4.6.1", + "version": "4.6.2", "description": "Notification pub/sub server for Opentrons robots", "repository": { "type": "git", diff --git a/protocol-designer/CHANGELOG.md b/protocol-designer/CHANGELOG.md index 525945e1377..06d951c238b 100644 --- a/protocol-designer/CHANGELOG.md +++ b/protocol-designer/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package protocol-designer + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package protocol-designer + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **Note:** Version bump only for package protocol-designer diff --git a/protocol-designer/package.json b/protocol-designer/package.json index 14d57f34191..fc786d58fb8 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": "4.6.1", + "version": "4.6.2", "description": "Protocol designer app", "main": "src/index.js", "bugs": { @@ -20,8 +20,8 @@ "license": "Apache-2.0", "dependencies": { "@hot-loader/react-dom": "16.8.6", - "@opentrons/components": "4.6.1", - "@opentrons/step-generation": "4.6.1", + "@opentrons/components": "4.6.2", + "@opentrons/step-generation": "4.6.2", "@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 03917d79563..c680fc45381 100644 --- a/protocol-library-kludge/CHANGELOG.md +++ b/protocol-library-kludge/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package protocol-library-kludge + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package protocol-library-kludge + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **Note:** Version bump only for package protocol-library-kludge diff --git a/protocol-library-kludge/package.json b/protocol-library-kludge/package.json index d29e0c1eddc..bc1a2dc1997 100644 --- a/protocol-library-kludge/package.json +++ b/protocol-library-kludge/package.json @@ -9,7 +9,7 @@ }, "name": "protocol-library-kludge", "private": true, - "version": "4.6.1", + "version": "4.6.2", "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": "16.8.6", - "@opentrons/components": "4.6.1", - "@opentrons/shared-data": "4.6.1", + "@opentrons/components": "4.6.2", + "@opentrons/shared-data": "4.6.2", "classnames": "2.2.5", "lodash": "4.17.15", "react": "16.8.6", diff --git a/robot-server/robot_server/CHANGELOG.md b/robot-server/robot_server/CHANGELOG.md index 6c6cd63d106..bf1511296e5 100644 --- a/robot-server/robot_server/CHANGELOG.md +++ b/robot-server/robot_server/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package @opentrons/robot-server + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package @opentrons/robot-server + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **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 f4478006652..81ab9d30fdc 100644 --- a/robot-server/robot_server/package.json +++ b/robot-server/robot_server/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/robot-server", - "version": "4.6.1", + "version": "4.6.2", "description": "HTTP server for Opentrons robots", "repository": { "type": "git", diff --git a/shared-data/CHANGELOG.md b/shared-data/CHANGELOG.md index cb51545fda6..334df67ed9e 100644 --- a/shared-data/CHANGELOG.md +++ b/shared-data/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package @opentrons/shared-data + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package @opentrons/shared-data + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **Note:** Version bump only for package @opentrons/shared-data diff --git a/shared-data/package.json b/shared-data/package.json index a81743c6b18..9d5e655f996 100755 --- a/shared-data/package.json +++ b/shared-data/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/shared-data", - "version": "4.6.1", + "version": "4.6.2", "description": "Default labware definitions for Opentrons robots", "repository": { "type": "git", diff --git a/step-generation/CHANGELOG.md b/step-generation/CHANGELOG.md index b3bd8c9ea6c..df518a364b9 100644 --- a/step-generation/CHANGELOG.md +++ b/step-generation/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package @opentrons/step-generation + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package @opentrons/step-generation + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **Note:** Version bump only for package @opentrons/step-generation diff --git a/step-generation/package.json b/step-generation/package.json index 8036441b09b..e2c1c5f0310 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": "4.6.1", + "version": "4.6.2", "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": "4.6.1", + "@opentrons/shared-data": "4.6.2", "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 19027418038..59cb4b10cee 100644 --- a/update-server/otupdate/CHANGELOG.md +++ b/update-server/otupdate/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package @opentrons/update-server + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package @opentrons/update-server + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **Note:** Version bump only for package @opentrons/update-server diff --git a/update-server/otupdate/package.json b/update-server/otupdate/package.json index 263fce01de8..fbda4e22a9e 100644 --- a/update-server/otupdate/package.json +++ b/update-server/otupdate/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/update-server", - "version": "4.6.1", + "version": "4.6.2", "description": "Update server for Opentrons robots", "repository": { "type": "git", diff --git a/webpack-config/CHANGELOG.md b/webpack-config/CHANGELOG.md index 5a4f40122ec..7cb8f8288d5 100644 --- a/webpack-config/CHANGELOG.md +++ b/webpack-config/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package @opentrons/webpack-config + + + + + +## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30) + +**Note:** Version bump only for package @opentrons/webpack-config + + + + + ## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28) **Note:** Version bump only for package @opentrons/webpack-config diff --git a/webpack-config/package.json b/webpack-config/package.json index 4625819b313..423a5894f31 100644 --- a/webpack-config/package.json +++ b/webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/webpack-config", - "version": "4.6.1", + "version": "4.6.2", "description": "Shareable pieces of webpack configuration", "main": "index.js", "repository": {