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

Diff for: CHANGELOG.md

+1-1
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

Diff for: api/release-notes.md

+1-1
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

Diff for: api/src/opentrons/CHANGELOG.md

+1-1
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

Diff for: api/src/opentrons/package.json

+1-1
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",

Diff for: app-shell/CHANGELOG.md

+1-1
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

Diff for: app-shell/build/release-notes.md

+2-2
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

Diff for: app-shell/package.json

+4-4
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",

Diff for: app/CHANGELOG.md

+1-1
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

Diff for: app/package.json

+3-3
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",

Diff for: components/CHANGELOG.md

+1-1
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

Diff for: components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/components",
3-
"version": "3.21.0-alpha.4",
3+
"version": "3.21.0",
44
"description": "React components library for Opentrons' projects",
55
"main": "src/index.js",
66
"style": "src/index.css",

Diff for: discovery-client/CHANGELOG.md

+1-1
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
**Note:** Version bump only for package @opentrons/discovery-client
99

Diff for: discovery-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/discovery-client",
3-
"version": "3.21.0-alpha.4",
3+
"version": "3.21.0",
44
"description": "Node.js client for discovering Opentrons robots on the network",
55
"main": "src/index.js",
66
"bin": {

Diff for: labware-designer/CHANGELOG.md

+1-1
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
**Note:** Version bump only for package labware-designer
99

Diff for: labware-designer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "labware-designer",
1111
"productName": "Opentrons Labware Designer",
1212
"private": true,
13-
"version": "3.21.0-alpha.4",
13+
"version": "3.21.0",
1414
"description": "Labware Designer",
1515
"main": "src/index.js",
1616
"bugs": {
@@ -19,6 +19,6 @@
1919
"homepage": "https://github.com/Opentrons/opentrons",
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"@opentrons/shared-data": "3.21.0-alpha.4"
22+
"@opentrons/shared-data": "3.21.0"
2323
}
2424
}

Diff for: labware-library/CHANGELOG.md

+1-1
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

Diff for: labware-library/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opentrons/labware-library",
33
"productName": "Labware Library",
4-
"version": "3.21.0-alpha.4",
4+
"version": "3.21.0",
55
"description": "Opentrons standard labware library",
66
"main": "src/index.js",
77
"repository": {
@@ -16,7 +16,7 @@
1616
"license": "Apache-2.0",
1717
"dependencies": {
1818
"@hot-loader/react-dom": "16.8.6",
19-
"@opentrons/components": "3.21.0-alpha.4",
19+
"@opentrons/components": "3.21.0",
2020
"ajv": "6.10.2",
2121
"classnames": "2.2.5",
2222
"cookie": "0.4.0",

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
},
1616
"npmClient": "yarn",
1717
"useWorkspaces": true,
18-
"version": "3.21.0-alpha.4"
18+
"version": "3.21.0"
1919
}

Diff for: protocol-designer/CHANGELOG.md

+1-1
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

Diff for: protocol-designer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "protocol-designer",
1111
"productName": "Opentrons Protocol Designer BETA",
1212
"private": true,
13-
"version": "3.21.0-alpha.4",
13+
"version": "3.21.0",
1414
"description": "Protocol designer app",
1515
"main": "src/index.js",
1616
"bugs": {
@@ -20,7 +20,7 @@
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"@hot-loader/react-dom": "16.8.6",
23-
"@opentrons/components": "3.21.0-alpha.4",
23+
"@opentrons/components": "3.21.0",
2424
"@typeform/embed": "0.16.0",
2525
"ajv": "6.10.2",
2626
"classnames": "2.2.5",

Diff for: protocol-library-kludge/CHANGELOG.md

+1-1
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

Diff for: protocol-library-kludge/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"name": "protocol-library-kludge",
1111
"private": true,
12-
"version": "3.21.0-alpha.4",
12+
"version": "3.21.0",
1313
"productName": "Opentrons Protocol Library",
1414
"description": "Protocol library stuff (WIP)",
1515
"main": "src/index.js",
@@ -20,8 +20,8 @@
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"@hot-loader/react-dom": "16.8.6",
23-
"@opentrons/components": "3.21.0-alpha.4",
24-
"@opentrons/shared-data": "3.21.0-alpha.4",
23+
"@opentrons/components": "3.21.0",
24+
"@opentrons/shared-data": "3.21.0",
2525
"classnames": "2.2.5",
2626
"lodash": "4.17.15",
2727
"react": "16.8.6",

Diff for: robot-server/robot_server/CHANGELOG.md

+1-1
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

Diff for: robot-server/robot_server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/robot-server",
3-
"version": "3.21.0-alpha.4",
3+
"version": "3.21.0",
44
"description": "HTTP server for Opentrons robots",
55
"repository": {
66
"type": "git",

Diff for: shared-data/CHANGELOG.md

+1-1
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

Diff for: shared-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/shared-data",
3-
"version": "3.21.0-alpha.4",
3+
"version": "3.21.0",
44
"description": "Default labware definitions for Opentrons robots",
55
"repository": {
66
"type": "git",

Diff for: update-server/otupdate/CHANGELOG.md

+1-1
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
**Note:** Version bump only for package @opentrons/update-server
99

Diff for: update-server/otupdate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/update-server",
3-
"version": "3.21.0-alpha.4",
3+
"version": "3.21.0",
44
"description": "Update server for Opentrons robots",
55
"repository": {
66
"type": "git",

Diff for: webpack-config/CHANGELOG.md

+1-1
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
**Note:** Version bump only for package @opentrons/webpack-config
99

Diff for: webpack-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/webpack-config",
3-
"version": "3.21.0-alpha.4",
3+
"version": "3.21.0",
44
"description": "Shareable pieces of webpack configuration",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)