Skip to content

Commit

Permalink
chore(release): 4.3.1 (#7781)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 authored May 10, 2021
1 parent 715c1e1 commit e54502e
Show file tree
Hide file tree
Showing 32 changed files with 44 additions and 45 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)

## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.1...v4.3.1) (2021-05-10)

### Bug Fixes

Expand Down
3 changes: 2 additions & 1 deletion api/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
[technical change log]: https://github.com/Opentrons/opentrons/blob/edge/CHANGELOG.md
[opentrons issue tracker]: https://github.com/Opentrons/opentrons/issues?q=is%3Aopen+is%3Aissue+label%3Abug

# OT-2 Software Changes in 4.3.0
# OT-2 Software Changes in 4.3.1

OT-2 software 4.3.0 brings a major new feature: the ability to use multiple modules of the same type in a protocol. For instance, you can use two Opentrons Temperature modules in a protocol at the same time. There are also several bugfixes.

Expand All @@ -17,6 +17,7 @@ OT-2 software 4.3.0 brings a major new feature: the ability to use multiple modu

- Fixes an issue causing slow protocol uploads in protocols using Thermocycler Modules or Temperature Modules ([#7506](https://github.com/Opentrons/opentrons/issues/7506))
- Fixes an issue where labware could not have a 0 column. You can now once again create custom labware with a column 0 ([#7531](https://github.com/Opentrons/opentrons/issues/7531))
- Fixes an issue where tip length calibration would not be applied during labware calibration, so calibrating labware would cause incorrect movement during protocol runes ([#7765](https://github.com/Opentrons/opentrons/issues/7765))

## Known Issues

Expand Down
3 changes: 1 addition & 2 deletions api/src/opentrons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)

## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1) (2021-05-10)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion api/src/opentrons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/api-server",
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"description": "Opentrons API server application",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion app-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.1...v4.3.1) (2021-05-10)

**Note:** Version bump only for package @opentrons/app-shell

Expand Down
2 changes: 1 addition & 1 deletion app-shell/build/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr

---

# Opentrons App Changes in 4.3.0
# Opentrons App Changes in 4.3.1

We've improved module functionality with Opentrons App 4.3.0. The app now supports protocols with two Temperature Modules or two Magnetic Modules for Python API Protocols. All connected modules display their USB port connection (including limited USB port information for hubs). We've also updated how modules are displayed on the Run tab.

Expand Down
8 changes: 4 additions & 4 deletions app-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@opentrons/app-shell",
"private": true,
"productName": "Opentrons",
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"description": "Opentrons desktop application",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand All @@ -28,9 +28,9 @@
]
},
"devDependencies": {
"@opentrons/app": "4.3.1-alpha.0",
"@opentrons/discovery-client": "4.3.1-alpha.0",
"@opentrons/shared-data": "4.3.1-alpha.0"
"@opentrons/app": "4.3.1",
"@opentrons/discovery-client": "4.3.1",
"@opentrons/shared-data": "4.3.1"
},
"dependencies": {
"@thi.ng/paths": "1.6.5",
Expand Down
2 changes: 1 addition & 1 deletion app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1) (2021-05-10)

**Note:** Version bump only for package @opentrons/app

Expand Down
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/app",
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"description": "Opentrons desktop application UI",
"main": "src/index.js",
"repository": {
Expand All @@ -18,8 +18,8 @@
"homepage": "https://github.com/Opentrons/opentrons",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "4.3.1-alpha.0",
"@opentrons/shared-data": "4.3.1-alpha.0",
"@opentrons/components": "4.3.1",
"@opentrons/shared-data": "4.3.1",
"@thi.ng/paths": "1.6.5",
"classnames": "2.2.5",
"connected-react-router": "6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1) (2021-05-10)

**Note:** Version bump only for package @opentrons/components

Expand Down
4 changes: 2 additions & 2 deletions components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/components",
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"description": "React components library for Opentrons' projects",
"flow:main": "flow-types/index.js.flow",
"source": "src/index.ts",
Expand All @@ -21,7 +21,7 @@
"react-router-dom": "5.1.1"
},
"dependencies": {
"@opentrons/shared-data": "4.3.1-alpha.0",
"@opentrons/shared-data": "4.3.1",
"@popperjs/core": "2.1.1",
"@types/classnames": "^2.2.5",
"@types/lodash": "^4.14.168",
Expand Down
2 changes: 1 addition & 1 deletion discovery-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1) (2021-05-10)

**Note:** Version bump only for package @opentrons/discovery-client

Expand Down
2 changes: 1 addition & 1 deletion discovery-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/discovery-client",
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"description": "Node.js client for discovering Opentrons robots on the network",
"main": "lib/index.js",
"flow:main": "lib/index.flow.js",
Expand Down
2 changes: 1 addition & 1 deletion labware-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1) (2021-05-10)

**Note:** Version bump only for package labware-designer

Expand Down
4 changes: 2 additions & 2 deletions labware-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "labware-designer",
"productName": "Opentrons Labware Designer",
"private": true,
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"description": "Labware Designer",
"main": "src/index.js",
"bugs": {
Expand All @@ -19,6 +19,6 @@
"homepage": "https://github.com/Opentrons/opentrons",
"license": "Apache-2.0",
"dependencies": {
"@opentrons/shared-data": "4.3.1-alpha.0"
"@opentrons/shared-data": "4.3.1"
}
}
2 changes: 1 addition & 1 deletion labware-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1) (2021-05-10)

