Skip to content

Commit e54502e

Browse files
authored
chore(release): 4.3.1 (#7781)
1 parent 715c1e1 commit e54502e

File tree

32 files changed

+44
-45
lines changed

32 files changed

+44
-45
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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

98
### Bug Fixes
109

api/release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
44
[technical change log]: https://github.com/Opentrons/opentrons/blob/edge/CHANGELOG.md
55
[opentrons issue tracker]: https://github.com/Opentrons/opentrons/issues?q=is%3Aopen+is%3Aissue+label%3Abug
66

7-
# OT-2 Software Changes in 4.3.0
7+
# OT-2 Software Changes in 4.3.1
88

99
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.
1010

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

1818
- Fixes an issue causing slow protocol uploads in protocols using Thermocycler Modules or Temperature Modules ([#7506](https://github.com/Opentrons/opentrons/issues/7506))
1919
- 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))
20+
- 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))
2021

2122
## Known Issues
2223

api/src/opentrons/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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

98
### Bug Fixes
109

api/src/opentrons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/api-server",
3-
"version": "4.3.1-alpha.0",
3+
"version": "4.3.1",
44
"description": "Opentrons API server application",
55
"repository": {
66
"type": "git",

app-shell/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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

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

app-shell/build/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
66

77
---
88

9-
# Opentrons App Changes in 4.3.0
9+
# Opentrons App Changes in 4.3.1
1010

1111
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.
1212

app-shell/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@opentrons/app-shell",
33
"private": true,
44
"productName": "Opentrons",
5-
"version": "4.3.1-alpha.0",
5+
"version": "4.3.1",
66
"description": "Opentrons desktop application",
77
"main": "lib/main.js",
88
"types": "lib/main.d.ts",
@@ -28,9 +28,9 @@
2828
]
2929
},
3030
"devDependencies": {
31-
"@opentrons/app": "4.3.1-alpha.0",
32-
"@opentrons/discovery-client": "4.3.1-alpha.0",
33-
"@opentrons/shared-data": "4.3.1-alpha.0"
31+
"@opentrons/app": "4.3.1",
32+
"@opentrons/discovery-client": "4.3.1",
33+
"@opentrons/shared-data": "4.3.1"
3434
},
3535
"dependencies": {
3636
"@thi.ng/paths": "1.6.5",

app/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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

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

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/app",
3-
"version": "4.3.1-alpha.0",
3+
"version": "4.3.1",
44
"description": "Opentrons desktop application UI",
55
"main": "src/index.js",
66
"repository": {
@@ -18,8 +18,8 @@
1818
"homepage": "https://github.com/Opentrons/opentrons",
1919
"dependencies": {
2020
"@hot-loader/react-dom": "16.8.6",
21-
"@opentrons/components": "4.3.1-alpha.0",
22-
"@opentrons/shared-data": "4.3.1-alpha.0",
21+
"@opentrons/components": "4.3.1",
22+
"@opentrons/shared-data": "4.3.1",
2323
"@thi.ng/paths": "1.6.5",
2424
"classnames": "2.2.5",
2525
"connected-react-router": "6.8.0",

components/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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

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

0 commit comments

Comments
 (0)