Skip to content

Commit

Permalink
chore(release): 5.0.2-alpha.0 (#9601)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Cousins <[email protected]>
  • Loading branch information
b-cooper and mcous authored Mar 2, 2022
1 parent 7680d92 commit d6a333e
Show file tree
Hide file tree
Showing 38 changed files with 231 additions and 43 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)


### Bug Fixes

* **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)
* **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))
* 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))





## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)


Expand Down
11 changes: 11 additions & 0 deletions api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)


### Bug Fixes

* 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))





## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)

**Note:** Version bump only for package @opentrons/api-client
Expand Down
4 changes: 2 additions & 2 deletions api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@opentrons/api-client",
"description": "Opentrons robot API client for Node.js and the browser",
"version": "5.0.1",
"version": "5.0.2-alpha.0",
"license": "Apache-2.0",
"main": "dist/api-client.js",
"module": "dist/api-client.mjs",
Expand All @@ -13,7 +13,7 @@
"./dist/api-client.mjs": "./dist/api-client.browser.mjs"
},
"dependencies": {
"@opentrons/shared-data": "5.0.1",
"@opentrons/shared-data": "5.0.2-alpha.0",
"axios": "^0.21.1"
}
}
15 changes: 12 additions & 3 deletions api/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr

---

# OT-2 Software Changes in 5.0.1
# OT-2 Software Changes in 5.0.2

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

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.

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

## 5.0.1 to 5.0.2

The 5.0.2 hotfix release contains two fixes in the robot software:

1. The robot now understands how to use labware loaded via `load_labware_from_definition` during Labware Position Check.
2. User-defined labware labels are now returned to the Opentrons App from protocol analyses and runs.


## 5.0.0 to 5.0.1

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

## Known Issues

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

---

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

## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)


### Bug Fixes

* **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)
* 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))





## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)

**Note:** Version bump only for package @opentrons/api-server
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": "5.0.1",
"version": "5.0.2-alpha.0",
"description": "Opentrons API server application",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions app-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)

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





## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)

**Note:** Version bump only for package @opentrons/app-shell
Expand Down
17 changes: 13 additions & 4 deletions app-shell/build/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr

---

# Opentrons App Changes in 5.0.0
# Opentrons App Changes in 5.0.2

Welcome to the v5.0.0 release of the Opentrons App!
Welcome to the v5.0.2 release of the Opentrons App!

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

## New Features

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

## 5.0.1 to 5.0.2

The 5.0.2 hotfix release fixes three issues:

1. If you use `load_labware_from_definition` in your Python protocol, you are now able to use Labware Position Check.
2. User-defined labware labels, if present, are now displayed in "Labware Setup"
3. Certain types of protocol upload failures will now show an error message instead of silently failing.

## 5.0.0 to 5.0.1

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.

## Known Issues

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

---

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": "5.0.1",
"version": "5.0.2-alpha.0",
"description": "Opentrons desktop application",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand All @@ -28,9 +28,9 @@
]
},
"devDependencies": {
"@opentrons/app": "5.0.1",
"@opentrons/discovery-client": "5.0.1",
"@opentrons/shared-data": "5.0.1"
"@opentrons/app": "5.0.2-alpha.0",
"@opentrons/discovery-client": "5.0.2-alpha.0",
"@opentrons/shared-data": "5.0.2-alpha.0"
},
"dependencies": {
"@thi.ng/paths": "1.6.5",
Expand Down
13 changes: 13 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)


### Bug Fixes

* **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)
* **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))
* 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))





## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)


Expand Down
10 changes: 5 additions & 5 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/app",
"version": "5.0.1",
"version": "5.0.2-alpha.0",
"description": "Opentrons desktop application UI",
"source": "src/index.tsx",
"types": "lib/index.d.ts",
Expand All @@ -19,10 +19,10 @@
"homepage": "https://github.com/Opentrons/opentrons",
"dependencies": {
"@hot-loader/react-dom": "17.0.1",
"@opentrons/api-client": "5.0.1",
"@opentrons/components": "5.0.1",
"@opentrons/react-api-client": "5.0.1",
"@opentrons/shared-data": "5.0.1",
"@opentrons/api-client": "5.0.2-alpha.0",
"@opentrons/components": "5.0.2-alpha.0",
"@opentrons/react-api-client": "5.0.2-alpha.0",
"@opentrons/shared-data": "5.0.2-alpha.0",
"@thi.ng/paths": "1.6.5",
"classnames": "2.2.5",
"connected-react-router": "6.8.0",
Expand Down
8 changes: 8 additions & 0 deletions components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)

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





## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)

**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": "5.0.1",
"version": "5.0.2-alpha.0",
"description": "React components library for Opentrons' projects",
"source": "src/index.ts",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"react-router-dom": "5.1.1"
},
"dependencies": {
"@opentrons/shared-data": "5.0.1",
"@opentrons/shared-data": "5.0.2-alpha.0",
"@popperjs/core": "2.1.1",
"@types/classnames": "^2.2.5",
"@types/lodash": "^4.14.168",
Expand Down
8 changes: 8 additions & 0 deletions discovery-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)

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





## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)

**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": "5.0.1",
"version": "5.0.2-alpha.0",
"description": "Node.js client for discovering Opentrons robots on the network",
"main": "lib/index.js",
"flow:main": "flow-types/index.js.flow",
Expand Down
8 changes: 8 additions & 0 deletions labware-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)

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





## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)

**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": "5.0.1",
"version": "5.0.2-alpha.0",
"description": "Labware Designer",
"main": "src/index.tsx",
"bugs": {
Expand All @@ -19,6 +19,6 @@
"homepage": "https://github.com/Opentrons/opentrons",
"license": "Apache-2.0",
"dependencies": {
"@opentrons/shared-data": "5.0.1"
"@opentrons/shared-data": "5.0.2-alpha.0"
}
}
8 changes: 8 additions & 0 deletions labware-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)

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





## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)

**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": "5.0.1",
"version": "5.0.2-alpha.0",
"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": "17.0.1",
"@opentrons/components": "5.0.1",
"@opentrons/components": "5.0.2-alpha.0",
"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": "5.0.1"
"version": "5.0.2-alpha.0"
}
8 changes: 8 additions & 0 deletions notify-server/notify_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)

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





## [5.0.1](https://github.com/Opentrons/opentrons/compare/v5.0.0...v5.0.1) (2022-02-24)

**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": "5.0.1",
"version": "5.0.2-alpha.0",
"description": "Notification pub/sub server for Opentrons robots",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit d6a333e

Please sign in to comment.