diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e45ebe5fa..5690075877a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) ### Features diff --git a/api/src/opentrons/CHANGELOG.md b/api/src/opentrons/CHANGELOG.md index 84cef4127cc..b5b0874b468 100644 --- a/api/src/opentrons/CHANGELOG.md +++ b/api/src/opentrons/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) **Note:** Version bump only for package @opentrons/api-server diff --git a/api/src/opentrons/package.json b/api/src/opentrons/package.json index 1caf21cd657..e3fc9de6364 100644 --- a/api/src/opentrons/package.json +++ b/api/src/opentrons/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/api-server", - "version": "3.21.1-alpha.0", + "version": "3.21.1", "description": "Opentrons API server application", "repository": { "type": "git", diff --git a/app-shell/CHANGELOG.md b/app-shell/CHANGELOG.md index c90b1848fb1..4edb22bfa01 100644 --- a/app-shell/CHANGELOG.md +++ b/app-shell/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) **Note:** Version bump only for package @opentrons/app-shell diff --git a/app-shell/package.json b/app-shell/package.json index c77c295c274..0cfd1f8e763 100644 --- a/app-shell/package.json +++ b/app-shell/package.json @@ -2,7 +2,7 @@ "name": "@opentrons/app-shell", "private": true, "productName": "Opentrons", - "version": "3.21.1-alpha.0", + "version": "3.21.1", "description": "Opentrons desktop application", "main": "lib/main.js", "scripts": { @@ -27,9 +27,9 @@ ] }, "devDependencies": { - "@opentrons/app": "3.21.1-alpha.0", - "@opentrons/discovery-client": "3.21.1-alpha.0", - "@opentrons/shared-data": "3.21.1-alpha.0" + "@opentrons/app": "3.21.1", + "@opentrons/discovery-client": "3.21.1", + "@opentrons/shared-data": "3.21.1" }, "dependencies": { "@thi.ng/paths": "1.6.5", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 7abda0219f6..efe5583e454 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) ### Features diff --git a/app/package.json b/app/package.json index d480b9af27c..8429b1ae364 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/app", - "version": "3.21.1-alpha.0", + "version": "3.21.1", "description": "Opentrons desktop application UI", "main": "src/index.js", "repository": { @@ -18,8 +18,8 @@ "homepage": "https://github.com/Opentrons/opentrons", "dependencies": { "@hot-loader/react-dom": "16.8.6", - "@opentrons/components": "3.21.1-alpha.0", - "@opentrons/shared-data": "3.21.1-alpha.0", + "@opentrons/components": "3.21.1", + "@opentrons/shared-data": "3.21.1", "@thi.ng/paths": "1.6.5", "classnames": "2.2.5", "connected-react-router": "6.8.0", diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index 4c2965ddf84..b1cfc3254c3 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) ### Features diff --git a/components/package.json b/components/package.json index 44012edaed6..e0f901a325a 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/components", - "version": "3.21.1-alpha.0", + "version": "3.21.1", "description": "React components library for Opentrons' projects", "main": "src/index.js", "style": "src/index.css", diff --git a/discovery-client/CHANGELOG.md b/discovery-client/CHANGELOG.md index 01bfe740977..90b128811ee 100644 --- a/discovery-client/CHANGELOG.md +++ b/discovery-client/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) **Note:** Version bump only for package @opentrons/discovery-client diff --git a/discovery-client/package.json b/discovery-client/package.json index 8f9302a849d..23432b8531b 100644 --- a/discovery-client/package.json +++ b/discovery-client/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/discovery-client", - "version": "3.21.1-alpha.0", + "version": "3.21.1", "description": "Node.js client for discovering Opentrons robots on the network", "main": "src/index.js", "bin": { diff --git a/labware-designer/CHANGELOG.md b/labware-designer/CHANGELOG.md index 1966ac2b9bd..613f6f8528f 100644 --- a/labware-designer/CHANGELOG.md +++ b/labware-designer/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) **Note:** Version bump only for package labware-designer diff --git a/labware-designer/package.json b/labware-designer/package.json index a78577e437c..76cc6b68e51 100644 --- a/labware-designer/package.json +++ b/labware-designer/package.json @@ -10,7 +10,7 @@ "name": "labware-designer", "productName": "Opentrons Labware Designer", "private": true, - "version": "3.21.1-alpha.0", + "version": "3.21.1", "description": "Labware Designer", "main": "src/index.js", "bugs": { @@ -19,6 +19,6 @@ "homepage": "https://github.com/Opentrons/opentrons", "license": "Apache-2.0", "dependencies": { - "@opentrons/shared-data": "3.21.1-alpha.0" + "@opentrons/shared-data": "3.21.1" } } diff --git a/labware-library/CHANGELOG.md b/labware-library/CHANGELOG.md index 6550b7d9a20..938840dfa74 100644 --- a/labware-library/CHANGELOG.md +++ b/labware-library/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) **Note:** Version bump only for package @opentrons/labware-library diff --git a/labware-library/package.json b/labware-library/package.json index 1a2ade2bd8d..3ab80744e03 100644 --- a/labware-library/package.json +++ b/labware-library/package.json @@ -1,7 +1,7 @@ { "name": "@opentrons/labware-library", "productName": "Labware Library", - "version": "3.21.1-alpha.0", + "version": "3.21.1", "description": "Opentrons standard labware library", "main": "src/index.js", "repository": { @@ -16,7 +16,7 @@ "license": "Apache-2.0", "dependencies": { "@hot-loader/react-dom": "16.8.6", - "@opentrons/components": "3.21.1-alpha.0", + "@opentrons/components": "3.21.1", "ajv": "6.10.2", "classnames": "2.2.5", "cookie": "0.4.0", diff --git a/lerna.json b/lerna.json index 75af5f0d429..c700d1feb76 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "3.21.1-alpha.0" + "version": "3.21.1" } diff --git a/protocol-designer/CHANGELOG.md b/protocol-designer/CHANGELOG.md index bb0cae0656c..8070cd5a917 100644 --- a/protocol-designer/CHANGELOG.md +++ b/protocol-designer/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) **Note:** Version bump only for package protocol-designer diff --git a/protocol-designer/package.json b/protocol-designer/package.json index dd58c9afe8c..677c33faf6b 100755 --- a/protocol-designer/package.json +++ b/protocol-designer/package.json @@ -10,7 +10,7 @@ "name": "protocol-designer", "productName": "Opentrons Protocol Designer BETA", "private": true, - "version": "3.21.1-alpha.0", + "version": "3.21.1", "description": "Protocol designer app", "main": "src/index.js", "bugs": { @@ -20,7 +20,7 @@ "license": "Apache-2.0", "dependencies": { "@hot-loader/react-dom": "16.8.6", - "@opentrons/components": "3.21.1-alpha.0", + "@opentrons/components": "3.21.1", "@typeform/embed": "0.16.0", "ajv": "6.10.2", "classnames": "2.2.5", diff --git a/protocol-library-kludge/CHANGELOG.md b/protocol-library-kludge/CHANGELOG.md index 6d8a9386166..15b9e1fd390 100644 --- a/protocol-library-kludge/CHANGELOG.md +++ b/protocol-library-kludge/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) **Note:** Version bump only for package protocol-library-kludge diff --git a/protocol-library-kludge/package.json b/protocol-library-kludge/package.json index 13fcddb8662..674642dff96 100644 --- a/protocol-library-kludge/package.json +++ b/protocol-library-kludge/package.json @@ -9,7 +9,7 @@ }, "name": "protocol-library-kludge", "private": true, - "version": "3.21.1-alpha.0", + "version": "3.21.1", "productName": "Opentrons Protocol Library", "description": "Protocol library stuff (WIP)", "main": "src/index.js", @@ -20,8 +20,8 @@ "license": "Apache-2.0", "dependencies": { "@hot-loader/react-dom": "16.8.6", - "@opentrons/components": "3.21.1-alpha.0", - "@opentrons/shared-data": "3.21.1-alpha.0", + "@opentrons/components": "3.21.1", + "@opentrons/shared-data": "3.21.1", "classnames": "2.2.5", "lodash": "4.17.15", "react": "16.8.6", diff --git a/robot-server/robot_server/CHANGELOG.md b/robot-server/robot_server/CHANGELOG.md index cc31ce9c158..37483f3ee77 100644 --- a/robot-server/robot_server/CHANGELOG.md +++ b/robot-server/robot_server/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) **Note:** Version bump only for package @opentrons/robot-server diff --git a/robot-server/robot_server/package.json b/robot-server/robot_server/package.json index 938a7eb8604..e9432370176 100644 --- a/robot-server/robot_server/package.json +++ b/robot-server/robot_server/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/robot-server", - "version": "3.21.1-alpha.0", + "version": "3.21.1", "description": "HTTP server for Opentrons robots", "repository": { "type": "git", diff --git a/shared-data/CHANGELOG.md b/shared-data/CHANGELOG.md index 95d4006bbe0..e77bc41c55f 100644 --- a/shared-data/CHANGELOG.md +++ b/shared-data/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) **Note:** Version bump only for package @opentrons/shared-data diff --git a/shared-data/package.json b/shared-data/package.json index 25a4dd71189..6c4a0b12a19 100755 --- a/shared-data/package.json +++ b/shared-data/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/shared-data", - "version": "3.21.1-alpha.0", + "version": "3.21.1", "description": "Default labware definitions for Opentrons robots", "repository": { "type": "git", diff --git a/update-server/otupdate/CHANGELOG.md b/update-server/otupdate/CHANGELOG.md index e0e8cd8af53..11e993d0974 100644 --- a/update-server/otupdate/CHANGELOG.md +++ b/update-server/otupdate/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) **Note:** Version bump only for package @opentrons/update-server diff --git a/update-server/otupdate/package.json b/update-server/otupdate/package.json index 229e9938c8b..46386a8c738 100644 --- a/update-server/otupdate/package.json +++ b/update-server/otupdate/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/update-server", - "version": "3.21.1-alpha.0", + "version": "3.21.1", "description": "Update server for Opentrons robots", "repository": { "type": "git", diff --git a/webpack-config/CHANGELOG.md b/webpack-config/CHANGELOG.md index 41dbeda5c05..0942b4f7ba7 100644 --- a/webpack-config/CHANGELOG.md +++ b/webpack-config/CHANGELOG.md @@ -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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1-alpha.0) (2020-10-09) +## [3.21.1](https://github.com/Opentrons/opentrons/compare/v3.21.0...v3.21.1) (2020-10-14) **Note:** Version bump only for package @opentrons/webpack-config diff --git a/webpack-config/package.json b/webpack-config/package.json index 73067360486..0c42b52430a 100644 --- a/webpack-config/package.json +++ b/webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/webpack-config", - "version": "3.21.1-alpha.0", + "version": "3.21.1", "description": "Shareable pieces of webpack configuration", "main": "index.js", "repository": {