diff --git a/CHANGELOG.md b/CHANGELOG.md index 786674e1d59..bf105477b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,25 +3,15 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) ### Bug Fixes * **api:** lowercase filename before checking extension in ProtocolReader ([#9609](https://github.com/Opentrons/opentrons/issues/9609)) ([474c448](https://github.com/Opentrons/opentrons/commit/474c44860ac8b29c621b3a704e826688aa57ca59)) +* **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:** do not pass `directionControlButtonColor` into DOM ([#9615](https://github.com/Opentrons/opentrons/issues/9615)) ([0651d91](https://github.com/Opentrons/opentrons/commit/0651d914685f21ef9ca0f11e0339b147df745090)) * **app:** show labware def display name in lpc summary screen, fix nested lw render condition ([#9614](https://github.com/Opentrons/opentrons/issues/9614)) ([fa33c33](https://github.com/Opentrons/opentrons/commit/fa33c33cd586b2694ec6f87642d5019b4cf49c51)) - - - - - -## [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)) diff --git a/api-client/CHANGELOG.md b/api-client/CHANGELOG.md index b77e91d24df..263841aa707 100644 --- a/api-client/CHANGELOG.md +++ b/api-client/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package @opentrons/api-client - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) ### Bug Fixes diff --git a/api-client/package.json b/api-client/package.json index 2ef5ad4fbe6..d9a489ae074 100644 --- a/api-client/package.json +++ b/api-client/package.json @@ -2,7 +2,7 @@ "private": true, "name": "@opentrons/api-client", "description": "Opentrons robot API client for Node.js and the browser", - "version": "5.0.2-alpha.1", + "version": "5.0.2", "license": "Apache-2.0", "main": "dist/api-client.js", "module": "dist/api-client.mjs", @@ -13,7 +13,7 @@ "./dist/api-client.mjs": "./dist/api-client.browser.mjs" }, "dependencies": { - "@opentrons/shared-data": "5.0.2-alpha.1", + "@opentrons/shared-data": "5.0.2", "axios": "^0.21.1" } } diff --git a/api/src/opentrons/CHANGELOG.md b/api/src/opentrons/CHANGELOG.md index 487beb92c92..fb71999fcb6 100644 --- a/api/src/opentrons/CHANGELOG.md +++ b/api/src/opentrons/CHANGELOG.md @@ -3,22 +3,12 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) ### Bug Fixes * **api:** lowercase filename before checking extension in ProtocolReader ([#9609](https://github.com/Opentrons/opentrons/issues/9609)) ([474c448](https://github.com/Opentrons/opentrons/commit/474c44860ac8b29c621b3a704e826688aa57ca59)) - - - - - -## [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)) diff --git a/api/src/opentrons/package.json b/api/src/opentrons/package.json index a08c829ca26..fa48cb7bd34 100644 --- a/api/src/opentrons/package.json +++ b/api/src/opentrons/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/api-server", - "version": "5.0.2-alpha.1", + "version": "5.0.2", "description": "Opentrons API server application", "repository": { "type": "git", diff --git a/app-shell/CHANGELOG.md b/app-shell/CHANGELOG.md index 64260ef9a76..1191e304dce 100644 --- a/app-shell/CHANGELOG.md +++ b/app-shell/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package @opentrons/app-shell - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) **Note:** Version bump only for package @opentrons/app-shell diff --git a/app-shell/package.json b/app-shell/package.json index 3537df9c655..76c221ccb31 100644 --- a/app-shell/package.json +++ b/app-shell/package.json @@ -2,7 +2,7 @@ "name": "@opentrons/app-shell", "private": true, "productName": "Opentrons", - "version": "5.0.2-alpha.1", + "version": "5.0.2", "description": "Opentrons desktop application", "main": "lib/main.js", "types": "lib/main.d.ts", @@ -28,9 +28,9 @@ ] }, "devDependencies": { - "@opentrons/app": "5.0.2-alpha.1", - "@opentrons/discovery-client": "5.0.2-alpha.1", - "@opentrons/shared-data": "5.0.2-alpha.1" + "@opentrons/app": "5.0.2", + "@opentrons/discovery-client": "5.0.2", + "@opentrons/shared-data": "5.0.2" }, "dependencies": { "@thi.ng/paths": "1.6.5", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 610364706aa..106a8541c4f 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -3,24 +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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) ### 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:** do not pass `directionControlButtonColor` into DOM ([#9615](https://github.com/Opentrons/opentrons/issues/9615)) ([0651d91](https://github.com/Opentrons/opentrons/commit/0651d914685f21ef9ca0f11e0339b147df745090)) * **app:** show labware def display name in lpc summary screen, fix nested lw render condition ([#9614](https://github.com/Opentrons/opentrons/issues/9614)) ([fa33c33](https://github.com/Opentrons/opentrons/commit/fa33c33cd586b2694ec6f87642d5019b4cf49c51)) - - - - - -## [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)) diff --git a/app/package.json b/app/package.json index bb342cc9a19..f92aae8de04 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/app", - "version": "5.0.2-alpha.1", + "version": "5.0.2", "description": "Opentrons desktop application UI", "source": "src/index.tsx", "types": "lib/index.d.ts", @@ -19,10 +19,10 @@ "homepage": "https://github.com/Opentrons/opentrons", "dependencies": { "@hot-loader/react-dom": "17.0.1", - "@opentrons/api-client": "5.0.2-alpha.1", - "@opentrons/components": "5.0.2-alpha.1", - "@opentrons/react-api-client": "5.0.2-alpha.1", - "@opentrons/shared-data": "5.0.2-alpha.1", + "@opentrons/api-client": "5.0.2", + "@opentrons/components": "5.0.2", + "@opentrons/react-api-client": "5.0.2", + "@opentrons/shared-data": "5.0.2", "@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 42f9fb2b1fc..24be511b493 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package @opentrons/components - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) **Note:** Version bump only for package @opentrons/components diff --git a/components/package.json b/components/package.json index af87b8c7c8d..e376259639c 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/components", - "version": "5.0.2-alpha.1", + "version": "5.0.2", "description": "React components library for Opentrons' projects", "source": "src/index.ts", "types": "lib/index.d.ts", @@ -20,7 +20,7 @@ "react-router-dom": "5.1.1" }, "dependencies": { - "@opentrons/shared-data": "5.0.2-alpha.1", + "@opentrons/shared-data": "5.0.2", "@popperjs/core": "2.1.1", "@types/classnames": "^2.2.5", "@types/lodash": "^4.14.168", diff --git a/discovery-client/CHANGELOG.md b/discovery-client/CHANGELOG.md index a5c8c0ef7e9..6ff8009f855 100644 --- a/discovery-client/CHANGELOG.md +++ b/discovery-client/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package @opentrons/discovery-client - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) **Note:** Version bump only for package @opentrons/discovery-client diff --git a/discovery-client/package.json b/discovery-client/package.json index 42a13367655..1d7e8d4b6ef 100644 --- a/discovery-client/package.json +++ b/discovery-client/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/discovery-client", - "version": "5.0.2-alpha.1", + "version": "5.0.2", "description": "Node.js client for discovering Opentrons robots on the network", "main": "lib/index.js", "flow:main": "flow-types/index.js.flow", diff --git a/labware-designer/CHANGELOG.md b/labware-designer/CHANGELOG.md index 9e94c26ed44..c80f6b6a206 100644 --- a/labware-designer/CHANGELOG.md +++ b/labware-designer/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package labware-designer - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) **Note:** Version bump only for package labware-designer diff --git a/labware-designer/package.json b/labware-designer/package.json index 491420e7770..f8ac2e509bf 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": "5.0.2-alpha.1", + "version": "5.0.2", "description": "Labware Designer", "main": "src/index.tsx", "bugs": { @@ -19,6 +19,6 @@ "homepage": "https://github.com/Opentrons/opentrons", "license": "Apache-2.0", "dependencies": { - "@opentrons/shared-data": "5.0.2-alpha.1" + "@opentrons/shared-data": "5.0.2" } } diff --git a/labware-library/CHANGELOG.md b/labware-library/CHANGELOG.md index 50e60ca5edf..b489152ac36 100644 --- a/labware-library/CHANGELOG.md +++ b/labware-library/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package @opentrons/labware-library - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) **Note:** Version bump only for package @opentrons/labware-library diff --git a/labware-library/package.json b/labware-library/package.json index 7e5f68da321..7ba87b8666a 100644 --- a/labware-library/package.json +++ b/labware-library/package.json @@ -1,7 +1,7 @@ { "name": "@opentrons/labware-library", "productName": "Labware Library", - "version": "5.0.2-alpha.1", + "version": "5.0.2", "description": "Opentrons standard labware library", "main": "dist/index.js", "source": "src/index.tsx", @@ -29,7 +29,7 @@ }, "dependencies": { "@hot-loader/react-dom": "17.0.1", - "@opentrons/components": "5.0.2-alpha.1", + "@opentrons/components": "5.0.2", "ajv": "6.10.2", "classnames": "2.2.5", "cookie": "0.4.0", diff --git a/lerna.json b/lerna.json index 61b09ccaff4..42f13ed2d5c 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.0.2-alpha.1" + "version": "5.0.2" } diff --git a/notify-server/notify_server/CHANGELOG.md b/notify-server/notify_server/CHANGELOG.md index 0a1b8e8880a..470f8f9b2f8 100644 --- a/notify-server/notify_server/CHANGELOG.md +++ b/notify-server/notify_server/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package @opentrons/notify-server - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) **Note:** Version bump only for package @opentrons/notify-server diff --git a/notify-server/notify_server/package.json b/notify-server/notify_server/package.json index 0964565be30..a6ee158a4cb 100644 --- a/notify-server/notify_server/package.json +++ b/notify-server/notify_server/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/notify-server", - "version": "5.0.2-alpha.1", + "version": "5.0.2", "description": "Notification pub/sub server for Opentrons robots", "repository": { "type": "git", diff --git a/protocol-designer/CHANGELOG.md b/protocol-designer/CHANGELOG.md index 5b98ea94b86..2b8ad4142d3 100644 --- a/protocol-designer/CHANGELOG.md +++ b/protocol-designer/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package protocol-designer - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) **Note:** Version bump only for package protocol-designer diff --git a/protocol-designer/package.json b/protocol-designer/package.json index 5bcb6f9e40d..099cec0f4cb 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": "5.0.2-alpha.1", + "version": "5.0.2", "description": "Protocol designer app", "main": "src/index.js", "bugs": { @@ -20,8 +20,8 @@ "license": "Apache-2.0", "dependencies": { "@hot-loader/react-dom": "17.0.1", - "@opentrons/components": "5.0.2-alpha.1", - "@opentrons/step-generation": "5.0.2-alpha.1", + "@opentrons/components": "5.0.2", + "@opentrons/step-generation": "5.0.2", "@typeform/embed": "0.16.0", "@types/redux-actions": "2.6.1", "@types/ua-parser-js": "0.7.36", diff --git a/protocol-library-kludge/CHANGELOG.md b/protocol-library-kludge/CHANGELOG.md index f77350b529b..b238422d9b2 100644 --- a/protocol-library-kludge/CHANGELOG.md +++ b/protocol-library-kludge/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package protocol-library-kludge - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) **Note:** Version bump only for package protocol-library-kludge diff --git a/protocol-library-kludge/package.json b/protocol-library-kludge/package.json index e008093245a..e19fca3c0dc 100644 --- a/protocol-library-kludge/package.json +++ b/protocol-library-kludge/package.json @@ -9,7 +9,7 @@ }, "name": "protocol-library-kludge", "private": true, - "version": "5.0.2-alpha.1", + "version": "5.0.2", "productName": "Opentrons Protocol Library", "description": "Protocol library stuff (WIP)", "main": "lib/index.js", @@ -21,8 +21,8 @@ "license": "Apache-2.0", "dependencies": { "@hot-loader/react-dom": "17.0.1", - "@opentrons/components": "5.0.2-alpha.1", - "@opentrons/shared-data": "5.0.2-alpha.1", + "@opentrons/components": "5.0.2", + "@opentrons/shared-data": "5.0.2", "classnames": "2.2.5", "lodash": "4.17.15", "react": "17.0.1", diff --git a/react-api-client/CHANGELOG.md b/react-api-client/CHANGELOG.md index 863a5c4d579..71103f7ac52 100644 --- a/react-api-client/CHANGELOG.md +++ b/react-api-client/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package @opentrons/react-api-client - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) ### Bug Fixes diff --git a/react-api-client/package.json b/react-api-client/package.json index e1a6cdcb634..23057bc3a2c 100644 --- a/react-api-client/package.json +++ b/react-api-client/package.json @@ -1,7 +1,7 @@ { "name": "@opentrons/react-api-client", "description": "Opentrons robot HTTP API client for React apps", - "version": "5.0.2-alpha.1", + "version": "5.0.2", "license": "Apache-2.0", "main": "dist/react-api-client.browser.js", "module": "dist/react-api-client.browser.mjs", @@ -11,8 +11,8 @@ "react": "17.0.1" }, "dependencies": { - "@opentrons/api-client": "5.0.2-alpha.1", - "@opentrons/shared-data": "5.0.2-alpha.1", + "@opentrons/api-client": "5.0.2", + "@opentrons/shared-data": "5.0.2", "react-query": "^3.34.8" } } diff --git a/robot-server/robot_server/CHANGELOG.md b/robot-server/robot_server/CHANGELOG.md index 60c55797dd0..0fa779addc4 100644 --- a/robot-server/robot_server/CHANGELOG.md +++ b/robot-server/robot_server/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package @opentrons/robot-server - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) ### Bug Fixes diff --git a/robot-server/robot_server/package.json b/robot-server/robot_server/package.json index 591e0fce77e..9329f8fa208 100644 --- a/robot-server/robot_server/package.json +++ b/robot-server/robot_server/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/robot-server", - "version": "5.0.2-alpha.1", + "version": "5.0.2", "description": "HTTP server for Opentrons robots", "repository": { "type": "git", diff --git a/shared-data/CHANGELOG.md b/shared-data/CHANGELOG.md index a776f3fcae4..216905d3632 100644 --- a/shared-data/CHANGELOG.md +++ b/shared-data/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package @opentrons/shared-data - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) ### Bug Fixes diff --git a/shared-data/package.json b/shared-data/package.json index 830af9b6224..c58b39a2d7e 100755 --- a/shared-data/package.json +++ b/shared-data/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/shared-data", - "version": "5.0.2-alpha.1", + "version": "5.0.2", "description": "Default labware definitions for Opentrons robots", "repository": { "type": "git", diff --git a/step-generation/CHANGELOG.md b/step-generation/CHANGELOG.md index 0baa306feda..9ec9d0ec00a 100644 --- a/step-generation/CHANGELOG.md +++ b/step-generation/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package @opentrons/step-generation - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) **Note:** Version bump only for package @opentrons/step-generation diff --git a/step-generation/package.json b/step-generation/package.json index 5d0a9380935..acebe95ff2e 100644 --- a/step-generation/package.json +++ b/step-generation/package.json @@ -10,7 +10,7 @@ "name": "@opentrons/step-generation", "productName": "Opentrons Step Generation", "private": true, - "version": "5.0.2-alpha.1", + "version": "5.0.2", "description": "Step generation", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -20,7 +20,7 @@ "homepage": "https://github.com/Opentrons/opentrons", "license": "Apache-2.0", "dependencies": { - "@opentrons/shared-data": "5.0.2-alpha.1", + "@opentrons/shared-data": "5.0.2", "core-js": "3.2.1", "immer": "5.1.0", "lodash": "4.17.15" diff --git a/update-server/otupdate/CHANGELOG.md b/update-server/otupdate/CHANGELOG.md index 872d90a3e36..9eeae9ed67a 100644 --- a/update-server/otupdate/CHANGELOG.md +++ b/update-server/otupdate/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package @opentrons/update-server - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) **Note:** Version bump only for package @opentrons/update-server diff --git a/update-server/otupdate/package.json b/update-server/otupdate/package.json index 4e6dc1891b4..6d87f18ed87 100644 --- a/update-server/otupdate/package.json +++ b/update-server/otupdate/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/update-server", - "version": "5.0.2-alpha.1", + "version": "5.0.2", "description": "Update server for Opentrons robots", "repository": { "type": "git", diff --git a/webpack-config/CHANGELOG.md b/webpack-config/CHANGELOG.md index 7e3e855fa96..5d1e44c8ed9 100644 --- a/webpack-config/CHANGELOG.md +++ b/webpack-config/CHANGELOG.md @@ -3,15 +3,7 @@ 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.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02) - -**Note:** Version bump only for package @opentrons/webpack-config - - - - - -## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01) +## [5.0.2](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2) (2022-03-03) **Note:** Version bump only for package @opentrons/webpack-config diff --git a/webpack-config/package.json b/webpack-config/package.json index 0e6ab251442..b05727516e5 100644 --- a/webpack-config/package.json +++ b/webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/webpack-config", - "version": "5.0.2-alpha.1", + "version": "5.0.2", "description": "Shareable pieces of webpack configuration", "main": "index.js", "repository": {