**Note:** Version bump only for package @opentrons/labware-library

Expand Down
4 changes: 2 additions & 2 deletions labware-library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opentrons/labware-library",
"productName": "Labware Library",
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"description": "Opentrons standard labware library",
"main": "dist/index.js",
"source": "src/index.tsx",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "4.3.1-alpha.0",
"@opentrons/components": "4.3.1",
"ajv": "6.10.2",
"classnames": "2.2.5",
"cookie": "0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.3.1-alpha.0"
"version": "4.3.1"
}
2 changes: 1 addition & 1 deletion notify-server/notify_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1) (2021-05-10)

**Note:** Version bump only for package @opentrons/notify-server

Expand Down
2 changes: 1 addition & 1 deletion notify-server/notify_server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/notify-server",
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"description": "Notification pub/sub server for Opentrons robots",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion protocol-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1) (2021-05-10)

**Note:** Version bump only for package protocol-designer

Expand Down
4 changes: 2 additions & 2 deletions protocol-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "protocol-designer",
"productName": "Opentrons Protocol Designer BETA",
"private": true,
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"description": "Protocol designer app",
"main": "src/index.js",
"bugs": {
Expand All @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "4.3.1-alpha.0",
"@opentrons/components": "4.3.1",
"@typeform/embed": "0.16.0",
"ajv": "6.10.2",
"classnames": "2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion protocol-library-kludge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1) (2021-05-10)

**Note:** Version bump only for package protocol-library-kludge

Expand Down
6 changes: 3 additions & 3 deletions protocol-library-kludge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"name": "protocol-library-kludge",
"private": true,
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"productName": "Opentrons Protocol Library",
"description": "Protocol library stuff (WIP)",
"main": "src/index.js",
Expand All @@ -20,8 +20,8 @@
"license": "Apache-2.0",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "4.3.1-alpha.0",
"@opentrons/shared-data": "4.3.1-alpha.0",
"@opentrons/components": "4.3.1",
"@opentrons/shared-data": "4.3.1",
"classnames": "2.2.5",
"lodash": "4.17.15",
"react": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion robot-server/robot_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1) (2021-05-10)

**Note:** Version bump only for package @opentrons/robot-server

Expand Down
2 changes: 1 addition & 1 deletion robot-server/robot_server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/robot-server",
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"description": "HTTP server for Opentrons robots",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion shared-data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1) (2021-05-10)

**Note:** Version bump only for package @opentrons/shared-data

Expand Down
2 changes: 1 addition & 1 deletion shared-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/shared-data",
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"description": "Default labware definitions for Opentrons robots",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion update-server/otupdate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1) (2021-05-10)

**Note:** Version bump only for package @opentrons/update-server

Expand Down
2 changes: 1 addition & 1 deletion update-server/otupdate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/update-server",
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"description": "Update server for Opentrons robots",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
## [4.3.1](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1) (2021-05-10)

**Note:** Version bump only for package @opentrons/webpack-config

Expand Down
2 changes: 1 addition & 1 deletion webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/webpack-config",
"version": "4.3.1-alpha.0",
"version": "4.3.1",
"description": "Shareable pieces of webpack configuration",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit e54502e

Please sign in to comment.