Skip to content

Commit

Permalink
chore(release): 3.21.0 (#6660)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Sep 30, 2020
1 parent 222b31d commit 0a96c26
Show file tree
Hide file tree
Showing 30 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion api/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
- Using `apiLevel: '2.7'` in your Python protocol will allow you to access the new `has_tip` property of a given pipette
- Allow the Opentrons App to get and set the OT-2's clock
- If your OT-2 is not connected to the internet, it can have trouble getting the correct time for its internal clock
- The Opentrons App can now set your OT-2's time, which should prevent miscommunication when the App and OT-2 are talking
- The Opentrons App can now set your OT-2's time, which should prevent miscommunication between your app and OT-2
- New packages and libraries for the OT-2's embedded Linux environment
- `curl`, `wget`, and `git` to retrieve content for complex workflows
- `grep` and `sl` because no command-line environment is complete without them
Expand Down
2 changes: 1 addition & 1 deletion api/src/opentrons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)


### Bug Fixes
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": "3.21.0-alpha.4",
"version": "3.21.0",
"description": "Opentrons API server application",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion app-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)


### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions app-shell/build/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
- That logic has been fixed and a tooltip has been added whenever it is disabled
- Better support for updating your OT-2's software while offline
- The Opentrons App will now save the latest robot software update in a cache
- 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
- 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
- Remove an errant "Exit" button on the last page of the Deck Calibration Check wizard
- Ensure modules render correctly in the deck map when loaded in slot 3, 6, or 9
- Ensure "Last Updated" times for custom labware are correct
Expand All @@ -23,5 +23,5 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
- Automatically sync the OT-2's clock with the App on connect
- 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
- This should fix issues with incorrectly displayed protocol run times
- Open Jupyter Notebook directly from to the Robot's page in the App
- Open Jupyter Notebook directly from to the Robot's page in the app
- 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
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": "3.21.0-alpha.4",
"version": "3.21.0",
"description": "Opentrons desktop application",
"main": "lib/main.js",
"scripts": {
Expand All @@ -27,9 +27,9 @@
]
},
"devDependencies": {
"@opentrons/app": "3.21.0-alpha.4",
"@opentrons/discovery-client": "3.21.0-alpha.4",
"@opentrons/shared-data": "3.21.0-alpha.4"
"@opentrons/app": "3.21.0",
"@opentrons/discovery-client": "3.21.0",
"@opentrons/shared-data": "3.21.0"
},
"dependencies": {
"@thi.ng/paths": "1.6.5",
Expand Down
2 changes: 1 addition & 1 deletion app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)


### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/app",
"version": "3.21.0-alpha.4",
"version": "3.21.0",
"description": "Opentrons desktop application UI",
"main": "src/index.js",
"repository": {
Expand All @@ -18,8 +18,8 @@
"homepage": "https://github.com/Opentrons/opentrons",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "3.21.0-alpha.4",
"@opentrons/shared-data": "3.21.0-alpha.4",
"@opentrons/components": "3.21.0",
"@opentrons/shared-data": "3.21.0",
"@thi.ng/paths": "1.6.5",
"classnames": "2.2.5",
"connected-react-router": "6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/components",
"version": "3.21.0-alpha.4",
"version": "3.21.0",
"description": "React components library for Opentrons' projects",
"main": "src/index.js",
"style": "src/index.css",
Expand Down
2 changes: 1 addition & 1 deletion discovery-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)

**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": "3.21.0-alpha.4",
"version": "3.21.0",
"description": "Node.js client for discovering Opentrons robots on the network",
"main": "src/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion labware-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)

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

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)


### Bug Fixes
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": "3.21.0-alpha.4",
"version": "3.21.0",
"description": "Opentrons standard labware library",
"main": "src/index.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "3.21.0-alpha.4",
"@opentrons/components": "3.21.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": "3.21.0-alpha.4"
"version": "3.21.0"
}
2 changes: 1 addition & 1 deletion protocol-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)


### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions protocol-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "protocol-designer",
"productName": "Opentrons Protocol Designer BETA",
"private": true,
"version": "3.21.0-alpha.4",
"version": "3.21.0",
"description": "Protocol designer app",
"main": "src/index.js",
"bugs": {
Expand All @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "3.21.0-alpha.4",
"@opentrons/components": "3.21.0",
"@typeform/embed": "0.16.0",
"ajv": "6.10.2",
"classnames": "2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion protocol-library-kludge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)


### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions protocol-library-kludge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"name": "protocol-library-kludge",
"private": true,
"version": "3.21.0-alpha.4",
"version": "3.21.0",
"productName": "Opentrons Protocol Library",
"description": "Protocol library stuff (WIP)",
"main": "src/index.js",
Expand All @@ -20,8 +20,8 @@
"license": "Apache-2.0",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "3.21.0-alpha.4",
"@opentrons/shared-data": "3.21.0-alpha.4",
"@opentrons/components": "3.21.0",
"@opentrons/shared-data": "3.21.0",
"classnames": "2.2.5",
"lodash": "4.17.15",
"react": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion robot-server/robot_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion robot-server/robot_server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/robot-server",
"version": "3.21.0-alpha.4",
"version": "3.21.0",
"description": "HTTP server for Opentrons robots",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion shared-data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion shared-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/shared-data",
"version": "3.21.0-alpha.4",
"version": "3.21.0",
"description": "Default labware definitions for Opentrons robots",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion update-server/otupdate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)

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

Expand Down
2 changes: 1 addition & 1 deletion update-server/otupdate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/update-server",
"version": "3.21.0-alpha.4",
"version": "3.21.0",
"description": "Update server for Opentrons robots",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
# [3.21.0](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0) (2020-09-30)

**Note:** Version bump only for package @opentrons/webpack-config

Expand Down
2 changes: 1 addition & 1 deletion webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/webpack-config",
"version": "3.21.0-alpha.4",
"version": "3.21.0",
"description": "Shareable pieces of webpack configuration",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 0a96c26

Please sign in to comment.