Skip to content

Commit d6a333e

Browse files
b-coopermcous
andauthored
chore(release): 5.0.2-alpha.0 (#9601)
Co-authored-by: Mike Cousins <[email protected]>
1 parent 7680d92 commit d6a333e

File tree

38 files changed

+231
-43
lines changed

38 files changed

+231
-43
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **api, app:** display labware label ([#9587](https://github.com/Opentrons/opentrons/issues/9587)) ([7680d92](https://github.com/Opentrons/opentrons/commit/7680d92d4a966d641e8da558514a153e06946bce)), closes [#9105](https://github.com/Opentrons/opentrons/issues/9105) [#9088](https://github.com/Opentrons/opentrons/issues/9088)
12+
* **app:** surface run record creation errors to users on upload page ([#9597](https://github.com/Opentrons/opentrons/issues/9597)) ([983306c](https://github.com/Opentrons/opentrons/commit/983306c70893fb19f593c9732b566e7b6cfe7a21))
13+
* send custom labware definitions to the server during LPC setup ([#9588](https://github.com/Opentrons/opentrons/issues/9588)) ([7cf3233](https://github.com/Opentrons/opentrons/commit/7cf323370aefb952b0640d04738c64a0f4a2e5c9))
14+
15+
16+
17+
18+
619
## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)
720

821

api-client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)
7+
8+
9+
### Bug Fixes
10+
11+
* send custom labware definitions to the server during LPC setup ([#9588](https://github.com/Opentrons/opentrons/issues/9588)) ([7cf3233](https://github.com/Opentrons/opentrons/commit/7cf323370aefb952b0640d04738c64a0f4a2e5c9))
12+
13+
14+
15+
16+
617
## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)
718

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

api-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@opentrons/api-client",
44
"description": "Opentrons robot API client for Node.js and the browser",
5-
"version": "5.0.1",
5+
"version": "5.0.2-alpha.0",
66
"license": "Apache-2.0",
77
"main": "dist/api-client.js",
88
"module": "dist/api-client.mjs",
@@ -13,7 +13,7 @@
1313
"./dist/api-client.mjs": "./dist/api-client.browser.mjs"
1414
},
1515
"dependencies": {
16-
"@opentrons/shared-data": "5.0.1",
16+
"@opentrons/shared-data": "5.0.2-alpha.0",
1717
"axios": "^0.21.1"
1818
}
1919
}

api/release-notes.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
66

77
---
88

9-
# OT-2 Software Changes in 5.0.1
9+
# OT-2 Software Changes in 5.0.2
1010

11-
Welcome to the v5.0.1 release of the Opentrons OT-2 software!
11+
Welcome to the v5.0.2 release of the Opentrons OT-2 software!
1212

1313
This release is a complete refactor of how the OT-2 communicates with the Opentrons app, and features a number of changes to how protocols are loaded and stored on the robot.
1414

@@ -19,13 +19,22 @@ This release is a complete refactor of how the OT-2 communicates with the Opentr
1919
- The most recent protocol analysis and run are stored on the robot to enable easy, quick re-running via the Opentrons App
2020
- A new way to use labware offsets in Jupyter notebook and SSH sessions
2121

22+
## 5.0.1 to 5.0.2
23+
24+
The 5.0.2 hotfix release contains two fixes in the robot software:
25+
26+
1. The robot now understands how to use labware loaded via `load_labware_from_definition` during Labware Position Check.
27+
2. User-defined labware labels are now returned to the Opentrons App from protocol analyses and runs.
28+
29+
2230
## 5.0.0 to 5.0.1
2331

2432
The 5.0.1 hotfix release does not contain any changes to the robot software
2533

2634
## Known Issues
2735

28-
Your last run protocol will not be saved through robot reboots
36+
- Your last run protocol will not be saved through robot reboots.
37+
- When you load multiple instances of the same module type in a protocol, the USB port numbers shown in "Module Setup" are incorrect.
2938

3039
---
3140

api/src/opentrons/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **api, app:** display labware label ([#9587](https://github.com/Opentrons/opentrons/issues/9587)) ([7680d92](https://github.com/Opentrons/opentrons/commit/7680d92d4a966d641e8da558514a153e06946bce)), closes [#9105](https://github.com/Opentrons/opentrons/issues/9105) [#9088](https://github.com/Opentrons/opentrons/issues/9088)
12+
* send custom labware definitions to the server during LPC setup ([#9588](https://github.com/Opentrons/opentrons/issues/9588)) ([7cf3233](https://github.com/Opentrons/opentrons/commit/7cf323370aefb952b0640d04738c64a0f4a2e5c9))
13+
14+
15+
16+
17+
618
## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)
719

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

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": "5.0.1",
3+
"version": "5.0.2-alpha.0",
44
"description": "Opentrons API server application",
55
"repository": {
66
"type": "git",

app-shell/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)
7+
8+
**Note:** Version bump only for package @opentrons/app-shell
9+
10+
11+
12+
13+
614
## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)
715

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

app-shell/build/release-notes.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
66

77
---
88

9-
# Opentrons App Changes in 5.0.0
9+
# Opentrons App Changes in 5.0.2
1010

11-
Welcome to the v5.0.0 release of the Opentrons App!
11+
Welcome to the v5.0.2 release of the Opentrons App!
1212

13-
The 5.0.0 release reshapes the way you upload and set up protocols to run on your OT-2. Read below to find out about the new features in 5.0.0.
13+
The 5.0.2 release reshapes the way you upload and set up protocols to run on your OT-2. Read below to find out about the new features in 5.0.0.
1414

1515
## New Features
1616

@@ -19,13 +19,22 @@ The 5.0.0 release reshapes the way you upload and set up protocols to run on you
1919
- More visibility into the progress of protocol execution on the robot
2020
- Quick and easy re-running of your last used protocol
2121

22+
## 5.0.1 to 5.0.2
23+
24+
The 5.0.2 hotfix release fixes three issues:
25+
26+
1. If you use `load_labware_from_definition` in your Python protocol, you are now able to use Labware Position Check.
27+
2. User-defined labware labels, if present, are now displayed in "Labware Setup"
28+
3. Certain types of protocol upload failures will now show an error message instead of silently failing.
29+
2230
## 5.0.0 to 5.0.1
2331

2432
The 5.0.1 hotfix release contains a small fix to the Labware Position Check to appropriately handle protocols that load pipettes, but never pick up tips with that pipette.
2533

2634
## Known Issues
2735

28-
Your last run protocol will not be saved through robot reboots
36+
- Your last run protocol will not be saved through robot reboots
37+
- When you load multiple instances of the same module type in a protocol, the USB port numbers shown in "Module Setup" are incorrect.
2938

3039
---
3140

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": "5.0.1",
5+
"version": "5.0.2-alpha.0",
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": "5.0.1",
32-
"@opentrons/discovery-client": "5.0.1",
33-
"@opentrons/shared-data": "5.0.1"
31+
"@opentrons/app": "5.0.2-alpha.0",
32+
"@opentrons/discovery-client": "5.0.2-alpha.0",
33+
"@opentrons/shared-data": "5.0.2-alpha.0"
3434
},
3535
"dependencies": {
3636
"@thi.ng/paths": "1.6.5",

app/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **api, app:** display labware label ([#9587](https://github.com/Opentrons/opentrons/issues/9587)) ([7680d92](https://github.com/Opentrons/opentrons/commit/7680d92d4a966d641e8da558514a153e06946bce)), closes [#9105](https://github.com/Opentrons/opentrons/issues/9105) [#9088](https://github.com/Opentrons/opentrons/issues/9088)
12+
* **app:** surface run record creation errors to users on upload page ([#9597](https://github.com/Opentrons/opentrons/issues/9597)) ([983306c](https://github.com/Opentrons/opentrons/commit/983306c70893fb19f593c9732b566e7b6cfe7a21))
13+
* send custom labware definitions to the server during LPC setup ([#9588](https://github.com/Opentrons/opentrons/issues/9588)) ([7cf3233](https://github.com/Opentrons/opentrons/commit/7cf323370aefb952b0640d04738c64a0f4a2e5c9))
14+
15+
16+
17+
18+
619
## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)
720

821

0 commit comments

Comments
 (0)