Skip to content

Commit 0a96c26

Browse files
authored
chore(release): 3.21.0 (#6660)
1 parent 222b31d commit 0a96c26

File tree

30 files changed

+41
-41
lines changed

30 files changed

+41
-41
lines changed

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-
# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
6+
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)
77

88

99
### Bug Fixes

api/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
2626
- Using `apiLevel: '2.7'` in your Python protocol will allow you to access the new `has_tip` property of a given pipette
2727
- Allow the Opentrons App to get and set the OT-2's clock
2828
- If your OT-2 is not connected to the internet, it can have trouble getting the correct time for its internal clock
29-
- The Opentrons App can now set your OT-2's time, which should prevent miscommunication when the App and OT-2 are talking
29+
- The Opentrons App can now set your OT-2's time, which should prevent miscommunication between your app and OT-2
3030
- New packages and libraries for the OT-2's embedded Linux environment
3131
- `curl`, `wget`, and `git` to retrieve content for complex workflows
3232
- `grep` and `sl` because no command-line environment is complete without them

api/src/opentrons/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-
# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
6+
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)
77

88

99
### Bug Fixes

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": "3.21.0-alpha.4",
3+
"version": "3.21.0",
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-
# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
6+
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)
77

88

99
### Bug Fixes

app-shell/build/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
1313
- That logic has been fixed and a tooltip has been added whenever it is disabled
1414
- Better support for updating your OT-2's software while offline
1515
- The Opentrons App will now save the latest robot software update in a cache
16-
- Once the App has downloaded the robot update once, you will be able to tell the App to update an OT-2 even if your computer doesn't have internet at the time
16+
- After the app has downloaded the robot update, you will be able to tell the app to update an OT-2 even if your computer doesn't have internet at the time
1717
- Remove an errant "Exit" button on the last page of the Deck Calibration Check wizard
1818
- Ensure modules render correctly in the deck map when loaded in slot 3, 6, or 9
1919
- Ensure "Last Updated" times for custom labware are correct
@@ -23,5 +23,5 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
2323
- Automatically sync the OT-2's clock with the App on connect
2424
- When the App connects to an OT-2 running v3.21.0, it will sync the OT-2's clock with your computer's clock
2525
- This should fix issues with incorrectly displayed protocol run times
26-
- Open Jupyter Notebook directly from to the Robot's page in the App
26+
- Open Jupyter Notebook directly from to the Robot's page in the app
2727
- The Opentrons App now has a button in a given robot's "Advanced Settings" section to open that OT-2's Jupyter Notebook in your computer's browser

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": "3.21.0-alpha.4",
5+
"version": "3.21.0",
66
"description": "Opentrons desktop application",
77
"main": "lib/main.js",
88
"scripts": {
@@ -27,9 +27,9 @@
2727
]
2828
},
2929
"devDependencies": {
30-
"@opentrons/app": "3.21.0-alpha.4",
31-
"@opentrons/discovery-client": "3.21.0-alpha.4",
32-
"@opentrons/shared-data": "3.21.0-alpha.4"
30+
"@opentrons/app": "3.21.0",
31+
"@opentrons/discovery-client": "3.21.0",
32+
"@opentrons/shared-data": "3.21.0"
3333
},
3434
"dependencies": {
3535
"@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-
# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
6+
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)
77

88

99
### Bug Fixes

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": "3.21.0-alpha.4",
3+
"version": "3.21.0",
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": "3.21.0-alpha.4",
22-
"@opentrons/shared-data": "3.21.0-alpha.4",
21+
"@opentrons/components": "3.21.0",
22+
"@opentrons/shared-data": "3.21.0",
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-
# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
6+
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)
77

88

99
### Bug Fixes

0 commit comments

Comments
 (0)